pub trait GPCTrainingSamplesTraitConst {
    fn as_raw_GPCTrainingSamples(&self) -> *const c_void;

    fn size(&self) -> Result<size_t> { ... }
    fn typ(&self) -> Result<i32> { ... }
}
Expand description

Class encapsulating training samples.

Required Methods

Provided Methods

Implementors