31 #ifndef ROOT_TMVA_ResultsMulticlass 32 #define ROOT_TMVA_ResultsMulticlass virtual void Clear(Option_t *="")
std::vector< std::vector< Float_t > > * GetValueVector()
std::vector< Float_t > fAchievablePur
std::vector< Float_t > & GetAchievableEff()
virtual const std::vector< Float_t > & operator[](Int_t ievt) const
~ResultsMulticlass()
destructor
TMatrixD GetConfusionMatrix(Double_t effB)
Returns a confusion matrix where each class is pitted against each other.
std::vector< std::vector< Double_t > > fBestCuts
Types::EAnalysisType GetAnalysisType()
#define ClassDef(name, id)
Class that contains all the data information.
MsgLogger & Log() const
message logger
std::vector< Float_t > fEventWeights
ResultsMulticlass(const DataSetInfo *dsi, TString resultsName)
constructor
std::vector< Float_t > fClassSumWeights
std::vector< std::vector< Float_t > > fMultiClassValues
void SetValue(std::vector< Float_t > &value, Int_t ievt)
Float_t GetAchievablePur(UInt_t cls)
Double_t EstimatorFunction(std::vector< Double_t > &)
void CreateMulticlassPerformanceHistos(TString prefix)
Create performance graphs for this classifier a multiclass setting.
void CreateMulticlassHistos(TString prefix, Int_t nbins, Int_t nbins_high)
this function fills the mva response histos for multiclass classification
std::vector< Float_t > fAchievableEff
std::vector< Double_t > GetBestMultiClassCuts(UInt_t targetClass)
calculate the best working point (optimal cut values) for the multiclass classifier ...
Class which takes the results of a multiclass classification.
ostringstream derivative to redirect and format output
Float_t GetAchievableEff(UInt_t cls)
std::vector< Float_t > & GetAchievablePur()
Abstract ClassifierFactory template that handles arbitrary types.
Class that is the base-class for a vector of result.
std::vector< UInt_t > fEventClasses
virtual void Clear(Option_t *)
Interface for a fitter 'target'.
void Resize(Int_t entries)