Darwin  1.10(beta)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
drwnMultiClassLogisticBase Member List

This is the complete list of members for drwnMultiClassLogisticBase, including all inherited members.

_bValiddrwnClassifierprotected
_dfdrwnOptimizerprotected
_features (defined in drwnMultiClassLogisticBase)drwnMultiClassLogisticBaseprotected
_lambdadrwnMultiClassLogisticBaseprotected
_ndrwnOptimizerprotected
_nClassesdrwnClassifierprotected
_nFeaturesdrwnClassifierprotected
_regularizerdrwnMultiClassLogisticBaseprotected
_targets (defined in drwnMultiClassLogisticBase)drwnMultiClassLogisticBaseprotected
_thetadrwnMultiClassLogisticBaseprotected
_weights (defined in drwnMultiClassLogisticBase)drwnMultiClassLogisticBaseprotected
_xdrwnOptimizerprotected
clone() const =0drwnClassifierpure virtual
declareProperty(const string &name, drwnPropertyInterface *optif) (defined in drwnProperties)drwnPropertiesprotected
drwnClassifier()drwnClassifier
drwnClassifier(unsigned n, unsigned k=2)drwnClassifier
drwnClassifier(const drwnClassifier &c)drwnClassifier
drwnMultiClassLogisticBase()drwnMultiClassLogisticBase
drwnMultiClassLogisticBase(unsigned n, unsigned k=2)drwnMultiClassLogisticBase
drwnMultiClassLogisticBase(const drwnMultiClassLogisticBase &c)drwnMultiClassLogisticBase
drwnOptimizer()drwnOptimizerprotected
drwnOptimizer(unsigned n)drwnOptimizerprotected
drwnOptimizer(const drwnOptimizer &o)drwnOptimizerprotected
drwnProperties() (defined in drwnProperties)drwnPropertiesinline
dump() const drwnWriteable
EPSFdrwnOptimizerprotectedstatic
EPSGdrwnOptimizerprotectedstatic
EPSXdrwnOptimizerprotectedstatic
exposeProperties(drwnProperties *opts, const string &prefix=string(""), bool bSerializable=false) (defined in drwnProperties)drwnPropertiesprotected
findProperty(const string &name) const (defined in drwnProperties)drwnProperties
findProperty(const char *name) const (defined in drwnProperties)drwnPropertiesinline
getBoolProperty(unsigned indx) const (defined in drwnProperties)drwnProperties
getClassification(const vector< double > &features) const drwnClassifiervirtual
getClassifications(const vector< vector< double > > &features, vector< int > &outputLabels) const drwnClassifiervirtual
getClassMarginals(const vector< double > &features, vector< double > &outputMarginals) const drwnClassifiervirtual
getClassMarginals(const vector< vector< double > > &features, vector< vector< double > > &outputMarginals) const drwnClassifiervirtual
getClassScores(const vector< double > &features, vector< double > &outputScores) const =0drwnMultiClassLogisticBasepure virtual
drwnClassifier::getClassScores(const vector< vector< double > > &features, vector< vector< double > > &outputScores) const drwnClassifiervirtual
getDoubleProperty(unsigned indx) const (defined in drwnProperties)drwnProperties
getIntProperty(unsigned indx) const (defined in drwnProperties)drwnProperties
getListProperty(unsigned indx) const (defined in drwnProperties)drwnProperties
getMatrixProperty(unsigned indx) const (defined in drwnProperties)drwnProperties
getProperty(unsigned indx) const (defined in drwnProperties)drwnProperties
getProperty(const char *name) const (defined in drwnProperties)drwnProperties
getPropertyAsString(unsigned indx) const (defined in drwnProperties)drwnProperties
getPropertyName(unsigned indx) const (defined in drwnProperties)drwnProperties
getPropertyNames() const (defined in drwnProperties)drwnProperties
getPropertyType(unsigned indx) const (defined in drwnProperties)drwnProperties
getSelectionProperty(unsigned indx) const (defined in drwnProperties)drwnProperties
getStringProperty(unsigned indx) const (defined in drwnProperties)drwnProperties
getVectorProperty(unsigned indx) const (defined in drwnProperties)drwnProperties
gradient(const double *x, double *df) const drwnMultiClassLogisticBaseprotectedvirtual
hasProperty(const string &name) const (defined in drwnProperties)drwnProperties
hasProperty(const char *name) const (defined in drwnProperties)drwnPropertiesinline
drwnClassifier::initialize(unsigned n, unsigned k=2)drwnClassifiervirtual
drwnOptimizer::initialize(unsigned n, const double *x=NULL)drwnOptimizerprotected
drwnOptimizer::initialize(const double *x=NULL)drwnOptimizerprotected
isReadOnly(unsigned indx) const (defined in drwnProperties)drwnProperties
load(drwnXMLNode &xml)drwnMultiClassLogisticBasevirtual
MAX_ITERATIONSdrwnMultiClassLogisticBasestatic
monitor(unsigned iter, double objValue)drwnOptimizerprotectedvirtual
numClasses() const drwnClassifierinline
numFeatures() const drwnClassifierinline
numProperties() const (defined in drwnProperties)drwnPropertiesinline
objective(const double *x) const drwnMultiClassLogisticBaseprotectedvirtual
objectiveAndGradient(const double *x, double *df) const =0drwnMultiClassLogisticBaseprotectedpure virtual
operator[](unsigned i) const drwnOptimizerinlineprotected
operator[](unsigned i)drwnOptimizerinlineprotected
printProperties(ostream &os) const (defined in drwnProperties)drwnProperties
propertyChanged(const string &name) (defined in drwnProperties)drwnPropertiesinlineprotectedvirtual
read(const char *filename)drwnWriteable
readProperties(drwnXMLNode &xml, const char *tag="property") (defined in drwnProperties)drwnProperties
REG_STRENGTHdrwnMultiClassLogisticBasestatic
save(drwnXMLNode &xml) const drwnMultiClassLogisticBasevirtual
setProperty(unsigned indx, bool value) (defined in drwnProperties)drwnProperties
setProperty(unsigned indx, int value) (defined in drwnProperties)drwnProperties
setProperty(unsigned indx, double value) (defined in drwnProperties)drwnProperties
setProperty(unsigned indx, const string &value) (defined in drwnProperties)drwnProperties
setProperty(unsigned indx, const char *value) (defined in drwnProperties)drwnProperties
setProperty(unsigned indx, const Eigen::VectorXd &value) (defined in drwnProperties)drwnProperties
setProperty(unsigned indx, const Eigen::MatrixXd &value) (defined in drwnProperties)drwnProperties
setProperty(const char *name, bool value) (defined in drwnProperties)drwnProperties
setProperty(const char *name, int value) (defined in drwnProperties)drwnProperties
setProperty(const char *name, double value) (defined in drwnProperties)drwnProperties
setProperty(const char *name, const string &value) (defined in drwnProperties)drwnProperties
setProperty(const char *name, const char *value) (defined in drwnProperties)drwnProperties
setProperty(const char *name, const Eigen::VectorXd &value) (defined in drwnProperties)drwnProperties
setProperty(const char *name, const Eigen::MatrixXd &value) (defined in drwnProperties)drwnProperties
size() const drwnOptimizerinlineprotected
solve(unsigned maxiter, bool bMonitor=false)drwnOptimizerprotected
train(const drwnClassifierDataset &dataset)drwnMultiClassLogisticBasevirtual
train(const vector< vector< double > > &features, const vector< int > &targets)drwnMultiClassLogisticBasevirtual
train(const vector< vector< double > > &features, const vector< int > &targets, const vector< double > &weights)drwnMultiClassLogisticBasevirtual
drwnClassifier::train(const char *filename)drwnClassifiervirtual
type() const drwnMultiClassLogisticBaseinlinevirtual
undeclareProperty(const string &name) (defined in drwnProperties)drwnPropertiesprotected
valid() const drwnClassifierinlinevirtual
write(const char *filename) const drwnWriteable
writeProperties(drwnXMLNode &xml, const char *tag="property") const (defined in drwnProperties)drwnProperties
~drwnClassifier() (defined in drwnClassifier)drwnClassifierinlinevirtual
~drwnCloneable() (defined in drwnCloneable)drwnCloneableinlinevirtual
~drwnMultiClassLogisticBase() (defined in drwnMultiClassLogisticBase)drwnMultiClassLogisticBase
~drwnOptimizer() (defined in drwnOptimizer)drwnOptimizerprotectedvirtual
~drwnProperties() (defined in drwnProperties)drwnPropertiesvirtual
~drwnStdObjIface() (defined in drwnStdObjIface)drwnStdObjIfaceinlinevirtual
~drwnTypeable() (defined in drwnTypeable)drwnTypeableinlinevirtual
~drwnWriteable() (defined in drwnWriteable)drwnWriteableinlinevirtual