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

상속: AbstractPNN, IMLRegression
파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

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

Construct a BasicPNN network.

Compute ( IMLData input ) : IMLData

Compute the output from this network.

UpdateProperties ( ) : void

메소드 상세

BasicPNN() 공개 메소드

Construct a BasicPNN network.
public BasicPNN ( PNNKernelType kernel, PNNOutputMode outmodel, int inputCount, int outputCount ) : System
kernel PNNKernelType The kernel to use.
outmodel PNNOutputMode The output model for this network.
inputCount int The number of inputs in this network.
outputCount int The number of outputs in this network.
리턴 System

Compute() 공개 최종 메소드

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

UpdateProperties() 공개 메소드

public UpdateProperties ( ) : void
리턴 void