C# 클래스 Encog.Neural.PNN.AbstractPNN

상속: Encog.ML.BasicML
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
Compute ( IMLData input ) : IMLData

Compute the output from the network.

ResetConfusion ( ) : void

Reset the confusion.

보호된 메소드들

메소드 설명
AbstractPNN ( PNNKernelType kernel, PNNOutputMode outputMode, int inputCount, int outputCount ) : System

Constructor.

메소드 상세

AbstractPNN() 보호된 메소드

Constructor.
protected AbstractPNN ( PNNKernelType kernel, PNNOutputMode outputMode, int inputCount, int outputCount ) : System
kernel PNNKernelType The kernel type to use.
outputMode PNNOutputMode The output mode to use.
inputCount int The input count.
outputCount int The output count.
리턴 System

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

Compute the output from the network.
public abstract Compute ( IMLData input ) : IMLData
input IMLData The input to the network.
리턴 IMLData

ResetConfusion() 공개 메소드

Reset the confusion.
public ResetConfusion ( ) : void
리턴 void