|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectprocope.evaluation.comparison.Point
public class Point
Represents a pair of two values.
Can for instance be used to calculate correlation coefficients.
CorrelationCoefficient| Constructor Summary | |
|---|---|
Point(float x,
float y)
Creates a new point of two given values |
|
| Method Summary | |
|---|---|
float |
getX()
Returns the x coordinate |
float |
getY()
Returns the y coordinate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Point(float x,
float y)
x - x valuey - y value| Method Detail |
|---|
public float getX()
public float getY()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||