Uses of Class
org.apache.commons.math3.ml.neuralnet.sofm.KohonenUpdateAction
Packages that use KohonenUpdateAction
-
Uses of KohonenUpdateAction in org.apache.commons.math3.ml.neuralnet.sofm
Constructors in org.apache.commons.math3.ml.neuralnet.sofm with parameters of type KohonenUpdateActionModifierConstructorDescriptionKohonenTrainingTask
(Network net, Iterator<double[]> featuresIterator, KohonenUpdateAction updateAction) Creates a (sequential) trainer for the given network.