org.encog.app.analyst.analyze
public class AnalyzedField extends DataField
Constructor and Description |
---|
AnalyzedField(AnalystScript theScript,
String name)
Construct an analyzed field.
|
Modifier and Type | Method and Description |
---|---|
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() |
getClassMembers, getMax, getMean, getMin, getMinClassCount, getName, getSource, getStandardDeviation, isClass, isComplete, isInteger, isReal, setClass, setComplete, setInteger, setMax, setMean, setMin, setName, setReal, setSource, setStandardDeviation
public AnalyzedField(AnalystScript theScript, String name)
theScript
- The script being analyzed.name
- The name of the field.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()
Copyright © 2014. All Rights Reserved.