C# 클래스 Encog.Neural.Networks.Training.CPN.FindCPN

Find the parts of a CPN network.
파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
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