TrainForm< MatType, PredictionsType, WeightsType, DatasetInfo, NumClasses > Struct Template Reference

A wrapper struct for holding a Train form. More...

Detailed Description


template<typename MatType, typename PredictionsType, typename WeightsType, bool DatasetInfo, bool NumClasses>
struct mlpack::cv::TrainForm< MatType, PredictionsType, WeightsType, DatasetInfo, NumClasses >

A wrapper struct for holding a Train form.

Template Parameters
MatTypeThe type of data.
PredictionsTypeThe type of predictions.
WeightsTypeThe type of weights.
DatasetInfoAn indicator whether a data::DatasetInfo parameter should be present.
NumClassesAn indicator whether the numClasses parameter should be present.

Definition at line 39 of file meta_info_extractor.hpp.


The documentation for this struct was generated from the following file: