|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.labs.minion.classification.ClassificationResult
public class ClassificationResult
The result of a classification operation for a particular classifier.
| Nested Class Summary | |
|---|---|
class |
ClassificationResult.DocResult
|
| Constructor Summary | |
|---|---|
ClassificationResult(java.lang.String field)
|
|
| Method Summary | |
|---|---|
void |
add(int id,
float score,
java.lang.String val)
|
java.lang.String |
getField()
|
int |
getMaxID()
|
java.util.List<ClassificationResult.DocResult> |
getResults()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClassificationResult(java.lang.String field)
| Method Detail |
|---|
public void add(int id,
float score,
java.lang.String val)
public java.lang.String getField()
public int getMaxID()
public java.util.List<ClassificationResult.DocResult> getResults()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||