Type Definition opencv::types::PtrOfTrainData[][src]

pub type PtrOfTrainData = Ptr<dyn TrainData>;

Implementations

Trait Implementations

Splits the training data into the training and test parts Read more

Splits the training data into the training and test parts Read more

Returns matrix of train samples Read more

Returns the vector of responses Read more

Returns the vector of normalized categorical responses Read more

Returns the vector of class labels Read more

Returns matrix of test samples

Returns vector of symbolic names captured in loadFromCSV()