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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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