Uses of Class
org.encog.app.analyst.csv.sort.SortType

Packages that use SortType
org.encog.app.analyst.csv.sort   
 

Uses of SortType in org.encog.app.analyst.csv.sort
 

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

Methods in org.encog.app.analyst.csv.sort with parameters of type SortType
 void SortedField.setSortType(SortType theSortType)
           
 

Constructors in org.encog.app.analyst.csv.sort with parameters of type SortType
SortedField(int theIndexindex, SortType t, boolean theAscending)
          Construct the object.
 



Copyright © 2014. All Rights Reserved.