| Package | Description |
|---|---|
| org.openimaj.ml.linear.learner.init |
| Class and Description |
|---|
| AbstractContextAwareInitStrategy
Holds on to the learner and the context variables
|
| ContextAwareInitStrategy
A
ContextAwareInitStrategy is told the learner it is initialising against
and the current INDEPENDANT and DEPENDANT variables at init time. |
| CurrentValueMean
Given a matrix considered its "current value" this init strategy takes the current value
and averages the columns (creating the mean row).
|
| InitStrategy
Initialise a matrix to some dimension
|
| OnesInitStrategy |
| SingleValueInitStrat |