Package | Description |
---|---|
org.joone.engine | |
org.joone.engine.extenders |
Modifier and Type | Field and Description |
---|---|
protected UpdateWeightExtender |
ExtendableLearner.theUpdateWeightExtender
The update weight extender, that is, the way to update
the weights, online, batch mode, etc.
|
Modifier and Type | Method and Description |
---|---|
UpdateWeightExtender |
ExtendableLearner.getUpdateWeightExtender()
Gets the update weight extender.
|
Modifier and Type | Method and Description |
---|---|
void |
ExtendableLearner.setUpdateWeightExtender(UpdateWeightExtender anUpdateWeightExtender)
Sets an update weight extender.
|
Modifier and Type | Class and Description |
---|---|
class |
BatchModeExtender
This class implements the offline learning, that is, batch mode.
|
class |
OnlineModeExtender
This is the default weight updater (online).
|
Submit Feedback to pmarrone@users.sourceforge.net