Class KohonenTrainingTask
- java.lang.Object
-
- org.apache.commons.math3.ml.neuralnet.sofm.KohonenTrainingTask
-
-
Constructor Summary
Constructors Constructor Description KohonenTrainingTask(Network net, Iterator<double[]> featuresIterator, KohonenUpdateAction updateAction)
Creates a (sequential) trainer for the given network.
-
-
-
Constructor Detail
-
KohonenTrainingTask
public KohonenTrainingTask(Network net, Iterator<double[]> featuresIterator, KohonenUpdateAction updateAction)
Creates a (sequential) trainer for the given network.- Parameters:
net
- Network to be trained with the SOFM algorithm.featuresIterator
- Training data iterator.updateAction
- SOFM update procedure.
-
-