Package | Description |
---|---|
org.openimaj.ml.linear.learner.init |
Modifier and Type | Class and Description |
---|---|
class |
AbstractContextAwareInitStrategy<INDEPENDANT,DEPENDANT>
Holds on to the learner and the context variables
|
class |
CurrentUMean
Useable only with
BilinearSparseOnlineLearner instances. |
class |
CurrentValueMean
Given a matrix considered its "current value" this init strategy takes the current value
and averages the columns (creating the mean row).
|
class |
CurrentWMean
Useable only with
BilinearSparseOnlineLearner instances. |
class |
FirstValueInitStrat
Completely ignores desired dimensions and returns the first
Y value seen
|