com.sun.labs.minion.classification
Class ClassifierScore

java.lang.Object
  extended by com.sun.labs.minion.classification.ClassifierScore

public class ClassifierScore
extends java.lang.Object


Constructor Summary
ClassifierScore(int id, float score)
           
 
Method Summary
 int getID()
           
 float getScore()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassifierScore

public ClassifierScore(int id,
                       float score)
Method Detail

getID

public int getID()

getScore

public float getScore()