|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcolibri.evaluation.Evaluator
public abstract class Evaluator
This abstract class defines the common behaviour of an evaluator.
Field Summary | |
---|---|
protected static EvaluationReport |
report
Object that stores the evaluation results |
Constructor Summary | |
---|---|
Evaluator()
|
Method Summary | |
---|---|
static EvaluationReport |
getEvaluationReport()
Returns the evaluation report |
abstract void |
init(StandardCBRApplication cbrApp)
Initializes the evaluator with the CBR application to evaluate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static EvaluationReport report
Constructor Detail |
---|
public Evaluator()
Method Detail |
---|
public abstract void init(StandardCBRApplication cbrApp)
StandardCBRApplication
public static EvaluationReport getEvaluationReport()
|
GAIA - Group for Artificial Intelligence Applications http://gaia.fdi.ucm.es |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |