CanReadFile(const std::string &) override | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | virtual |
CanWriteFile(const std::string &) override | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | virtual |
ConfidenceListSampleType typedef | otb::MachineLearningModel< TInputValue, TTargetValue > | |
ConfidenceSampleType typedef | otb::MachineLearningModel< TInputValue, TTargetValue > | |
ConfidenceValueType typedef | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | |
ConstPointer typedef | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | |
CreateAnother(void) const | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | |
DecisionTreeMachineLearningModel() | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | protected |
DecisionTreeMachineLearningModel(const Self &)=delete | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | private |
DoPredict(const InputSampleType &input, ConfidenceValueType *quality=nullptr, ProbaSampleType *proba=nullptr) const override | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | protected |
DoPredictBatch(const InputListSampleType *input, const unsigned int &startIndex, const unsigned int &size, TargetListSampleType *target, ConfidenceListSampleType *quality=nullptr, ProbaListSampleType *proba=nullptr) const | otb::MachineLearningModel< TInputValue, TTargetValue > | privatevirtual |
GetDimension() | otb::MachineLearningModel< TInputValue, TTargetValue > | virtual |
GetInputListSample() const | otb::MachineLearningModel< TInputValue, TTargetValue > | virtual |
GetMaxCategories() | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | virtual |
GetMaxDepth() | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | virtual |
GetMinSampleCount() | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | virtual |
GetNameOfClass() const | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | virtual |
MachineLearningModel< TInputValue, TTargetValue >::GetNameOfClass() const | otb::MachineLearningModel< TInputValue, TTargetValue > | virtual |
GetPriors() const | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | inline |
GetRegressionAccuracy() | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | virtual |
GetRegressionMode() | otb::MachineLearningModel< TInputValue, TTargetValue > | virtual |
GetTruncatePrunedTree() | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | virtual |
GetUse1seRule() | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | virtual |
GetUseSurrogates() | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | virtual |
HasConfidenceIndex() const | otb::MachineLearningModel< TInputValue, TTargetValue > | inline |
HasProbaIndex() const | otb::MachineLearningModel< TInputValue, TTargetValue > | inline |
InputListSampleType typedef | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | |
InputSampleType typedef | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | |
InputValueType typedef | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | |
itkGetObjectMacro(InputListSample, InputListSampleType) | otb::MachineLearningModel< TInputValue, TTargetValue > | |
itkGetObjectMacro(TargetListSample, TargetListSampleType) | otb::MachineLearningModel< TInputValue, TTargetValue > | |
itkGetObjectMacro(ConfidenceListSample, ConfidenceListSampleType) | otb::MachineLearningModel< TInputValue, TTargetValue > | |
Load(const std::string &filename, const std::string &name="") override | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | virtual |
m_ConfidenceIndex | otb::MachineLearningModel< TInputValue, TTargetValue > | protected |
m_ConfidenceListSample | otb::MachineLearningModel< TInputValue, TTargetValue > | protected |
m_Dimension | otb::MachineLearningModel< TInputValue, TTargetValue > | protected |
m_DTreeModel | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | private |
m_InputListSample | otb::MachineLearningModel< TInputValue, TTargetValue > | protected |
m_IsDoPredictBatchMultiThreaded | otb::MachineLearningModel< TInputValue, TTargetValue > | protected |
m_IsRegressionSupported | otb::MachineLearningModel< TInputValue, TTargetValue > | protected |
m_MaxCategories | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | private |
m_MaxDepth | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | private |
m_MinSampleCount | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | private |
m_Priors | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | private |
m_ProbaIndex | otb::MachineLearningModel< TInputValue, TTargetValue > | protected |
m_RegressionAccuracy | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | private |
m_RegressionMode | otb::MachineLearningModel< TInputValue, TTargetValue > | protected |
m_TargetListSample | otb::MachineLearningModel< TInputValue, TTargetValue > | protected |
m_TruncatePrunedTree | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | private |
m_Use1seRule | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | private |
m_UseSurrogates | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | private |
m_ValidationListSample | otb::MachineLearningModel< TInputValue, TTargetValue > | protected |
MachineLearningModel() | otb::MachineLearningModel< TInputValue, TTargetValue > | protected |
MachineLearningModel(const Self &)=delete | otb::MachineLearningModel< TInputValue, TTargetValue > | private |
New() | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | static |
operator=(const Self &)=delete | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | private |
Pointer typedef | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | |
Predict(const InputSampleType &input, ConfidenceValueType *quality=nullptr, ProbaSampleType *proba=nullptr) const | otb::MachineLearningModel< TInputValue, TTargetValue > | |
PredictBatch(const InputListSampleType *input, ConfidenceListSampleType *quality=nullptr, ProbaListSampleType *proba=nullptr) const | otb::MachineLearningModel< TInputValue, TTargetValue > | |
PrintSelf(std::ostream &os, itk::Indent indent) const override | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | protected |
ProbaListSampleType typedef | otb::MachineLearningModel< TInputValue, TTargetValue > | |
ProbaSampleType typedef | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | |
Save(const std::string &filename, const std::string &name="") override | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | virtual |
Self typedef | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | |
SetDimension(unsigned int _arg) | otb::MachineLearningModel< TInputValue, TTargetValue > | virtual |
SetInputListSample(InputListSampleType *_arg) | otb::MachineLearningModel< TInputValue, TTargetValue > | virtual |
SetMaxCategories(int _arg) | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | virtual |
SetMaxDepth(int _arg) | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | virtual |
SetMinSampleCount(int _arg) | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | virtual |
SetRegressionAccuracy(double _arg) | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | virtual |
SetRegressionMode(bool flag) | otb::MachineLearningModel< TInputValue, TTargetValue > | |
SetTargetListSample(TargetListSampleType *_arg) | otb::MachineLearningModel< TInputValue, TTargetValue > | virtual |
SetTruncatePrunedTree(bool _arg) | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | virtual |
SetUse1seRule(bool _arg) | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | virtual |
SetUseSurrogates(bool _arg) | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | virtual |
Superclass typedef | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | |
TargetListSampleType typedef | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | |
TargetSampleType typedef | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | |
TargetValueType typedef | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | |
Train() override | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | virtual |
~DecisionTreeMachineLearningModel() override=default | otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > | protected |
~MachineLearningModel() override=default | otb::MachineLearningModel< TInputValue, TTargetValue > | protected |