|
||||||||||
| 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 Exception
data - the Instances to use
Exception - if a problem occurs
public AggregateableEvaluation(Instances data,
CostMatrix costMatrix)
throws Exception
data - the Instances to usecostMatrix - the cost matrix to use
Exception - if a problem occurs
public AggregateableEvaluation(Evaluation eval)
throws Exception
evaluation - the Evaluation object to use
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 | |||||||||