Learn R Programming

UBayFS (version 1.0)

train: UBayFS feature selection

Description

Genetic algorithm to train UBayFS feature selection model.

Usage

train(x, verbose = FALSE)

Value

a `UBaymodel` with an additional list element output containing the optimized solution, see build.UBaymodel

Arguments

x

a `UBaymodel` created by build.UBaymodel

verbose

if TRUE: GA optimization output is printed to the console