confusionMatrix_metrics: Get values derived from a confusion matrix

Description Usage Arguments Author(s)

View source: R/confusionMatrix_metrics.R

Description

Get values of a confusion matrix and some confusion-matrix-derived metrics (Note: this is a sub-function that shouldn't have to be used by package users)

Usage

1
confusionMatrix_metrics(cumSums, rankings = seq_along(cumSums), total = length(cumSums), seed = 102)

Arguments

cumSums

Cumulative sums

rankings

Rankings of the Cumulative sums

total

Total numbers of cumulative sums

seed

The random seed number

Author(s)

Peter I-Fan Wu


peterwu19881230/microbialPhenotypes documentation built on March 19, 2021, 6:36 a.m.