train {UBayFS} | R Documentation |
UBayFS feature selection
Description
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, see build.UBaymodel
[Package UBayFS version 1.0 Index]