Expand description

The rusty-machine prelude.

This module alleviates some common imports used within rusty-machine.

Re-exports

pub use learning::SupModel;
pub use learning::UnSupModel;

Structs

The Matrix struct.
A MatrixSlice
A mutable MatrixSliceMut
The Vector struct.

Enums

Matrix dimensions

Traits

Trait for immutable matrix structs.
Trait for mutable matrices.