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

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

#include <meta_info_extractor.hpp>

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.

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