Package | Description |
---|---|
org.openimaj.ml.linear.evaluation | |
org.openimaj.ml.linear.learner |
Modifier and Type | Field and Description |
---|---|
protected BilinearSparseOnlineLearner |
BilinearEvaluator.learner |
Modifier and Type | Method and Description |
---|---|
void |
BilinearEvaluator.setLearner(BilinearSparseOnlineLearner learner) |
Modifier and Type | Class and Description |
---|---|
class |
BilinearSparseFISTALearner |
class |
BilinearUnmixedSparseOnlineLearner
An implementation of a stochastic gradient decent with proximal parameter
adjustment (for regularised parameters).
|
Modifier and Type | Method and Description |
---|---|
BilinearSparseOnlineLearner |
BilinearSparseOnlineLearner.clone() |
BilinearSparseOnlineLearner |
IncrementalBilinearSparseOnlineLearner.getBilinearLearner() |
BilinearSparseOnlineLearner |
IncrementalBilinearSparseOnlineLearner.getBilinearLearner(int nusers,
int nwords)
Construct a learner with the desired number of users and words.
|