adams.ml
Class Dataset.DataRowIntegerComparable

java.lang.Object
  extended by adams.ml.Dataset.DataRowIntegerComparable
All Implemented Interfaces:
Comparator<DataRow>
Enclosing class:
Dataset

public class Dataset.DataRowIntegerComparable
extends Object
implements Comparator<DataRow>


Field Summary
protected  String m_field
           
 
Constructor Summary
Dataset.DataRowIntegerComparable(String f)
           
 
Method Summary
 int compare(DataRow o1, DataRow o2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Field Detail

m_field

protected String m_field
Constructor Detail

Dataset.DataRowIntegerComparable

public Dataset.DataRowIntegerComparable(String f)
Method Detail

compare

public int compare(DataRow o1,
                   DataRow o2)
Specified by:
compare in interface Comparator<DataRow>


Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.