Net type specific components

These classes represent neural net components that are specific either to the Backpropagation Net or the Kohonen Feature Map.

 

The specific class for the BackpropagationNet is: Pattern

The specific classes for the KohonenFeatureMap are: MapNeuron, NeuronMatrix, InputValue, InputMatrix

Neural Net Components in an Object Oriented Class Structure