Documentation For Encog 2.x

PruneSelective.Prune Method

Prune one of the neurons from this layer. Remove all entries in this weight matrix and other layers.

public void Prune(
   ILayer targetLayer,
   int neuron
);

Parameters

targetLayer
The neuron to prune. Zero specifies the first neuron.
neuron
The neuron to prune.

See Also

PruneSelective Class | Encog.Neural.Networks.Prune Namespace