Description Usage Arguments Details Value Author(s) References
Genetic Algorithm Feature Selection Parameters
1 | gafs(x, y, control = gafs.control())
|
x |
a symmetric numeric matrix with inter-correlation (association) of the features (input) under study. See Details. |
y |
a vector with the correlation (association) of x (features) with the class (output). See Details |
control |
a list of parameters for genetic algorithm as created by
|
In this implementation, and following Hall (1999), correlation is used its more general sense. Is up to the user to compute the matrix x and vector y using the correlation / association measure that best suite the data and problem at hand.
a gafs object
David Senhora Navega
Hall, M.A., 1999. Correlation-based feature selection for machine learning.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.