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   
org.encog.app.analyst.wizard   
 

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[] DiscardMissing.handleMissing(EncogAnalyst analyst, AnalystField stat)
          
 double[] NegateMissing.handleMissing(EncogAnalyst analyst, AnalystField stat)
           
 double[] MeanAndModeMissing.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.defineClass(String fieldName, FieldDirection d, NormalizationAction action, List<ClassItem> classes)
           
 AnalystField AnalystScript.defineField(String fieldName, FieldDirection d, NormalizationAction action, double theActualHigh, double theActualLow)
           
 AnalystField AnalystScript.findAnalystField(String fieldName)
           
 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.
 

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

Methods in org.encog.app.analyst.wizard that return AnalystField
 AnalystField AnalystWizard.getTargetField()
           
 

Methods in org.encog.app.analyst.wizard with parameters of type AnalystField
 void AnalystWizard.setTargetField(AnalystField theTargetField)
          Set the target field.
 



Copyright © 2014. All Rights Reserved.