Documentation For Encog 2.x

PruneSelective.DetermineNeuronSignificance Method

Determine the significance of the neuron. The higher the return value, the more significant the neuron is.

public double DetermineNeuronSignificance(
   ILayer layer,
   int neuron
);

Parameters

layer
The layer to query.
neuron
The neuron to query.

Return Value

How significant is this neuron.

See Also

PruneSelective Class | Encog.Neural.Networks.Prune Namespace