|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.myGP.Regression.Score
protected class Regression.Score
Used to hold a score value with an associated index
Field Summary | |
---|---|
(package private) int |
index
|
(package private) double |
score
|
Constructor Summary | |
---|---|
Regression.Score(double score,
int index)
|
Method Summary | |
---|---|
int |
compareTo(java.lang.Object o)
|
int |
getIndex()
|
double |
getScore()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
double score
int index
Constructor Detail |
---|
Regression.Score(double score, int index)
Method Detail |
---|
public int compareTo(java.lang.Object o) throws java.lang.NullPointerException
compareTo
in interface java.lang.Comparable
java.lang.NullPointerException
public double getScore()
public int getIndex()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |