Uses of Class
org.encog.util.arrayutil.ClassItem

Packages that use ClassItem
org.encog.app.analyst.script   
org.encog.app.analyst.script.normalize   
org.encog.util.arrayutil   
 

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

Method parameters in org.encog.app.analyst.script with type arguments of type ClassItem
 AnalystField AnalystScript.defineClass(String fieldName, FieldDirection d, NormalizationAction action, List<ClassItem> classes)
           
 

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

Methods in org.encog.app.analyst.script.normalize that return ClassItem
 ClassItem AnalystField.determineClass(double[] data)
          Determine what class the specified data belongs to.
 ClassItem AnalystField.determineClass(int pos, double[] data)
          Determine the class using part of an array.
 ClassItem AnalystField.findClass(int index)
           
 

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

Uses of ClassItem in org.encog.util.arrayutil
 

Methods in org.encog.util.arrayutil that return ClassItem
 ClassItem NormalizedField.determineClass(double[] data)
          Determine what class the specified data belongs to.
 

Methods in org.encog.util.arrayutil that return types with arguments of type ClassItem
 List<ClassItem> NormalizedField.getClasses()
           
 



Copyright © 2014. All Rights Reserved.