Print LAUC output in detail
# S3 method for class 'LAUC'
print(x, ...)
library(ROCR)
data("ROCR.simple")
Loutput <- LAUC(ROCR.simple$predictions, ROCR.simple$labels)
print(Loutput)
#> output is:
#> $AUC
#> [1] 0.8341875
#>
#> $Slope
#> $Slope$Pos
#> Index influence
#> [1,] 29 -0.2854024
#> [2,] 86 -0.2886361
#> [3,] 93 -0.2013255
#> [4,] 145 -0.2207279
#> [5,] 178 -0.2854024
#>
#> $Slope$Neg
#> Index influence
#> [1,] 25 -0.2379357
#> [2,] 77 -0.2185334
#> [3,] 108 -0.2379357
#> [4,] 193 -0.2411695
#>
#>
#> $Curvature
#> $Curvature$Pos
#> Index influence
#> [1,] 86 -0.2090887
#> [2,] 178 -0.2746311
#>
#> $Curvature$Neg
#> Index influence
#>
#>