Uses of Class
org.encog.app.analyst.util.FieldDirection

Packages that use FieldDirection
org.encog.app.analyst.script   
org.encog.app.analyst.util   
 

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

Methods in org.encog.app.analyst.script with parameters of type FieldDirection
 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)
           
 

Uses of FieldDirection in org.encog.app.analyst.util
 

Methods in org.encog.app.analyst.util that return FieldDirection
static FieldDirection FieldDirection.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FieldDirection[] FieldDirection.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2014. All Rights Reserved.