1 #ifndef mitkCostingStatistic_h
2 #define mitkCostingStatistic_h
4 #include <MitkDataCollectionExports.h>
18 void SetCombinedA(std::string name) {m_CombinedProbabilityA = name; }
19 void SetCombinedB(std::string name) {m_CombinedProbabilityB = name; }
24 bool UpdateCollection();
25 bool CalculateClass(
double threshold);
27 bool WriteStatistic(std::ostream &out,std::ostream &sout,
double stepSize, std::string shortLabel);
31 std::string m_MaskName;
32 std::string m_CombinedProbabilityA;
33 std::string m_CombinedProbabilityB;
34 std::string m_CombinedLabelName;
36 std::vector<std::string> m_ProbabilityClassA;
37 std::vector<std::string> m_ProbabilityClassB;
41 #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)
itk::SmartPointer< Self > Pointer
void SetCombinedA(std::string name)