Uses of Class
org.encog.app.analyst.script.normalize.AnalystField

Packages that use AnalystField
org.encog.app.analyst.missing   
org.encog.app.analyst.script   
org.encog.app.analyst.script.normalize This package contains the classes used to store information about normalization for the script. 
 

Uses of AnalystField in org.encog.app.analyst.missing
 

Methods in org.encog.app.analyst.missing with parameters of type AnalystField
 double[] HandleMissingValues.handleMissing(EncogAnalyst analyst, AnalystField stat)
           
 double[] MeanAndModeMissing.handleMissing(EncogAnalyst analyst, AnalystField stat)
           
 double[] DiscardMissing.handleMissing(EncogAnalyst analyst, AnalystField stat)
           
 double[] NegateMissing.handleMissing(EncogAnalyst analyst, AnalystField stat)
           
 

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

Methods in org.encog.app.analyst.script that return AnalystField
 AnalystField AnalystScript.findNormalizedField(String name, int slice)
          Find the specified normalized field.
 

Uses of AnalystField in org.encog.app.analyst.script.normalize
 

Methods in org.encog.app.analyst.script.normalize that return types with arguments of type AnalystField
 List<AnalystField> AnalystNormalize.getNormalizedFields()
           
 

Constructors in org.encog.app.analyst.script.normalize with parameters of type AnalystField
AnalystField(AnalystField field)
          Construct an analyst field.
 



Copyright © 2011. All Rights Reserved.