17 #ifndef mitkLRDensityEstimation_h
18 #define mitkLRDensityEstimation_h
20 #include <vigra/matrix.hxx>
21 #include <vigra/random_forest.hxx>
25 #include <MitkCLImportanceWeightingExports.h>
37 void SetTestMask(std::string name);
38 std::string GetTestMask();
40 void SetTrainMask(std::string name);
41 std::string GetTrainMask();
43 void SetWeightName(std::string name);
44 std::string GetWeightName();
48 void SetModalities(std::vector<std::string> modalities);
49 std::vector<std::string> GetModalities();
56 std::string m_TestMask;
57 std::string m_TrainMask;
58 std::string m_WeightName;
59 std::vector<std::string> m_Modalities;
61 std::string m_WeightFileName;
65 #endif //mitkLRDensityEstimation_h
Follow Up Storage - Class to facilitate loading/accessing structured follow-up data.
static void Update(vtkPolyData *)
vigra::MultiArray< 2, double > MatrixType
DataCollection - Class to facilitate loading/accessing structured data.
itk::SmartPointer< Self > Pointer