Documentation For Encog 2.x

INetwork Interface

Interface that defines a neural network.

For a list of all members of this type, see INetwork Members .

public interface INetwork : IEncogPersistedObject, ICloneable

Types that implement INetwork

Type Description
BasicNetwork This class implements a neural network. This class works in conjunction the Layer classes. Layers are added to the BasicNetwork to specify the structure of the neural network. The first layer added is the input layer, the layer added is the output layer. Any layers added between these two layers are the hidden layers. The network structure is stored in the structure member. It is important to call: network.getStructure().FinalizeStructure(); Once the neural network has been completely constructed.

Requirements

Namespace: Encog.Neural.Networks

Assembly: encog-core-cs (in encog-core-cs.dll)

See Also

INetwork Members | Encog.Neural.Networks Namespace