Uses of Class
net.sf.myra.datamining.ConfusionMatrix

Packages that use ConfusionMatrix
net.sf.myra.datamining   
net.sf.myra.datamining.function.hierarchical   
 

Uses of ConfusionMatrix in net.sf.myra.datamining
 

Methods in net.sf.myra.datamining that return ConfusionMatrix
 ConfusionMatrix ConfusionMatrix.clone()
           
static ConfusionMatrix Evaluator.getConfusionMatrix(Model model, Dataset dataset)
          Returns the confusion matrix of the specified rule set when used to classify the dataset instances.
static ConfusionMatrix Evaluator.getConfusionMatrix(Model model, Dataset dataset, java.lang.String label)
          Returns the confusion matrix of the model for the specified class label.
static ConfusionMatrix Evaluator.getConfusionMatrix(Rule rule, Dataset dataset)
          Returns the confusion matrix of the specified rule when used to classify the dataset instances.
static ConfusionMatrix Evaluator.getConfusionMatrix(Rule rule, Dataset dataset, java.lang.String label)
          Returns the confusion matrix of the rule when used to classify the dataset instances, predicting the specified class label.
static ConfusionMatrix Evaluator.getConfusionMatrix(Rule rule, java.util.List<Instance> instances)
          Returns the confusion matrix of the specified rule when used to classify the specified instances.
static ConfusionMatrix Evaluator.getConfusionMatrix(Rule rule, java.util.List<Instance> instances, java.lang.String label)
          Returns the confusion matrix of the rule when used to classify the specified instances, predicting a class label.
static ConfusionMatrix Evaluator.getConfusionMatrix(Rule rule, java.util.List<Instance> instances, UsefulnessHelper helper)
          Returns the confusion matrix of the specified rule when used to classify the specified instances.
 

Methods in net.sf.myra.datamining with parameters of type ConfusionMatrix
 void ConfusionMatrix.add(ConfusionMatrix other)
          Adds the values from the specified confusion matrix.
 

Uses of ConfusionMatrix in net.sf.myra.datamining.function.hierarchical
 

Methods in net.sf.myra.datamining.function.hierarchical that return ConfusionMatrix
protected  ConfusionMatrix LocalFunction.getConfusionMatrix(Rule rule, java.lang.String label, java.util.List<Instance> instances)
           
 



Copyright © 2013. All Rights Reserved.