INDEPENDANT - the YDEPENDANT - the Xpublic interface ContextAwareInitStrategy<INDEPENDANT,DEPENDANT> extends InitStrategy
ContextAwareInitStrategy is told the learner it is initialising against
and the current INDEPENDANT and DEPENDANT variables at init time.| Modifier and Type | Method and Description |
|---|---|
void |
setContext(INDEPENDANT x,
DEPENDANT y)
The current INDEPENDANT and DEPENDANT values at the time of initialization
|
void |
setLearner(OnlineLearner<INDEPENDANT,DEPENDANT> learner)
The
|
initvoid setLearner(OnlineLearner<INDEPENDANT,DEPENDANT> learner)
learner - void setContext(INDEPENDANT x, DEPENDANT y)
x - y -