Skip to content

Instantly share code, notes, and snippets.

@abromberg
Created January 6, 2013 21:17
Show Gist options
  • Save abromberg/4470303 to your computer and use it in GitHub Desktop.
Save abromberg/4470303 to your computer and use it in GitHub Desktop.
confTable <- table(predict(classifier, results), results[,6], dnn=list('predicted','actual'))
confTable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment