Liking cljdoc? Tell your friends :D

mahout.core


distance-measureclj

(distance-measure type)

Returns the distance measure for the keyword type.

Returns the distance measure for the keyword `type`.
raw docstring

indexedclj

(indexed s)

label-indexedclj

(label-indexed seq)

Label seq with their indexes.

Label `seq` with their indexes.
raw docstring

named-vectorclj

(named-vector vector name & [type])

Make a Mahout vector with a name.

Make a Mahout vector with a `name`.
raw docstring

random-access-vectorclj

(random-access-vector seq)

Create a Mahout random access vector from seq.

Create a Mahout random access vector from `seq`.
raw docstring

sequential-access-vectorclj

(sequential-access-vector seq)

Create a Mahout sequential access vector from seq.

Create a Mahout sequential access vector from `seq`.
raw docstring

to-vectorclj

(to-vector vec)

Convert a Mahout vector into a Clojure vector.

Convert a Mahout vector into a Clojure vector.
raw docstring

write-seqfile-null-vectorclj

(write-seqfile-null-vector path vectors)

Write the vectors as VectorWritable into the sequence file at path with keys as NullWritable.

Write the `vectors` as VectorWritable into the sequence file at
`path` with keys as NullWritable.
raw docstring

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

× close