Package | Description |
---|---|
org.joone.engine | |
org.joone.engine.extenders |
Modifier and Type | Method and Description |
---|---|
RpropParameters |
RpropLearner.getParameters() |
Modifier and Type | Method and Description |
---|---|
void |
RpropLearner.setParameters(RpropParameters aParameters) |
Constructor and Description |
---|
RpropLearner(RpropParameters aParameters)
Creates a new instance of RpropLearner.
|
Modifier and Type | Field and Description |
---|---|
protected RpropParameters |
RpropExtender.theRpropParameters
The parameters for the RPROP learning algorithm.
|
Modifier and Type | Method and Description |
---|---|
RpropParameters |
RpropExtender.getParameters()
Gets the parameters of this learning algorithm.
|
Modifier and Type | Method and Description |
---|---|
void |
RpropExtender.setParameters(RpropParameters aParameters)
Sets the parameters for this learning algorithm.
|
Submit Feedback to pmarrone@users.sourceforge.net