org.encog.app.analyst.csv.sort
public class RowComparator extends Object implements Comparator<LoadedRow>
| Constructor and Description |
|---|
RowComparator(SortCSV owner)
Construct the object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compare(LoadedRow x,
LoadedRow y)
Compare two LoadedRow objects.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalspublic RowComparator(SortCSV owner)
owner - The owner.public int compare(LoadedRow x, LoadedRow y)
compare in interface Comparator<LoadedRow>x - The first object to compare.y - The second object to compare.Copyright © 2014. All Rights Reserved.