Learn R Programming

MEET (version 5.1.1)

ROCmodel: To choose the best paramater for a model

Description

This function selects the best paramater for a model. Output's ROCdetector are: Area under curve Roc, Roc curve performance, the best parameters and the model.

Usage

ROCmodel(Scores, labels, iicc)

Arguments

Scores
Output Scores validation
labels
Output Labels validation
iicc
Set of initial conditions for the MEET-package: mode, method, background,alignment,threshold,parameters,Transcriptionfactor,nummotif,lenmotif,sentit,position,missing,vector,gapopen,maxiters,gapextend.

Details

This functions needs the ROCR package.