|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectweka.classifiers.meta.MultiSearch.EvaluationTask
protected static class MultiSearch.EvaluationTask
Helper class for evaluating a setup.
| Field Summary | |
|---|---|
protected weka.core.Instances |
m_Data
the data to use for training. |
protected int |
m_Evaluation
the type of evaluation. |
protected int |
m_Folds
the number of folds for cross-validation. |
protected SetupGenerator |
m_Generator
the setup generator to use. |
protected MultiSearch |
m_Owner
the owner. |
protected Point<Object> |
m_Values
the setup. |
| Constructor Summary | |
|---|---|
MultiSearch.EvaluationTask(MultiSearch owner,
weka.core.Instances inst,
SetupGenerator generator,
Point<Object> values,
int folds,
int eval)
Initializes the task. |
|
| Method Summary | |
|---|---|
void |
run()
Performs the evaluation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected MultiSearch m_Owner
protected weka.core.Instances m_Data
protected SetupGenerator m_Generator
protected Point<Object> m_Values
protected int m_Folds
protected int m_Evaluation
| Constructor Detail |
|---|
public MultiSearch.EvaluationTask(MultiSearch owner,
weka.core.Instances inst,
SetupGenerator generator,
Point<Object> values,
int folds,
int eval)
owner - the owning MultiSearch classifierinst - the datagenerator - the generator to usevalues - the setup valuesfolds - the number of cross-validation foldseval - the type of evaluation| Method Detail |
|---|
public void run()
run in interface Runnable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||