Skip to content

Accuracy of some classifiers

3 messages · Nicolás Sánchez, Patrick Connolly

1 day later
#
On Wed, 13-Mar-2013 at 09:04AM +0100, Nicol?s S?nchez wrote:
|> I am using machine learning for one researching.  I am using some
|> classifiers with 5-fold CV . I would like to know how it is possible to
|> extract the accuracy, for example, for KNN,neural networks and J48,  for
|> each one of 5-fold because when I apply CV to my classifier, I obtain the
|> "mean accuracy" of 5-fold  but each accuracy/error of each fold is not
|> returned.

What definition of accuracy?  Precision, Recall, AUC or what?




|> 
|> Any help is welcome and grateful.  Thanks in advance!
|> 
|> Regards!!
|> 
|> 	[[alternative HTML version deleted]]
|> 
|> ______________________________________________
|> R-help at r-project.org mailing list
|> https://stat.ethz.ch/mailman/listinfo/r-help
|> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
|> and provide commented, minimal, self-contained, reproducible code.