Learn R Programming

⚠️There's a newer version (2.2.1) of this package.Take me there.

GenAlgo (version 2.2.0)

Classes and Methods to Use Genetic Algorithms for Feature Selection

Description

Defines classes and methods that can be used to implement genetic algorithms for feature selection. The idea is that we want to select a fixed number of features to combine into a linear classifier that can predict a binary outcome, and can use a genetic algorithm heuristically to select an optimal set of features.

Copy Link

Version

Install

install.packages('GenAlgo')

Monthly Downloads

392

Version

2.2.0

License

Apache License (== 2.0)

Maintainer

Kevin Coombes

Last Published

October 15th, 2020

Functions in GenAlgo (2.2.0)

tourData09

Tour de France 2009
maha

Compute the (squared) Mahalanobis distance between two groups of vectors
gaTourResults

Results of a Genetic Algorithm
GenAlg-class

Class "GenAlg"
GenAlg

A generic Genetic Algorithm for feature selection
GenAlg-tools

Utility functions for selection and mutation in genetic algorithms