Last data update: 2014.03.03

R: getbestheur
getbestheurR Documentation

getbestheur

Description

get the best combination and its classification accuracy

Usage

getbestheur(x)

Arguments

x

output of function metaheur()

Value

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

Examples

result <- metaheur(examplegrid)
getbestheur(result)

Results