irma_check {KBoost}R Documentation

Function to produce the AUPR and AUROC Results on the IRMA datasets.

Description

Function to produce the AUPR and AUROC Results on the IRMA datasets.

Usage

irma_check(v, g, ite)

Arguments

v

a number between 0 and 1 that is the shrinkage parameter

g

a number larger than 0 that is the width parameter for the RBF Kernel

ite

an integer with number of iterations.

Value

list with aurocs and auprs for IRMA datasets

Examples

res = irma_check()


[Package KBoost version 1.1.0 Index]