| Interface | Description | 
|---|---|
| FeatureInitializer | Defines how to assign the first value of a neuron's feature. | 
| UpdateAction | Describes how to update the network in response to a training
 sample. | 
| Class | Description | 
|---|---|
| FeatureInitializerFactory | Creates functions that will select the initial values of a neuron's
 features. | 
| MapUtils | Utilities for network maps. | 
| Network | Neural network, composed of  Neuroninstances and the links
 between them. | 
| Network.NeuronIdentifierComparator | Comparator that prescribes an order of the neurons according
 to the increasing order of their identifier. | 
| Neuron | Describes a neuron element of a neural network. | 
| Enum | Description | 
|---|---|
| SquareNeighbourhood | Defines neighbourhood types. | 
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.