roc_performance_measures: [!!!] Performance measures

Description Usage Arguments Author(s) See Also

Description

Calculate various performance measures for classificatory analysis
[!!!] (...The description is incomplete...)

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39

Arguments

TP

(numeric) Number of true positives.

FN

(numeric) Number of false negatives.

FP

(numeric) Number of false positives.

TN

(numeric) Number of true negatives.

obj

Either an roc_result_list or an roc_results object.

SE

(numeric) Vector of sensitivities.

SP

(numeric) Vector of specificities

Author(s)

Vilmantas Gegzna

See Also

Other functions for ROC: access_elements, calculate_performance(), print.as_str(), roc_predict()


GegznaV/manyROC documentation built on Sept. 18, 2020, 10:28 p.m.