Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

de.lmu.ifi.dbs.elki.utilities
Class DoublePair

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.utilities.DoublePair

public class DoublePair
extends Object

todo comments

Author:
Arthur Zimek

Field Summary
private  double x
           
private  double y
           
 
Constructor Summary
DoublePair(double x, double y)
           
 
Method Summary
 double getX()
           
 double getY()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

private double x

y

private double y
Constructor Detail

DoublePair

public DoublePair(double x,
                  double y)
Method Detail

getX

public double getX()

getY

public double getY()

Release 0.1 (2008-07-10_1838)