mlpack 3.4.2
Public Types | Static Public Attributes | List of all members
TrainFormBase5< PT, WT, T1, T2, T3 > Struct Template Reference

#include <meta_info_extractor.hpp>

Inheritance diagram for TrainFormBase5< PT, WT, T1, T2, T3 >:
Inheritance graph
[legend]

Public Types

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

Static Public Attributes

static const size_t MinNumberOfAdditionalArgs = 1
 

Detailed Description

template<typename PT, typename WT, typename T1, typename T2, typename T3>
struct mlpack::cv::TrainFormBase5< PT, WT, T1, T2, T3 >

Definition at line 59 of file meta_info_extractor.hpp.

Member Typedef Documentation

◆ PredictionsType

using PredictionsType = PT

Definition at line 61 of file meta_info_extractor.hpp.

◆ Type

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

Definition at line 68 of file meta_info_extractor.hpp.

◆ WeightsType

using WeightsType = WT

Definition at line 62 of file meta_info_extractor.hpp.

Member Data Documentation

◆ MinNumberOfAdditionalArgs

const size_t MinNumberOfAdditionalArgs = 1
static

Definition at line 65 of file meta_info_extractor.hpp.


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