OTB
9.0.0
Orfeo Toolbox
|
#include <otbTrainVectorBase.h>
Public Member Functions | |
void | SetClassFieldNames (std::vector< std::string > cFieldNames, std::vector< int > selectedCFieldIdx) |
void | SetFieldNames (std::vector< std::string > fieldNames, std::vector< int > selectedIdx) |
Public Attributes | |
unsigned int | m_NbFeatures |
std::vector< int > | m_SelectedCFieldIdx |
std::string | m_SelectedCFieldName |
std::vector< int > | m_SelectedIdx |
std::vector< std::string > | m_SelectedNames |
Features information class used to store information about the field and class name/id of an input vector
Definition at line 97 of file otbTrainVectorBase.h.
|
inline |
|
inline |
Definition at line 114 of file otbTrainVectorBase.h.
References otb::Wrapper::TrainVectorBase< TInputValue, TOutputValue >::FeaturesInfo::m_NbFeatures, otb::Wrapper::TrainVectorBase< TInputValue, TOutputValue >::FeaturesInfo::m_SelectedIdx, and otb::Wrapper::TrainVectorBase< TInputValue, TOutputValue >::FeaturesInfo::m_SelectedNames.
unsigned int otb::Wrapper::TrainVectorBase< TInputValue, TOutputValue >::FeaturesInfo::m_NbFeatures |
Definition at line 112 of file otbTrainVectorBase.h.
Referenced by otb::Wrapper::TrainVectorBase< TInputValue, TOutputValue >::FeaturesInfo::SetFieldNames().
std::vector<int> otb::Wrapper::TrainVectorBase< TInputValue, TOutputValue >::FeaturesInfo::m_SelectedCFieldIdx |
Index for class field
Definition at line 105 of file otbTrainVectorBase.h.
Referenced by otb::Wrapper::TrainVectorBase< TInputValue, TOutputValue >::FeaturesInfo::SetClassFieldNames().
std::string otb::Wrapper::TrainVectorBase< TInputValue, TOutputValue >::FeaturesInfo::m_SelectedCFieldName |
Selected class field name
Definition at line 108 of file otbTrainVectorBase.h.
Referenced by otb::Wrapper::TrainVectorBase< TInputValue, TOutputValue >::FeaturesInfo::SetClassFieldNames().
std::vector<int> otb::Wrapper::TrainVectorBase< TInputValue, TOutputValue >::FeaturesInfo::m_SelectedIdx |
Selected Index
Definition at line 102 of file otbTrainVectorBase.h.
Referenced by otb::Wrapper::TrainVectorBase< TInputValue, TOutputValue >::FeaturesInfo::SetFieldNames().
std::vector<std::string> otb::Wrapper::TrainVectorBase< TInputValue, TOutputValue >::FeaturesInfo::m_SelectedNames |
Selected names
Definition at line 111 of file otbTrainVectorBase.h.
Referenced by otb::Wrapper::TrainVectorBase< TInputValue, TOutputValue >::FeaturesInfo::SetFieldNames().