C# 클래스 Encog.Neural.Networks.Logic.ARTLogic

상속: INeuralLogic
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
Compute ( INeuralData input, NeuralOutputHolder useHolder ) : INeuralData

Compute the output for the BasicNetwork class.

Init ( BasicNetwork network ) : void

Setup the network logic, read parameters from the network.

메소드 상세

Compute() 공개 추상적인 메소드

Compute the output for the BasicNetwork class.
public abstract Compute ( INeuralData input, NeuralOutputHolder useHolder ) : INeuralData
input INeuralData The input to the network.
useHolder NeuralOutputHolder The NeuralOutputHolder to use.
리턴 INeuralData

Init() 공개 메소드

Setup the network logic, read parameters from the network.
public Init ( BasicNetwork network ) : void
network BasicNetwork The network that this logic class belongs to.
리턴 void