Module rusty_machine::prelude
[−]
[src]
The rusty-machine prelude.
This module alleviates some common imports used within rusty-machine.
Reexports
pub use learning::SupModel; |
pub use learning::UnSupModel; |
Structs
Matrix |
The |
MatrixSlice |
A |
MatrixSliceMut |
A mutable |
Vector |
The Vector struct. |
Enums
Axes |
Matrix dimensions |
Traits
BaseMatrix |
Trait for immutable matrix structs. |
BaseMatrixMut |
Trait for mutable matrices. |