INDEPENDANT
- DEPENDANT
- public abstract class AbstractContextAwareInitStrategy<INDEPENDANT,DEPENDANT> extends Object implements ContextAwareInitStrategy<INDEPENDANT,DEPENDANT>
Modifier and Type | Field and Description |
---|---|
protected OnlineLearner<INDEPENDANT,DEPENDANT> |
learner |
protected INDEPENDANT |
x |
protected DEPENDANT |
y |
Constructor and Description |
---|
AbstractContextAwareInitStrategy() |
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
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
init
protected INDEPENDANT x
protected OnlineLearner<INDEPENDANT,DEPENDANT> learner
public AbstractContextAwareInitStrategy()
public void setLearner(OnlineLearner<INDEPENDANT,DEPENDANT> learner)
ContextAwareInitStrategy
setLearner
in interface ContextAwareInitStrategy<INDEPENDANT,DEPENDANT>
public void setContext(INDEPENDANT x, DEPENDANT y)
ContextAwareInitStrategy
setContext
in interface ContextAwareInitStrategy<INDEPENDANT,DEPENDANT>