Learn R Programming

autoBagging (version 0.1.0)

OLA: Overall Local Accuracy

Description

A dynamic selection method

Usage

OLA(form, mod, v.data, t.data, k = 5)

Arguments

form

formula

mod

a list comprising the individual models

v.data

validation data

t.data

test data, with the instances to predict

k

the number of nearest neighbors. Defaults to 5.