Description Usage Arguments Value Note Author(s) See Also
Function used to evaluate a chromosome using training and validation sets (second-level training-test sets) and the selected split.
1 | fitness(chr, parent)
|
chr |
Chromosome or vector object. |
parent |
Parent object, commonly BigBang object. |
A numeric value with the fitness computed for the chromosome.
This function is designed to be used under configBB.VarSel configuration and depend on splitTrainKFold and splitValidKFold variables.
Victor Trevino. Francesco Falciani Group. University of Birmingham, U.K.
forwardSelectionModels.BigBang
, modelSelection
, classPrediction
, configBB.VarSel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.