C# 클래스 Encog.App.Analyst.Script.Normalize.AnalystNormalize

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

공개 메소드들

메소드 설명
AnalystNormalize ( AnalystScript script ) : System

Construct the object.

CalculateInputColumns ( ) : int
CalculateOutputColumns ( ) : int

Calculate the output columns.

CountActiveFields ( ) : int
Init ( AnalystScript script ) : void

Init the normalized fields.

ToString ( ) : String

메소드 상세

AnalystNormalize() 공개 메소드

Construct the object.
public AnalystNormalize ( AnalystScript script ) : System
script Encog.App.Analyst.Script.AnalystScript
리턴 System

CalculateInputColumns() 공개 메소드

public CalculateInputColumns ( ) : int
리턴 int

CalculateOutputColumns() 공개 메소드

Calculate the output columns.
public CalculateOutputColumns ( ) : int
리턴 int

CountActiveFields() 공개 메소드

public CountActiveFields ( ) : int
리턴 int

Init() 공개 메소드

Init the normalized fields.
public Init ( AnalystScript script ) : void
script Encog.App.Analyst.Script.AnalystScript The script.
리턴 void

ToString() 공개 최종 메소드

public final ToString ( ) : String
리턴 String