Package | Description |
---|---|
com.imsl.datamining.neural |
Neural networks.
|
Modifier and Type | Field and Description |
---|---|
static QuasiNewtonTrainer.Error |
QuasiNewtonTrainer.SUM_OF_SQUARES
Compute the sum of squares error.
|
Modifier and Type | Method and Description |
---|---|
QuasiNewtonTrainer.Error |
BinaryClassification.getError()
Returns the error function for use by
QuasiNewtonTrainer
for training a binary classification network. |
QuasiNewtonTrainer.Error |
QuasiNewtonTrainer.getError()
Returns the function used to compute the error to be minimized.
|
QuasiNewtonTrainer.Error |
MultiClassification.getError()
Returns the error function for use by
QuasiNewtonTrainer
for training a classification network. |
Modifier and Type | Method and Description |
---|---|
void |
QuasiNewtonTrainer.setError(QuasiNewtonTrainer.Error error)
Sets the function used to compute the network error.
|
Copyright © 2020 Rogue Wave Software. All rights reserved.