Expand description
Core observation trait and zero-copy sample types.
Structs§
- Sample
alloc - A single owned observation with feature vector and target value.
- Sample
Ref - A borrowed observation that avoids
Vec<f64>allocation.
Traits§
- Observation
- Trait for anything that can be used as a training observation.