Liking cljdoc? Tell your friends :D

fastmath-clustering.distance


->editclj

(->edit)
(->edit max-string-length)
(->edit max-string-length damerau?)

Create Edit distance function.

Create Edit distance function.
sourceraw docstring

->mahalanobisclj

(->mahalanobis covariance)

Create Mahalanobis distance function. Covariance should be seq of seqs (or double double array)

Create Mahalanobis distance function. Covariance should be seq of seqs (or double double array)
sourceraw docstring

->minkowskiclj

(->minkowski p)
(->minkowski p weights)

Create Minkowski distance

Create Minkowski distance
sourceraw docstring

->smile-distanceclj

(->smile-distance distance)

Convert any Clojure function to a SMILE distance object

Convert any Clojure function to a SMILE distance object
sourceraw docstring

chebyshevclj

Chebyshev distance

Chebyshev distance
sourceraw docstring

euclideanclj

Euclidean distance

Euclidean distance
sourceraw docstring

jaccardclj

Jaccard distance

Jaccard distance
sourceraw docstring

jensen-shannonclj

Jensen-Shannon distance

Jensen-Shannon distance
sourceraw docstring

kendallclj

Kendall correlation distance

Kendall correlation distance
sourceraw docstring

manhattanclj

Manhattan distance

Manhattan distance
sourceraw docstring

pearsonclj

Pearson correlation distance

Pearson correlation distance
sourceraw docstring

seq->double-arrayclj

(seq->double-array vs)

Convert sequence to double array. Returns input if vs is double array already.

Convert sequence to double array. Returns input if `vs` is double array already.
sourceraw docstring

seq->double-double-arrayclj

(seq->double-double-array vss)

Convert sequence to double-array of double-arrays.

If sequence is double-array of double-arrays returns vss

Convert sequence to double-array of double-arrays.

If sequence is double-array of double-arrays returns `vss`
sourceraw docstring

spearmanclj

Spearman correlation distance

Spearman correlation distance
sourceraw docstring

wrap-smileclj

(wrap-smile distance)

Make SMILE object invocable from Clojure as function.

Make SMILE object invocable from Clojure as function.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close