Uses of Class
org.apache.commons.math4.neuralnet.sofm.KohonenUpdateAction
-
Packages that use KohonenUpdateAction Package Description org.apache.commons.math4.neuralnet.sofm Self Organizing Feature Map. -
-
Uses of KohonenUpdateAction in org.apache.commons.math4.neuralnet.sofm
Constructors in org.apache.commons.math4.neuralnet.sofm with parameters of type KohonenUpdateAction Constructor Description KohonenTrainingTask(Network net, Iterator<double[]> featuresIterator, KohonenUpdateAction updateAction)
Creates a (sequential) trainer for the given network.
-