| CanReadFile(const std::string &) override | otb::KNearestNeighborsMachineLearningModel< TInputValue, TTargetValue > | virtual |
| CanWriteFile(const std::string &) override | otb::KNearestNeighborsMachineLearningModel< TInputValue, TTargetValue > | virtual |
| ConfidenceListSampleType typedef | otb::MachineLearningModel< TInputValue, TTargetValue > | |
| ConfidenceSampleType typedef | otb::MachineLearningModel< TInputValue, TTargetValue > | |
| ConfidenceValueType typedef | otb::KNearestNeighborsMachineLearningModel< TInputValue, TTargetValue > | |
| ConstPointer typedef | otb::KNearestNeighborsMachineLearningModel< TInputValue, TTargetValue > | |
| CreateAnother(void) const | otb::KNearestNeighborsMachineLearningModel< TInputValue, TTargetValue > | |
| DoPredict(const InputSampleType &input, ConfidenceValueType *quality=nullptr, ProbaSampleType *proba=nullptr) const override | otb::KNearestNeighborsMachineLearningModel< 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 |
| GetDecisionRule() | otb::KNearestNeighborsMachineLearningModel< TInputValue, TTargetValue > | virtual |
| GetDimension() | otb::MachineLearningModel< TInputValue, TTargetValue > | virtual |
| GetInputListSample() const | otb::MachineLearningModel< TInputValue, TTargetValue > | virtual |
| GetK() | otb::KNearestNeighborsMachineLearningModel< TInputValue, TTargetValue > | virtual |
| GetNameOfClass() const | otb::KNearestNeighborsMachineLearningModel< TInputValue, TTargetValue > | virtual |
| MachineLearningModel< TInputValue, TTargetValue >::GetNameOfClass() const | otb::MachineLearningModel< TInputValue, TTargetValue > | virtual |
| GetRegressionMode() | otb::MachineLearningModel< TInputValue, TTargetValue > | virtual |
| HasConfidenceIndex() const | otb::MachineLearningModel< TInputValue, TTargetValue > | inline |
| HasProbaIndex() const | otb::MachineLearningModel< TInputValue, TTargetValue > | inline |
| InputListSampleType typedef | otb::KNearestNeighborsMachineLearningModel< TInputValue, TTargetValue > | |
| InputSampleType typedef | otb::KNearestNeighborsMachineLearningModel< TInputValue, TTargetValue > | |
| InputValueType typedef | otb::KNearestNeighborsMachineLearningModel< TInputValue, TTargetValue > | |
| itkGetObjectMacro(InputListSample, InputListSampleType) | otb::MachineLearningModel< TInputValue, TTargetValue > | |
| itkGetObjectMacro(TargetListSample, TargetListSampleType) | otb::MachineLearningModel< TInputValue, TTargetValue > | |
| itkGetObjectMacro(ConfidenceListSample, ConfidenceListSampleType) | otb::MachineLearningModel< TInputValue, TTargetValue > | |
| KNearestNeighborsMachineLearningModel() | otb::KNearestNeighborsMachineLearningModel< TInputValue, TTargetValue > | protected |
| KNearestNeighborsMachineLearningModel(const Self &)=delete | otb::KNearestNeighborsMachineLearningModel< TInputValue, TTargetValue > | private |
| KNN_MEAN enum value | otb::KNearestNeighborsMachineLearningModel< TInputValue, TTargetValue > | |
| KNN_MEDIAN enum value | otb::KNearestNeighborsMachineLearningModel< TInputValue, TTargetValue > | |
| KNN_VOTING enum value | otb::KNearestNeighborsMachineLearningModel< TInputValue, TTargetValue > | |
| Load(const std::string &filename, const std::string &name="") override | otb::KNearestNeighborsMachineLearningModel< TInputValue, TTargetValue > | virtual |
| m_ConfidenceIndex | otb::MachineLearningModel< TInputValue, TTargetValue > | protected |
| m_ConfidenceListSample | otb::MachineLearningModel< TInputValue, TTargetValue > | protected |
| m_DecisionRule | otb::KNearestNeighborsMachineLearningModel< TInputValue, TTargetValue > | private |
| m_Dimension | otb::MachineLearningModel< TInputValue, TTargetValue > | protected |
| m_InputListSample | otb::MachineLearningModel< TInputValue, TTargetValue > | protected |
| m_IsDoPredictBatchMultiThreaded | otb::MachineLearningModel< TInputValue, TTargetValue > | protected |
| m_IsRegressionSupported | otb::MachineLearningModel< TInputValue, TTargetValue > | protected |
| m_K | otb::KNearestNeighborsMachineLearningModel< TInputValue, TTargetValue > | private |
| m_KNearestModel | otb::KNearestNeighborsMachineLearningModel< TInputValue, TTargetValue > | private |
| m_ProbaIndex | otb::MachineLearningModel< TInputValue, TTargetValue > | protected |
| m_RegressionMode | otb::MachineLearningModel< TInputValue, TTargetValue > | protected |
| m_TargetListSample | otb::MachineLearningModel< TInputValue, TTargetValue > | protected |
| m_ValidationListSample | otb::MachineLearningModel< TInputValue, TTargetValue > | protected |
| MachineLearningModel() | otb::MachineLearningModel< TInputValue, TTargetValue > | protected |
| MachineLearningModel(const Self &)=delete | otb::MachineLearningModel< TInputValue, TTargetValue > | private |
| New() | otb::KNearestNeighborsMachineLearningModel< TInputValue, TTargetValue > | static |
| operator=(const Self &)=delete | otb::KNearestNeighborsMachineLearningModel< TInputValue, TTargetValue > | private |
| Pointer typedef | otb::KNearestNeighborsMachineLearningModel< 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::KNearestNeighborsMachineLearningModel< TInputValue, TTargetValue > | protected |
| ProbaListSampleType typedef | otb::MachineLearningModel< TInputValue, TTargetValue > | |
| ProbaSampleType typedef | otb::KNearestNeighborsMachineLearningModel< TInputValue, TTargetValue > | |
| Save(const std::string &filename, const std::string &name="") override | otb::KNearestNeighborsMachineLearningModel< TInputValue, TTargetValue > | virtual |
| Self typedef | otb::KNearestNeighborsMachineLearningModel< TInputValue, TTargetValue > | |
| SetDecisionRule(int _arg) | otb::KNearestNeighborsMachineLearningModel< TInputValue, TTargetValue > | virtual |
| SetDimension(unsigned int _arg) | otb::MachineLearningModel< TInputValue, TTargetValue > | virtual |
| SetInputListSample(InputListSampleType *_arg) | otb::MachineLearningModel< TInputValue, TTargetValue > | virtual |
| SetK(int _arg) | otb::KNearestNeighborsMachineLearningModel< TInputValue, TTargetValue > | virtual |
| SetRegressionMode(bool flag) | otb::MachineLearningModel< TInputValue, TTargetValue > | |
| SetTargetListSample(TargetListSampleType *_arg) | otb::MachineLearningModel< TInputValue, TTargetValue > | virtual |
| Superclass typedef | otb::KNearestNeighborsMachineLearningModel< TInputValue, TTargetValue > | |
| TargetListSampleType typedef | otb::KNearestNeighborsMachineLearningModel< TInputValue, TTargetValue > | |
| TargetSampleType typedef | otb::KNearestNeighborsMachineLearningModel< TInputValue, TTargetValue > | |
| TargetValueType typedef | otb::KNearestNeighborsMachineLearningModel< TInputValue, TTargetValue > | |
| Train() override | otb::KNearestNeighborsMachineLearningModel< TInputValue, TTargetValue > | virtual |
| ~KNearestNeighborsMachineLearningModel() override=default | otb::KNearestNeighborsMachineLearningModel< TInputValue, TTargetValue > | protected |
| ~MachineLearningModel() override=default | otb::MachineLearningModel< TInputValue, TTargetValue > | protected |