C# Class Encog.Neural.Networks.Training.CPN.FindCPN

Find the parts of a CPN network.
ファイルを表示 Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
FindCPN ( BasicNetwork network ) : System

Construct the object and find the parts of the network.

Winner ( INeuralData data ) : int

Calculate the winning neuron from the data, this is the neuron that has the highest output.

Method Details

FindCPN() public method

Construct the object and find the parts of the network.
public FindCPN ( BasicNetwork network ) : System
network BasicNetwork The network to train.
return System

Winner() public method

Calculate the winning neuron from the data, this is the neuron that has the highest output.
public Winner ( INeuralData data ) : int
data INeuralData The data to use to determine the winning neuron.
return int