|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.app.analyst.script.DataField
org.encog.app.analyst.analyze.AnalyzedField
public class 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.
| Constructor Summary | |
|---|---|
AnalyzedField(AnalystScript theScript,
String name)
Construct an analyzed field. |
|
| Method Summary | |
|---|---|
void |
analyze1(String v)
Perform a pass one analysis of this field. |
void |
analyze2(String str)
Perform a pass two analysis of this field. |
void |
completePass1()
Complete pass 1. |
void |
completePass2()
Complete pass 2. |
DataField |
finalizeField()
Finalize the field, and create a DataField. |
List<AnalystClassItem> |
getAnalyzedClassMembers()
Get the class members. |
String |
toString()
|
| Methods inherited from class org.encog.app.analyst.script.DataField |
|---|
getClassMembers, getMax, getMean, getMin, getMinClassCount, getName, getStandardDeviation, isClass, isComplete, isInteger, isReal, setClass, setComplete, setInteger, setMax, setMean, setMin, setName, setReal, setStandardDeviation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AnalyzedField(AnalystScript theScript,
String name)
theScript - The script being analyzed.name - The name of the field.| Method Detail |
|---|
public final void analyze1(String v)
str - The current value.public final void analyze2(String str)
str - The current value.public final void completePass1()
public final void completePass2()
public final DataField finalizeField()
public final List<AnalystClassItem> getAnalyzedClassMembers()
public final String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||