edu.udo.cs.myGP
Class Regression.Score

java.lang.Object
  extended by edu.udo.cs.myGP.Regression.Score
All Implemented Interfaces:
java.lang.Comparable
Enclosing class:
Regression

protected class Regression.Score
extends java.lang.Object
implements java.lang.Comparable

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

score

double score

index

int index
Constructor Detail

Regression.Score

Regression.Score(double score,
                 int index)
Method Detail

compareTo

public int compareTo(java.lang.Object o)
              throws java.lang.NullPointerException
Specified by:
compareTo in interface java.lang.Comparable
Throws:
java.lang.NullPointerException

getScore

public double getScore()

getIndex

public int getIndex()


Copyright © 2001-2006