25 #ifndef ROOT_TMVA_Interval
26 #define ROOT_TMVA_Interval
85 virtual void Print( std::ostream& os )
const;
virtual Int_t GetNbins() const
Random number generator class based on M.
static Vc_ALWAYS_INLINE int_v min(const int_v &x, const int_v &y)
virtual Double_t GetMean() const
#define ClassDef(name, id)
virtual ~Interval()
destructor
virtual Double_t GetWidth() const
virtual Double_t GetMin() const
virtual Double_t GetElement(Int_t position) const
calculates the value of the "number" bin in a discrete interval.
Interval(Double_t min, Double_t max, Int_t nbins=0)
virtual Double_t GetMax() const
virtual Double_t GetStepSize(Int_t iBin=0) const
retuns the step size between the numbers of a "discrete Interval"
virtual Double_t GetRndm(TRandom3 &) const
get uniformely distributed number within interval
static Vc_ALWAYS_INLINE int_v max(const int_v &x, const int_v &y)
Abstract ClassifierFactory template that handles arbitrary types.
virtual void Print(std::ostream &os) const