Package | Description |
---|---|
org.encog.app.analyst.csv.sort |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
SortedField.setSortType(SortType theSortType) |
Constructor and Description |
---|
SortedField(int theIndexindex,
SortType t,
boolean theAscending)
Construct the object.
|
Copyright © 2014. All Rights Reserved.