summary.classres: Summary statistics about classification result object

View source: R/classres.R

summary.classresR Documentation

Summary statistics about classification result object

Description

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

Usage

## 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


svkucheryavski/mdatools documentation built on Aug. 25, 2023, 12:27 p.m.