|
||||||||||
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, getSource, getStandardDeviation, isClass, isComplete, isInteger, isReal, setClass, setComplete, setInteger, setMax, setMean, setMin, setName, setReal, setSource, 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 void analyze1(String v)
v
- The current value.public void analyze2(String str)
str
- The current value.public void completePass1()
public void completePass2()
public DataField finalizeField()
public List<AnalystClassItem> getAnalyzedClassMembers()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |