C# Class 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.
Inheritance: Encog.App.Analyst.Script.DataField
Mostrar archivo Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
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

Method Details

Analyze1() public method

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

Analyze2() public method

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

AnalyzedField() public method

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.
return System

CompletePass1() public method

Complete pass 1.
public CompletePass1 ( ) : void
return void

CompletePass2() public method

Complete pass 2.
public CompletePass2 ( ) : void
return void

FinalizeField() public method

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

ToString() public final method

public final ToString ( ) : String
return String