weka.core
Class Pair

java.lang.Object
  extended byweka.core.Pair

public class Pair
extends java.lang.Object

Class for defining pairs of numbers. Useful for sorting pairs.


Field Summary
 int first
           
 double second
           
 
Constructor Summary
Pair(int a, double b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

first

public int first

second

public double second
Constructor Detail

Pair

public Pair(int a,
            double b)