33 #ifndef ROOT_TMVA_MethodHMatrix 34 #define ROOT_TMVA_MethodHMatrix 46 #ifndef ROOT_TMVA_MethodBase 49 #ifndef ROOT_TMVA_TMatrixDfwd 50 #ifndef ROOT_TMatrixDfwd 54 #ifndef ROOT_TMVA_TVectorD void ReadWeightsFromXML(void *wghtnode)
read weights from XML file
void Init()
default initialization called by all constructors
Double_t GetMvaValue(Double_t *err=0, Double_t *errUpper=0)
returns the H-matrix signal estimator
void ProcessOptions()
process user options
virtual Bool_t HasAnalysisType(Types::EAnalysisType type, UInt_t numberClasses, UInt_t numberTargets)
FDA can handle classification with 2 classes and regression with one regression-target.
void MakeClassSpecific(std::ostream &, const TString &) const
write Fisher-specific classifier response
void ReadWeightsFromStream(std::istream &istr)
read variable names and min/max NOTE: the latter values are mandatory for the normalisation in the re...
virtual ~MethodHMatrix()
destructor
#define ClassDef(name, id)
void AddWeightsXMLTo(void *parent) const
create XML description for HMatrix classification
void Train()
computes H-matrices for signal and background samples
MethodHMatrix(const TString &jobName, const TString &methodTitle, DataSetInfo &theData, const TString &theOption="")
standard constructor for the H-Matrix method
void ComputeCovariance(Bool_t, TMatrixD *)
compute covariance matrix
const Ranking * CreateRanking()
void GetHelpMessage() const
get help message text
Abstract ClassifierFactory template that handles arbitrary types.
void DeclareOptions()
MethodHMatrix options: none (apart from those implemented in MethodBase)
virtual void ReadWeightsFromStream(std::istream &)=0
Double_t GetChi2(Types::ESBType)
compute chi2-estimator for event according to type (signal/background)