|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include <mitkVigraRandomForestClassifier.h>#include <mitkThresholdSplit.h>#include <mitkImpurityLoss.h>#include <mitkLinearSplitting.h>#include <mitkProperties.h>#include <vigra/random_forest.hxx>#include <vigra/random_forest/rf_split.hxx>#include <itkFastMutexLock.h>#include <itkMultiThreader.h>#include <itkCommand.h>Go to the source code of this file.
Typedefs | |
| typedef mitk::ThresholdSplit< mitk::LinearSplitting< mitk::ImpurityLoss<> >, int, vigra::ClassificationTag > | DefaultSplitType |
| typedef mitk::ThresholdSplit<mitk::LinearSplitting< mitk::ImpurityLoss<> >,int,vigra::ClassificationTag> DefaultSplitType |
Definition at line 29 of file mitkVigraRandomForestClassifier.cpp.