multiclass logistic regression
More...
#include <MulticlassLogisticRegression.h>
multiclass logistic regression
Definition at line 35 of file MulticlassLogisticRegression.h.
◆ CMulticlassLogisticRegression() [1/2]
shogun::CMulticlassLogisticRegression::CMulticlassLogisticRegression |
( |
| ) |
|
◆ CMulticlassLogisticRegression() [2/2]
shogun::CMulticlassLogisticRegression::CMulticlassLogisticRegression |
( |
float64_t |
z, |
|
|
CDotFeatures * |
feats, |
|
|
CLabels * |
labs |
|
) |
| |
◆ ~CMulticlassLogisticRegression()
shogun::CMulticlassLogisticRegression::~CMulticlassLogisticRegression |
( |
| ) |
|
◆ get_bias()
vector< float64_t > shogun::CMulticlassLogisticRegression::get_bias |
( |
| ) |
|
◆ get_epsilon()
float64_t shogun::CMulticlassLogisticRegression::get_epsilon |
( |
| ) |
const |
|
inline |
◆ get_max_iter()
int32_t shogun::CMulticlassLogisticRegression::get_max_iter |
( |
| ) |
const |
|
inline |
◆ get_name()
const char * shogun::CMulticlassLogisticRegression::get_name |
( |
| ) |
const |
|
virtual |
◆ get_w()
vector< SGVector< float64_t > > shogun::CMulticlassLogisticRegression::get_w |
( |
| ) |
|
◆ get_z()
float64_t shogun::CMulticlassLogisticRegression::get_z |
( |
| ) |
const |
|
inline |
◆ init_defaults()
void shogun::CMulticlassLogisticRegression::init_defaults |
( |
| ) |
|
|
private |
◆ register_parameters()
void shogun::CMulticlassLogisticRegression::register_parameters |
( |
| ) |
|
|
private |
◆ set_epsilon()
void shogun::CMulticlassLogisticRegression::set_epsilon |
( |
float64_t |
epsilon | ) |
|
◆ set_max_iter()
void shogun::CMulticlassLogisticRegression::set_max_iter |
( |
int32_t |
max_iter | ) |
|
◆ set_w()
void shogun::CMulticlassLogisticRegression::set_w |
( |
vector< Eigen::VectorXd > & |
wnew | ) |
|
◆ set_z()
void shogun::CMulticlassLogisticRegression::set_z |
( |
float64_t |
z | ) |
|
◆ train_machine()
bool shogun::CMulticlassLogisticRegression::train_machine |
( |
CFeatures * |
data = NULL | ) |
|
|
protectedvirtual |
◆ m_epsilon
float64_t shogun::CMulticlassLogisticRegression::m_epsilon |
|
protected |
◆ m_max_iter
int32_t shogun::CMulticlassLogisticRegression::m_max_iter |
|
protected |
◆ m_z
float64_t shogun::CMulticlassLogisticRegression::m_z |
|
protected |
The documentation for this class was generated from the following files: