Crate rml[][src]

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

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.

The math module for computing necessary values.