Uses of Class
org.apache.mahout.classifier.ConfusionMatrix

Packages that use ConfusionMatrix
org.apache.mahout.classifier   
org.apache.mahout.classifier.bayes.mapreduce.bayes   
 

Uses of ConfusionMatrix in org.apache.mahout.classifier
 

Methods in org.apache.mahout.classifier that return ConfusionMatrix
 ConfusionMatrix ResultAnalyzer.getConfusionMatrix()
           
 ConfusionMatrix ConfusionMatrix.merge(ConfusionMatrix b)
           
 

Methods in org.apache.mahout.classifier with parameters of type ConfusionMatrix
 ConfusionMatrix ConfusionMatrix.merge(ConfusionMatrix b)
           
 

Uses of ConfusionMatrix in org.apache.mahout.classifier.bayes.mapreduce.bayes
 

Methods in org.apache.mahout.classifier.bayes.mapreduce.bayes that return ConfusionMatrix
static ConfusionMatrix BayesClassifierDriver.readResult(org.apache.hadoop.fs.Path pathPattern, org.apache.hadoop.conf.Configuration conf, Parameters params)
           
 

Methods in org.apache.mahout.classifier.bayes.mapreduce.bayes with parameters of type ConfusionMatrix
static void BayesClassifierDriver.confusionMatrixSeqFileExport(Parameters params, ConfusionMatrix matrix)
           
 



Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.