Learn R Programming

MEET (version 5.1.1)

chooseModel: ChooseModel: Choose the best model

Description

This function uses AUC and its variation to choose the best parameters.

Usage

chooseModel(AUC, iicc)

Arguments

AUC
List of Areas under ROC curve produced by the studied method. Each AUC element of the list is a vector.
iicc
options of the MEET program

Value

y: list with the best parameter and the index of the position of this parameter in the studied range

Details

The needed iicc is the vector of parameters to study

See Also

MEET, validation

Examples

Run this code
require("MEET")
data(iicc)
detection(iicc)

Run the code above in your browser using DataLab