Darwin
1.10(beta)
|
This is the complete list of members for drwnMultiClassLogisticBase, including all inherited members.
_bValid | drwnClassifier | protected |
_df | drwnOptimizer | protected |
_features (defined in drwnMultiClassLogisticBase) | drwnMultiClassLogisticBase | protected |
_lambda | drwnMultiClassLogisticBase | protected |
_n | drwnOptimizer | protected |
_nClasses | drwnClassifier | protected |
_nFeatures | drwnClassifier | protected |
_regularizer | drwnMultiClassLogisticBase | protected |
_targets (defined in drwnMultiClassLogisticBase) | drwnMultiClassLogisticBase | protected |
_theta | drwnMultiClassLogisticBase | protected |
_weights (defined in drwnMultiClassLogisticBase) | drwnMultiClassLogisticBase | protected |
_x | drwnOptimizer | protected |
clone() const =0 | drwnClassifier | pure virtual |
declareProperty(const string &name, drwnPropertyInterface *optif) (defined in drwnProperties) | drwnProperties | protected |
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() | drwnOptimizer | protected |
drwnOptimizer(unsigned n) | drwnOptimizer | protected |
drwnOptimizer(const drwnOptimizer &o) | drwnOptimizer | protected |
drwnProperties() (defined in drwnProperties) | drwnProperties | inline |
dump() const | drwnWriteable | |
EPSF | drwnOptimizer | protectedstatic |
EPSG | drwnOptimizer | protectedstatic |
EPSX | drwnOptimizer | protectedstatic |
exposeProperties(drwnProperties *opts, const string &prefix=string(""), bool bSerializable=false) (defined in drwnProperties) | drwnProperties | protected |
findProperty(const string &name) const (defined in drwnProperties) | drwnProperties | |
findProperty(const char *name) const (defined in drwnProperties) | drwnProperties | inline |
getBoolProperty(unsigned indx) const (defined in drwnProperties) | drwnProperties | |
getClassification(const vector< double > &features) const | drwnClassifier | virtual |
getClassifications(const vector< vector< double > > &features, vector< int > &outputLabels) const | drwnClassifier | virtual |
getClassMarginals(const vector< double > &features, vector< double > &outputMarginals) const | drwnClassifier | virtual |
getClassMarginals(const vector< vector< double > > &features, vector< vector< double > > &outputMarginals) const | drwnClassifier | virtual |
getClassScores(const vector< double > &features, vector< double > &outputScores) const =0 | drwnMultiClassLogisticBase | pure virtual |
drwnClassifier::getClassScores(const vector< vector< double > > &features, vector< vector< double > > &outputScores) const | drwnClassifier | virtual |
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 | drwnMultiClassLogisticBase | protectedvirtual |
hasProperty(const string &name) const (defined in drwnProperties) | drwnProperties | |
hasProperty(const char *name) const (defined in drwnProperties) | drwnProperties | inline |
drwnClassifier::initialize(unsigned n, unsigned k=2) | drwnClassifier | virtual |
drwnOptimizer::initialize(unsigned n, const double *x=NULL) | drwnOptimizer | protected |
drwnOptimizer::initialize(const double *x=NULL) | drwnOptimizer | protected |
isReadOnly(unsigned indx) const (defined in drwnProperties) | drwnProperties | |
load(drwnXMLNode &xml) | drwnMultiClassLogisticBase | virtual |
MAX_ITERATIONS | drwnMultiClassLogisticBase | static |
monitor(unsigned iter, double objValue) | drwnOptimizer | protectedvirtual |
numClasses() const | drwnClassifier | inline |
numFeatures() const | drwnClassifier | inline |
numProperties() const (defined in drwnProperties) | drwnProperties | inline |
objective(const double *x) const | drwnMultiClassLogisticBase | protectedvirtual |
objectiveAndGradient(const double *x, double *df) const =0 | drwnMultiClassLogisticBase | protectedpure virtual |
operator[](unsigned i) const | drwnOptimizer | inlineprotected |
operator[](unsigned i) | drwnOptimizer | inlineprotected |
printProperties(ostream &os) const (defined in drwnProperties) | drwnProperties | |
propertyChanged(const string &name) (defined in drwnProperties) | drwnProperties | inlineprotectedvirtual |
read(const char *filename) | drwnWriteable | |
readProperties(drwnXMLNode &xml, const char *tag="property") (defined in drwnProperties) | drwnProperties | |
REG_STRENGTH | drwnMultiClassLogisticBase | static |
save(drwnXMLNode &xml) const | drwnMultiClassLogisticBase | virtual |
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 | drwnOptimizer | inlineprotected |
solve(unsigned maxiter, bool bMonitor=false) | drwnOptimizer | protected |
train(const drwnClassifierDataset &dataset) | drwnMultiClassLogisticBase | virtual |
train(const vector< vector< double > > &features, const vector< int > &targets) | drwnMultiClassLogisticBase | virtual |
train(const vector< vector< double > > &features, const vector< int > &targets, const vector< double > &weights) | drwnMultiClassLogisticBase | virtual |
drwnClassifier::train(const char *filename) | drwnClassifier | virtual |
type() const | drwnMultiClassLogisticBase | inlinevirtual |
undeclareProperty(const string &name) (defined in drwnProperties) | drwnProperties | protected |
valid() const | drwnClassifier | inlinevirtual |
write(const char *filename) const | drwnWriteable | |
writeProperties(drwnXMLNode &xml, const char *tag="property") const (defined in drwnProperties) | drwnProperties | |
~drwnClassifier() (defined in drwnClassifier) | drwnClassifier | inlinevirtual |
~drwnCloneable() (defined in drwnCloneable) | drwnCloneable | inlinevirtual |
~drwnMultiClassLogisticBase() (defined in drwnMultiClassLogisticBase) | drwnMultiClassLogisticBase | |
~drwnOptimizer() (defined in drwnOptimizer) | drwnOptimizer | protectedvirtual |
~drwnProperties() (defined in drwnProperties) | drwnProperties | virtual |
~drwnStdObjIface() (defined in drwnStdObjIface) | drwnStdObjIface | inlinevirtual |
~drwnTypeable() (defined in drwnTypeable) | drwnTypeable | inlinevirtual |
~drwnWriteable() (defined in drwnWriteable) | drwnWriteable | inlinevirtual |