ROCmodel: To choose the best paramater for a model

Description Usage Arguments Details Author(s) Examples

View source: R/ROCmodel.R

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

1
ROCmodel(Scores, labels, iicc)

Arguments

Scores

Output Scores training

labels

Output Labels training

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.

Author(s)

Erola Pairo <epairo@ibecbarcelona.eu> and Joan Maynou <joan.maynou@upc.edu>

Examples

1
2
data(iicc)
#ROCmodel(Scores, labels, iicc)

MEET documentation built on May 2, 2019, 5:52 p.m.