Class AbstractNeuralNet

All Implemented Interfaces:
java.lang.Cloneable, AttributeObject, GraphableObject, InterfaceObject, NamedObject, InterfaceNeuroComponentListener, TreeObject, CleanableObject, DynamicModel, InterfaceNetworkComponentListener
Direct Known Subclasses:
KohonenNet, PerceptronNet

public abstract class AbstractNeuralNet
extends AbstractNetwork
implements InterfaceNeuroComponentListener
Abstract class for all neural net classes to inherit.
Author:
Andrew Reid