fitness {galgo} | R Documentation |
Function used to evaluate a chromosome using training and validation sets (second-level training-test sets) and the selected split.
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