-
Notifications
You must be signed in to change notification settings - Fork 4
compute tversky index
kgryte edited this page May 12, 2015
·
1 revision
Computes the Tversky Index between two sequences.
var a = 'beep',
b = 'boop';
var idx = compute.tversky( a, b );
var c = [ 4, 2, 3, 5, 7 ],
d = [ 2, 4, 3, 1 ];
var idx = compute.tversky( c, d );
- Utilities
- Array Creation
- Sorting and Reshaping Arrays
- Special Functions
- Arithmetic
- Relational Operations
- Logical Operations
- Trigonometry
- Geometry
- Sets
- Discrete Mathematics
- Linear Algebra
- Statistics