17 #ifndef _MITK_DecisionForestFileIO__H_
18 #define _MITK_DecisionForestFileIO__H_
21 #include "vigra/random_forest.hxx"
42 virtual std::vector<itk::SmartPointer<BaseData> >
Read();
50 mutable vigra::RandomForest<int>
m_rf;
DataCollection - Class to facilitate loading/accessing structured data.
virtual std::vector< itk::SmartPointer< BaseData > > Read() override=0
Reads a path or stream and creates a list of BaseData objects.
virtual ~RandomForestFileIO()
virtual void Write()
Write the base data to the specified location or output stream.
virtual std::vector< itk::SmartPointer< BaseData > > Read()
Reads a path or stream and creates a list of BaseData objects.
vigra::RandomForest< int > m_rf
virtual ConfidenceLevel GetReaderConfidenceLevel() const
virtual void Write() override=0
Write the base data to the specified location or output stream.
virtual ConfidenceLevel GetWriterConfidenceLevel() const
ConfidenceLevel
A confidence level describing the confidence of the reader or writer in handling the given data...
Abstract class for implementing a reader and writer.