|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.classifiers.Evaluation
weka.classifiers.AggregateableEvaluation
public class AggregateableEvaluation
Subclass of Evaluation that provides a method for aggregating the results stored in another Evaluation object.
Constructor Summary | |
---|---|
AggregateableEvaluation(Evaluation eval)
Constructs a new AggregateableEvaluation object based on an Evaluation object |
|
AggregateableEvaluation(Instances data)
Constructs a new AggregateableEvaluation object |
|
AggregateableEvaluation(Instances data,
CostMatrix costMatrix)
Constructs a new AggregateableEvaluation object |
Method Summary | |
---|---|
void |
aggregate(Evaluation evaluation)
Adds the statistics encapsulated in the supplied Evaluation object into this one. |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AggregateableEvaluation(Instances data) throws java.lang.Exception
data
- the Instances to use
java.lang.Exception
- if a problem occurspublic AggregateableEvaluation(Instances data, CostMatrix costMatrix) throws java.lang.Exception
data
- the Instances to usecostMatrix
- the cost matrix to use
java.lang.Exception
- if a problem occurspublic AggregateableEvaluation(Evaluation eval) throws java.lang.Exception
evaluation
- the Evaluation object to use
java.lang.Exception
Method Detail |
---|
public void aggregate(Evaluation evaluation)
evaluation
- the evaluation object to aggregate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |