npstat is hosted by Hepforge, IPPP Durham
NPStat  5.10.0
npsi::MinuitLocalLogisticFcn< Numeric > Class Template Reference

#include <MinuitLocalLogisticFcn.hh>

Inheritance diagram for npsi::MinuitLocalLogisticFcn< Numeric >:

Public Member Functions

 MinuitLocalLogisticFcn (npstat::LogisticRegressionBase< Numeric > *reg, const unsigned maxdeg, const double up=0.05)
 
void setMaxDeg (const unsigned maxdeg)
 
unsigned nParameters () const
 
double Up () const
 
bool CheckGradient () const
 
virtual double operator() (const std::vector< double > &x) const
 
std::vector< double > Gradient (const std::vector< double > &x) const
 

Detailed Description

template<class Numeric>
class npsi::MinuitLocalLogisticFcn< Numeric >

Target minimization function adapter class for running local logistic regression fits by Minuit2

Constructor & Destructor Documentation

◆ MinuitLocalLogisticFcn()

template<class Numeric >
npsi::MinuitLocalLogisticFcn< Numeric >::MinuitLocalLogisticFcn ( npstat::LogisticRegressionBase< Numeric > *  reg,
const unsigned  maxdeg,
const double  up = 0.05 
)
inline

Will not assume ownership the LogisticRegressionBase object


The documentation for this class was generated from the following file: