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

Find the parts of a CPN network.
Afficher le fichier Open project: encog/encog-silverlight-core Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

Winner() public méthode

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.
Résultat int