Skip to contents

Genetic algorithm to train UBayFS feature selection model.

Usage

train(x, verbose = FALSE)

Arguments

x

a `UBaymodel` created by build.UBaymodel

verbose

if TRUE: GA optimization output is printed to the console

Value

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