|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcolibri.evaluation.Evaluator
jcolibri.evaluation.evaluators.LeaveOneOutEvaluator
public class LeaveOneOutEvaluator
This methods uses all the cases as queries. It executes so cycles as cases in the case base. In each cycle one case is used as query.
Field Summary | |
---|---|
protected StandardCBRApplication |
app
|
Fields inherited from class jcolibri.evaluation.Evaluator |
---|
report |
Constructor Summary | |
---|---|
LeaveOneOutEvaluator()
|
Method Summary | |
---|---|
void |
init(StandardCBRApplication cbrApp)
Initializes the evaluator with the CBR application to evaluate |
void |
LeaveOneOut()
Performs the Leave-One-Out evaluation. |
Methods inherited from class jcolibri.evaluation.Evaluator |
---|
getEvaluationReport |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected StandardCBRApplication app
Constructor Detail |
---|
public LeaveOneOutEvaluator()
Method Detail |
---|
public void init(StandardCBRApplication cbrApp)
Evaluator
init
in class Evaluator
StandardCBRApplication
public void LeaveOneOut()
|
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 |