d4_mfac {KBoost}R Documentation

Function to obtain the AUPR and AUROC in the DREAM4 Multifactorial Challenge.

Description

Function to obtain the AUPR and AUROC in the DREAM4 Multifactorial Challenge.

Usage

d4_mfac(v, g, ite, write_res)

Arguments

v

a number between 0 and 1 that is the shrinkage parameter

g

a number larger than 0, width parameter for the RBF Kernel

ite

an integer with number of iterations.

write_res

a logical to indicate if the tables should be written.

Value

list with auroc and auprs of the DREAM4 multifactorial challenge.

Examples

res = d4_mfac()


[Package KBoost version 1.2.0 Index]