|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectadams.data.weka.evaluator.AbstractCrossvalidatedInstanceEvaluator.EvaluationContainer
public abstract static class AbstractCrossvalidatedInstanceEvaluator.EvaluationContainer
Container for storing the evaluation results.
| Field Summary | |
|---|---|
protected weka.core.Instance |
m_Instance
the Instance the container is for. |
| Constructor Summary | |
|---|---|
AbstractCrossvalidatedInstanceEvaluator.EvaluationContainer(weka.core.Instance inst)
Initializes the container. |
|
| Method Summary | |
|---|---|
abstract int |
compareTo(Object o)
Compares this object with the specified object for order. |
boolean |
equals(Object o)
Returns whether the two objects are the same. |
weka.core.Instance |
getInstance()
Returns the stored Instance. |
abstract String |
toString()
Returns a string representation of the stored data. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected weka.core.Instance m_Instance
| Constructor Detail |
|---|
public AbstractCrossvalidatedInstanceEvaluator.EvaluationContainer(weka.core.Instance inst)
inst - the Instance the container is for| Method Detail |
|---|
public weka.core.Instance getInstance()
public abstract int compareTo(Object o)
compareTo in interface Comparableo - the object to be compared.
ClassCastException - if the specified object's type prevents it
from being compared to this object.public boolean equals(Object o)
equals in class Objecto - the object to be compared
public abstract String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||