CanReadFile(const std::string &) override | otb::SharkKMeansMachineLearningModel< TInputValue, TTargetValue > | virtual |
CanWriteFile(const std::string &) override | otb::SharkKMeansMachineLearningModel< TInputValue, TTargetValue > | virtual |
ClusteringModelType typedef | otb::SharkKMeansMachineLearningModel< TInputValue, TTargetValue > | |
ClusteringOutputType typedef | otb::SharkKMeansMachineLearningModel< TInputValue, TTargetValue > | |
ConfidenceListSampleType typedef | otb::SharkKMeansMachineLearningModel< TInputValue, TTargetValue > | |
ConfidenceSampleType typedef | otb::SharkKMeansMachineLearningModel< TInputValue, TTargetValue > | |
ConfidenceValueType typedef | otb::SharkKMeansMachineLearningModel< TInputValue, TTargetValue > | |
ConstPointer typedef | otb::SharkKMeansMachineLearningModel< TInputValue, TTargetValue > | |
CreateAnother(void) const | otb::SharkKMeansMachineLearningModel< TInputValue, TTargetValue > | |
DoPredict(const InputSampleType &input, ConfidenceValueType *quality=nullptr, ProbaSampleType *proba=nullptr) const override | otb::SharkKMeansMachineLearningModel< TInputValue, TTargetValue > | protectedvirtual |
DoPredictBatch(const InputListSampleType *, const unsigned int &startIndex, const unsigned int &size, TargetListSampleType *, ConfidenceListSampleType *=nullptr, ProbaListSampleType *=nullptr) const override | otb::SharkKMeansMachineLearningModel< TInputValue, TTargetValue > | protectedvirtual |
ExportCentroids(const std::string &filename) | otb::SharkKMeansMachineLearningModel< TInputValue, TTargetValue > | |
GetDimension() | otb::MachineLearningModel< TInputValue, TTargetValue > | virtual |
GetInputListSample() const | otb::MachineLearningModel< TInputValue, TTargetValue > | virtual |
GetK() | otb::SharkKMeansMachineLearningModel< TInputValue, TTargetValue > | virtual |
GetMaximumNumberOfIterations() | otb::SharkKMeansMachineLearningModel< TInputValue, TTargetValue > | virtual |
GetNameOfClass() const | otb::SharkKMeansMachineLearningModel< 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::SharkKMeansMachineLearningModel< TInputValue, TTargetValue > | |
InputSampleType typedef | otb::SharkKMeansMachineLearningModel< TInputValue, TTargetValue > | |
InputValueType typedef | otb::SharkKMeansMachineLearningModel< 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::SharkKMeansMachineLearningModel< TInputValue, TTargetValue > | virtual |
m_CanRead | otb::SharkKMeansMachineLearningModel< TInputValue, TTargetValue > | private |
m_Centroids | otb::SharkKMeansMachineLearningModel< TInputValue, TTargetValue > | private |
m_ClusteringModel | otb::SharkKMeansMachineLearningModel< TInputValue, TTargetValue > | private |
m_ConfidenceIndex | otb::MachineLearningModel< TInputValue, TTargetValue > | protected |
m_ConfidenceListSample | otb::MachineLearningModel< TInputValue, TTargetValue > | protected |
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::SharkKMeansMachineLearningModel< TInputValue, TTargetValue > | private |
m_MaximumNumberOfIterations | otb::SharkKMeansMachineLearningModel< 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::SharkKMeansMachineLearningModel< TInputValue, TTargetValue > | static |
operator=(const Self &)=delete | otb::SharkKMeansMachineLearningModel< TInputValue, TTargetValue > | private |
Pointer typedef | otb::SharkKMeansMachineLearningModel< 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::SharkKMeansMachineLearningModel< TInputValue, TTargetValue > | protected |
ProbaListSampleType typedef | otb::SharkKMeansMachineLearningModel< TInputValue, TTargetValue > | |
ProbaSampleType typedef | otb::SharkKMeansMachineLearningModel< TInputValue, TTargetValue > | |
Save(const std::string &filename, const std::string &name="") override | otb::SharkKMeansMachineLearningModel< TInputValue, TTargetValue > | virtual |
Self typedef | otb::SharkKMeansMachineLearningModel< TInputValue, TTargetValue > | |
SetCentroidsFromData(const shark::Data< shark::RealVector > &data) | otb::SharkKMeansMachineLearningModel< TInputValue, TTargetValue > | inline |
SetDimension(unsigned int _arg) | otb::MachineLearningModel< TInputValue, TTargetValue > | virtual |
SetInputListSample(InputListSampleType *_arg) | otb::MachineLearningModel< TInputValue, TTargetValue > | virtual |
SetK(unsigned _arg) | otb::SharkKMeansMachineLearningModel< TInputValue, TTargetValue > | virtual |
SetMaximumNumberOfIterations(unsigned _arg) | otb::SharkKMeansMachineLearningModel< TInputValue, TTargetValue > | virtual |
SetRegressionMode(bool flag) | otb::MachineLearningModel< TInputValue, TTargetValue > | |
SetTargetListSample(TargetListSampleType *_arg) | otb::MachineLearningModel< TInputValue, TTargetValue > | virtual |
SharkKMeansMachineLearningModel() | otb::SharkKMeansMachineLearningModel< TInputValue, TTargetValue > | protected |
SharkKMeansMachineLearningModel(const Self &)=delete | otb::SharkKMeansMachineLearningModel< TInputValue, TTargetValue > | private |
Superclass typedef | otb::SharkKMeansMachineLearningModel< TInputValue, TTargetValue > | |
TargetListSampleType typedef | otb::SharkKMeansMachineLearningModel< TInputValue, TTargetValue > | |
TargetSampleType typedef | otb::SharkKMeansMachineLearningModel< TInputValue, TTargetValue > | |
TargetValueType typedef | otb::SharkKMeansMachineLearningModel< TInputValue, TTargetValue > | |
Train() override | otb::SharkKMeansMachineLearningModel< TInputValue, TTargetValue > | virtual |
~MachineLearningModel() override=default | otb::MachineLearningModel< TInputValue, TTargetValue > | protected |
~SharkKMeansMachineLearningModel() | otb::SharkKMeansMachineLearningModel< TInputValue, TTargetValue > | protectedvirtual |