Crate rml

Crate rml 

Source
Expand description

Machine learning algorithms and tools.

rml contains machine learning algorithms and other tools to assist in solving machine learning problems using Rust.

§Examples

See the provided examples directory for how to use the corresponding algorithms and tools.

!

Modules§

knn
Implementation for K-Nearest Neighbors. Allows for predicting data based on a KNN search. A full, working example is contained in the examples/knn directory.
math
The math module for computing necessary values.