#include <logistic-regression.h>

Public Member Functions | |
| LogisticRegressionConfig () | |
| void | Register (OptionsItf *opts) |
Public Attributes | |
| int32 | max_steps |
| int32 | mix_up |
| double | normalizer |
| double | power |
Definition at line 31 of file logistic-regression.h.
|
inline |
Definition at line 36 of file logistic-regression.h.
|
inline |
Definition at line 38 of file logistic-regression.h.
References OptionsItf::Register().
Referenced by main().
| int32 max_steps |
Definition at line 32 of file logistic-regression.h.
Referenced by LogisticRegression::TrainParameters(), kaldi::UnitTestPosteriors(), and kaldi::UnitTestTrain().
| int32 mix_up |
Definition at line 32 of file logistic-regression.h.
Referenced by LogisticRegression::MixUp(), and LogisticRegression::Train().
| double normalizer |
Definition at line 34 of file logistic-regression.h.
Referenced by LogisticRegression::TrainParameters(), kaldi::UnitTestPosteriors(), and kaldi::UnitTestTrain().
| double power |
Definition at line 34 of file logistic-regression.h.
Referenced by LogisticRegression::MixUp().