C# Класс Encog.Neural.Networks.Training.CPN.FindCPN

Find the parts of a CPN network.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

FindCPN() публичный Метод

Construct the object and find the parts of the network.
public FindCPN ( BasicNetwork network ) : System
network BasicNetwork The network to train.
Результат System

Winner() публичный Метод

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.
Результат int