| Package | Description |
|---|---|
| org.apache.commons.math3.ml.neuralnet.sofm |
Self Organizing Feature Map.
|
| Modifier and Type | Field and Description |
|---|---|
private KohonenUpdateAction |
KohonenTrainingTask.updateAction
Update procedure.
|
| Constructor and Description |
|---|
KohonenTrainingTask(Network net,
java.util.Iterator<double[]> featuresIterator,
KohonenUpdateAction updateAction)
Creates a (sequential) trainer for the given network.
|