Uses of Class
org.encog.app.analyst.script.DataField

Packages that use DataField
org.encog.app.analyst.analyze This package contains all if the classes used to analyze data for the analyst. 
org.encog.app.analyst.script   
 

Uses of DataField in org.encog.app.analyst.analyze
 

Subclasses of DataField in org.encog.app.analyst.analyze
 class AnalyzedField
          This class represents a field that the Encog Analyst is in the process of analyzing.
 

Methods in org.encog.app.analyst.analyze that return DataField
 DataField AnalyzedField.finalizeField()
          Finalize the field, and create a DataField.
 

Uses of DataField in org.encog.app.analyst.script
 

Methods in org.encog.app.analyst.script that return DataField
 DataField AnalystScript.findDataField(String name)
          Find the specified data field.
 DataField[] AnalystScript.getFields()
           
 

Methods in org.encog.app.analyst.script with parameters of type DataField
 int AnalystScript.findDataFieldIndex(DataField df)
          Find the specified data field and return its index.
 void AnalystScript.setFields(DataField[] theFields)
           
 



Copyright © 2011. All Rights Reserved.