OTB  9.0.0
Orfeo Toolbox
otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue > Member List

This is the complete list of members for otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue >, including all inherited members.

CanReadFile(const std::string &) overrideotb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue >virtual
CanWriteFile(const std::string &) overrideotb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue >virtual
ConfidenceListSampleType typedefotb::MachineLearningModel< TInputValue, TTargetValue >
ConfidenceSampleType typedefotb::MachineLearningModel< TInputValue, TTargetValue >
ConfidenceValueType typedefotb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue >
ConstPointer typedefotb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue >
CreateAnother(void) constotb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue >
DecisionTreeMachineLearningModel()otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue >protected
DecisionTreeMachineLearningModel(const Self &)=deleteotb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue >private
DoPredict(const InputSampleType &input, ConfidenceValueType *quality=nullptr, ProbaSampleType *proba=nullptr) const overrideotb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue >protected
DoPredictBatch(const InputListSampleType *input, const unsigned int &startIndex, const unsigned int &size, TargetListSampleType *target, ConfidenceListSampleType *quality=nullptr, ProbaListSampleType *proba=nullptr) constotb::MachineLearningModel< TInputValue, TTargetValue >privatevirtual
GetDimension()otb::MachineLearningModel< TInputValue, TTargetValue >virtual
GetInputListSample() constotb::MachineLearningModel< TInputValue, TTargetValue >virtual
GetMaxCategories()otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue >virtual
GetMaxDepth()otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue >virtual
GetMinSampleCount()otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue >virtual
GetNameOfClass() constotb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue >virtual
MachineLearningModel< TInputValue, TTargetValue >::GetNameOfClass() constotb::MachineLearningModel< TInputValue, TTargetValue >virtual
GetPriors() constotb::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() constotb::MachineLearningModel< TInputValue, TTargetValue >inline
HasProbaIndex() constotb::MachineLearningModel< TInputValue, TTargetValue >inline
InputListSampleType typedefotb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue >
InputSampleType typedefotb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue >
InputValueType typedefotb::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="") overrideotb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue >virtual
m_ConfidenceIndexotb::MachineLearningModel< TInputValue, TTargetValue >protected
m_ConfidenceListSampleotb::MachineLearningModel< TInputValue, TTargetValue >protected
m_Dimensionotb::MachineLearningModel< TInputValue, TTargetValue >protected
m_DTreeModelotb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue >private
m_InputListSampleotb::MachineLearningModel< TInputValue, TTargetValue >protected
m_IsDoPredictBatchMultiThreadedotb::MachineLearningModel< TInputValue, TTargetValue >protected
m_IsRegressionSupportedotb::MachineLearningModel< TInputValue, TTargetValue >protected
m_MaxCategoriesotb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue >private
m_MaxDepthotb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue >private
m_MinSampleCountotb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue >private
m_Priorsotb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue >private
m_ProbaIndexotb::MachineLearningModel< TInputValue, TTargetValue >protected
m_RegressionAccuracyotb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue >private
m_RegressionModeotb::MachineLearningModel< TInputValue, TTargetValue >protected
m_TargetListSampleotb::MachineLearningModel< TInputValue, TTargetValue >protected
m_TruncatePrunedTreeotb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue >private
m_Use1seRuleotb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue >private
m_UseSurrogatesotb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue >private
m_ValidationListSampleotb::MachineLearningModel< TInputValue, TTargetValue >protected
MachineLearningModel()otb::MachineLearningModel< TInputValue, TTargetValue >protected
MachineLearningModel(const Self &)=deleteotb::MachineLearningModel< TInputValue, TTargetValue >private
New()otb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue >static
operator=(const Self &)=deleteotb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue >private
Pointer typedefotb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue >
Predict(const InputSampleType &input, ConfidenceValueType *quality=nullptr, ProbaSampleType *proba=nullptr) constotb::MachineLearningModel< TInputValue, TTargetValue >
PredictBatch(const InputListSampleType *input, ConfidenceListSampleType *quality=nullptr, ProbaListSampleType *proba=nullptr) constotb::MachineLearningModel< TInputValue, TTargetValue >
PrintSelf(std::ostream &os, itk::Indent indent) const overrideotb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue >protected
ProbaListSampleType typedefotb::MachineLearningModel< TInputValue, TTargetValue >
ProbaSampleType typedefotb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue >
Save(const std::string &filename, const std::string &name="") overrideotb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue >virtual
Self typedefotb::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 typedefotb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue >
TargetListSampleType typedefotb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue >
TargetSampleType typedefotb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue >
TargetValueType typedefotb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue >
Train() overrideotb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue >virtual
~DecisionTreeMachineLearningModel() override=defaultotb::DecisionTreeMachineLearningModel< TInputValue, TTargetValue >protected
~MachineLearningModel() override=defaultotb::MachineLearningModel< TInputValue, TTargetValue >protected