Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkRandomForestIO_h
14 #define mitkRandomForestIO_h
17 #include "vigra/random_forest.hxx"
35 void Write()
override;
44 std::vector<itk::SmartPointer<BaseData>>
DoRead()
override;
47 mutable vigra::RandomForest<int>
m_rf;
void Write() override
Write the base data to the specified location or output stream.
ConfidenceLevel GetReaderConfidenceLevel() const override
vigra::RandomForest< int > m_rf
void Write() override=0
Write the base data to the specified location or output stream.
DataCollection - Class to facilitate loading/accessing structured data.
ConfidenceLevel GetWriterConfidenceLevel() const override
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.
~RandomForestFileIO() override
std::vector< itk::SmartPointer< BaseData > > Read() override
Reads a path or stream and creates a list of BaseData objects.
std::vector< itk::SmartPointer< BaseData > > DoRead() override