@extra-iterable/euclidean-distance
Get euclidean distance between iterables.
Get euclidean distance between iterables.
Check if an iterable contains another iterable.
Get indices of all values in iterable that satisfy the test, like Array.findIndex().
Finds index of first value passing a test.
Get first value in iterable, like <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/GlobalObjects/Array">Array0</a>.
Get hamming distance between iterables.
Get indices of all values in iterable equal to specified value, like Array.indexOf().
Flatten values in iterable, like .flatten().
A computer from which he sends "om" into space.
A computer from which he sends "om" into space.
Check is value is iterable collection (not string).
Replace values in iterable with an object.
Filter iterable with values of specified indexes, like .pick().
Finds index of smallest value.
Finds index of smallest value.
Check if iterable is equal to another iterable.
Check if all values in iterable are truthy, like all().
Check if iterable has any truthy values, like any().
Get average of values in iterable.