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

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

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.
 

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 © 2012. All Rights Reserved.