Documentation For Encog 2.x

BasicNetwork Constructor

Construct a basic network with the specified logic.

BasicNetwork(
   INeuralLogic logic
);

Parameters

logic
The logic to use with this network.

See Also

BasicNetwork Class | Encog.Neural.Networks Namespace | BasicNetwork Constructor Overload List