## Create a balanced data set with 50 positives and 50 negatives
tset1 <- create_testset("bench", "b100")
## Create an imbalanced data set with 25 positives and 75 negatives
tset2 <- create_testset("bench", "i100")
## Create P1 dataset
tset3 <- create_testset("curve", "c1")
## Create P1 dataset
tset4 <- create_testset("curve", c("c1", "c2"))Run the code above in your browser using DataLab