CVBase< MLAlgorithm, MatType, PredictionsType, WeightsType > Member List

This is the complete list of members for CVBase< MLAlgorithm, MatType, PredictionsType, WeightsType >, including all inherited members.

AssertDataConsistency(const MatType &xs, const PredictionsType &ys)CVBase< MLAlgorithm, MatType, PredictionsType, WeightsType >static
AssertWeightsConsistency(const MatType &xs, const WeightsType &weights)CVBase< MLAlgorithm, MatType, PredictionsType, WeightsType >static
CVBase()CVBase< MLAlgorithm, MatType, PredictionsType, WeightsType >
CVBase(const size_t numClasses)CVBase< MLAlgorithm, MatType, PredictionsType, WeightsType >
CVBase(const data::DatasetInfo &datasetInfo, const size_t numClasses)CVBase< MLAlgorithm, MatType, PredictionsType, WeightsType >
MIE typedefCVBase< MLAlgorithm, MatType, PredictionsType, WeightsType >
Train(const MatType &xs, const PredictionsType &ys, const MLAlgorithmArgs &... args)CVBase< MLAlgorithm, MatType, PredictionsType, WeightsType >
Train(const MatType &xs, const PredictionsType &ys, const WeightsType &weights, const MLAlgorithmArgs &... args)CVBase< MLAlgorithm, MatType, PredictionsType, WeightsType >