| Constructor and Description | 
|---|
| KohonenTrainingTask(Network net,
                   Iterator<double[]> featuresIterator,
                   KohonenUpdateAction updateAction)Creates a (sequential) trainer for the given network. | 
public KohonenTrainingTask(Network net, Iterator<double[]> featuresIterator, KohonenUpdateAction updateAction)
net - Network to be trained with the SOFM algorithm.featuresIterator - Training data iterator.updateAction - SOFM update procedure.Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.