Documentation For Encog 2.x

BasicNetwork.Clone Method

Return a clone of this neural network. Including structure, weights and threshold values.

public object Clone();

Return Value

A cloned copy of the neural network.

Implements

ICloneable.Clone

See Also

BasicNetwork Class | Encog.Neural.Networks Namespace