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
Afficher le fichier Open project: encog/encog-silverlight-core Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

Analyze2() public méthode

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

AnalyzedField() public méthode

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.
Résultat System

CompletePass1() public méthode

Complete pass 1.
public CompletePass1 ( ) : void
Résultat void

CompletePass2() public méthode

Complete pass 2.
public CompletePass2 ( ) : void
Résultat void

FinalizeField() public méthode

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

ToString() public final méthode

public final ToString ( ) : String
Résultat String