TrainFormBase7< PT, WT, T1, T2, T3, T4, T5 > Struct Template Reference
Inheritance diagram for TrainFormBase7< PT, WT, T1, T2, T3, T4, T5 >:

Public Types

using PredictionsType = PT
 
template<typename Class , typename RT , typename... Ts>
using Type = RT(Class::*)(T1, T2, T3, T4, T5, Ts...)
 
using WeightsType = WT
 

Static Public Attributes

static const size_t MinNumberOfAdditionalArgs = 1
 

Detailed Description


template
<
typename
PT
,
typename
WT
,
typename
T
1
,
typename
T
2
,
typename
T
3
,
typename
T
4
,
typename
T
5
>

struct mlpack::cv::TrainFormBase7< PT, WT, T1, T2, T3, T4, T5 >

Definition at line 87 of file meta_info_extractor.hpp.

Member Typedef Documentation

◆ PredictionsType

using PredictionsType = PT

Definition at line 89 of file meta_info_extractor.hpp.

◆ Type

using Type = RT(Class::*)(T1, T2, T3, T4, T5, Ts...)

Definition at line 96 of file meta_info_extractor.hpp.

◆ WeightsType

using WeightsType = WT

Definition at line 90 of file meta_info_extractor.hpp.

Member Data Documentation

◆ MinNumberOfAdditionalArgs

const size_t MinNumberOfAdditionalArgs = 1
static

Definition at line 93 of file meta_info_extractor.hpp.


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