Medical Imaging Interaction Toolkit
2016.11.0
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 33 of file mitkVigraRandomForestClassifier.cpp.