print.ModelSelectionEvaluation: Print an object of class 'ModelSelectionEvaluation'

Description Usage Arguments

Description

A table is printed with test and PU- performance metrics for the different evaluated models. Test metrics:
auc: auc mxK.K: kappa at the threshold which leads to the maximum kappa mxK.OA: Overall Accuracy at the threshold which leads to the maximum kappa ...

Usage

1
2
3
## S3 method for class 'ModelSelectionEvaluation'
print(x, by = NULL, digits = 2,
  invisible = FALSE, ...)

Arguments

x

an object of class ModelSelectionEvaluation

by

character giving a name of the table used to sort the table, default NULL is no sorting

digits

number of digits to be printed

invisible

do not print

...

options passed to the generic print method.


benmack/oneClass documentation built on Dec. 15, 2020, 7:38 p.m.