clj-ml icon indicating copy to clipboard operation
clj-ml copied to clipboard

A machine learning library for Clojure built on top of Weka and friends

Results 3 clj-ml issues
Sort by recently updated
recently updated
newest added

fixes documentation typo

"decission" -> "decision".

When setting up datasets with nominal values and subsequently using instance-to-map or instance-to-vector to inspect individual instances in the dataset, the termination condition in data/instance-value-at is not guaranteed to be...