C# 클래스 Encog.App.Analyst.Analyze.AnalyzedField

This class represents a field that the Encog Analyst is in the process of analyzing. This class is used to track statistical information on the field that will help the Encog analyst determine what type of field this is, and how to normalize it.
상속: Encog.App.Analyst.Script.DataField
파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
Analyze1 ( String v ) : void

Perform a pass one analysis of this field.

Analyze2 ( String str ) : void

Perform a pass two analysis of this field.

AnalyzedField ( AnalystScript theScript, String name ) : System

Construct an analyzed field.

CompletePass1 ( ) : void

Complete pass 1.

CompletePass2 ( ) : void

Complete pass 2.

FinalizeField ( ) : DataField

Finalize the field, and create a DataField.

ToString ( ) : String

메소드 상세

Analyze1() 공개 메소드

Perform a pass one analysis of this field.
public Analyze1 ( String v ) : void
v String
리턴 void

Analyze2() 공개 메소드

Perform a pass two analysis of this field.
public Analyze2 ( String str ) : void
str String The current value.
리턴 void

AnalyzedField() 공개 메소드

Construct an analyzed field.
public AnalyzedField ( AnalystScript theScript, String name ) : System
theScript Encog.App.Analyst.Script.AnalystScript The script being analyzed.
name String The name of the field.
리턴 System

CompletePass1() 공개 메소드

Complete pass 1.
public CompletePass1 ( ) : void
리턴 void

CompletePass2() 공개 메소드

Complete pass 2.
public CompletePass2 ( ) : void
리턴 void

FinalizeField() 공개 메소드

Finalize the field, and create a DataField.
public FinalizeField ( ) : DataField
리턴 Encog.App.Analyst.Script.DataField

ToString() 공개 최종 메소드

public final ToString ( ) : String
리턴 String