Skip to main content

Module sample

Module sample 

Source
Expand description

Core observation trait and zero-copy sample types.

Structs§

Samplealloc
A single owned observation with feature vector and target value.
SampleRef
A borrowed observation that avoids Vec<f64> allocation.

Traits§

Observation
Trait for anything that can be used as a training observation.