Expand description
Common ML types and data structures.
Structs§
- Anomaly
Result - Anomaly detection result.
- Clustering
Result - Clustering result.
- Data
Matrix - A dense matrix for ML data (row-major storage).
- Dataset
- Dataset for ML operations (f32 version for compatibility).
- Regression
Result - Regression result.
Enums§
- Distance
Metric - Distance metric for similarity calculations.