13 #ifndef mitkCostingStatistic_h
14 #define mitkCostingStatistic_h
30 void SetCombinedA(std::string name) {m_CombinedProbabilityA = name; }
31 void SetCombinedB(std::string name) {m_CombinedProbabilityB = name; }
36 bool UpdateCollection();
37 bool CalculateClass(
double threshold);
39 bool WriteStatistic(std::ostream &out,std::ostream &sout,
double stepSize, std::string shortLabel);
43 std::string m_MaskName;
44 std::string m_CombinedProbabilityA;
45 std::string m_CombinedProbabilityB;
46 std::string m_CombinedLabelName;
48 std::vector<std::string> m_ProbabilityClassA;
49 std::vector<std::string> m_ProbabilityClassB;