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§
- Matrix
- The
Matrixstruct. - Matrix
Slice - A
MatrixSlice - Matrix
Slice Mut - A mutable
MatrixSliceMut - Vector
- The Vector struct.
Enums§
- Axes
- Matrix dimensions
Traits§
- Base
Matrix - Trait for immutable matrix structs.
- Base
Matrix Mut - Trait for mutable matrices.