public interface TrainingRule
| Modifier and Type | Method and Description |
|---|---|
NeuralNet |
getNetwork()
Returns a network trained by this rule.
|
void |
train(DataSet dataSet)
Performs the training of a neural network.
|
Copyright © 2012. All Rights Reserved.