summary.classres function

Summary statistics about classification result object

Summary statistics about classification result object

Generic summary function for classification results. Prints performance values for the results.

## S3 method for class 'classres' summary( object, ncomp = object$ncomp.selected, nc = seq_len(object$nclasses), ... )

Arguments

  • object: classification results (object of class plsdares, simcamres, etc.).
  • ncomp: which number of components to make the plot for (use NULL to show results for all available).
  • nc: vector with class numbers to show the summary for.
  • ...: other arguments
  • Maintainer: Sergey Kucheryavskiy
  • License: MIT + file LICENSE
  • Last published: 2024-08-19