13 #ifndef mitkLRDensityEstimation_h 14 #define mitkLRDensityEstimation_h 16 #include <vigra/matrix.hxx> 17 #include <vigra/random_forest.hxx> 33 void SetTestMask(std::string name);
34 std::string GetTestMask();
36 void SetTrainMask(std::string name);
37 std::string GetTrainMask();
39 void SetWeightName(std::string name);
40 std::string GetWeightName();
44 void SetModalities(std::vector<std::string> modalities);
45 std::vector<std::string> GetModalities();
52 std::string m_TestMask;
53 std::string m_TrainMask;
54 std::string m_WeightName;
55 std::vector<std::string> m_Modalities;
57 std::string m_WeightFileName;
61 #endif //mitkLRDensityEstimation_h Follow Up Storage - Class to facilitate loading/accessing structured follow-up data.
vigra::MultiArray< 2, double > MatrixType
DataCollection - Class to facilitate loading/accessing structured data.
#define MITKCLIMPORTANCEWEIGHTING_EXPORT
itk::SmartPointer< Self > Pointer