create_predictions: generate prediction matrix for classifer based on Gaussian...

View source: R/simulator.R

create_predictionsR Documentation

generate prediction matrix for classifer based on Gaussian score

Description

generate prediction matrix for classifer based on Gaussian score

Usage

create_predictions(n = 1000, m = 20, p = 0.6, auclist = NULL, y = NULL)

Arguments

n

the sample size

m

the number of AUC values

p

the prevalence

auclist

A list of AUC (optional)

y

the list of labels (optional)

Value

predictions, actual_labels, actual_performance


sungcheolkim78/FiDEL documentation built on Nov. 13, 2024, 7:58 a.m.