Learn R Programming

metaheur (version 0.2.0)

getbestheur: get the best preprocessing combination

Description

get the best combination and its classification accuracy

Usage

getbestheur(x)

Arguments

x
(metaheur class object) output of function metaheur()

Value

(list) best combination, classification accuracy of the best combination

Examples

Run this code
##result <- metaheur(examplegrid)
##getbestheur(result)

Run the code above in your browser using DataLab