Package | Description |
---|---|
org.neuroph.core.learning |
Provides base classes for neural network learning algorithms.
|
org.neuroph.core.learning.error |
Provides error functions for learning rules
|
org.neuroph.eval |
Modifier and Type | Method and Description |
---|---|
ErrorFunction |
SupervisedLearning.getErrorFunction() |
Modifier and Type | Method and Description |
---|---|
void |
SupervisedLearning.setErrorFunction(ErrorFunction errorFunction) |
Modifier and Type | Class and Description |
---|---|
class |
MeanAbsoluteError |
class |
MeanSquaredError
Commonly used mean squared error
|
Constructor and Description |
---|
ErrorEvaluator(ErrorFunction errorFunction) |
Copyright © 2019 Neuroph Project. All rights reserved.