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;
53 #endif // mitkCostingStatistic_h
void SetCombinedB(std::string name)
void SetMaskName(std::string name)
DataCollection - Class to facilitate loading/accessing structured data.
void SetProbabilitiesB(std::vector< std::string > probB)
void SetProbabilitiesA(std::vector< std::string > probA)
void SetCombinedLabel(std::string name)
#define MITKDATACOLLECTION_EXPORT
itk::SmartPointer< Self > Pointer
void SetCombinedA(std::string name)