-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
31 lines (31 loc) · 1.43 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Package: GARS
Type: Package
Date: 2020-04-14
Title: GARS: Genetic Algorithm for the identification
of Robust Subsets of variables in high-dimensional and challenging
datasets
Version: 1.7.2
Author: Mattia Chiesa <[email protected]>,
Luca Piacentini <[email protected]>
Maintainer: Mattia Chiesa <[email protected]>
Description: Feature selection aims to identify and remove redundant,
irrelevant and noisy variables from high-dimensional datasets.
Selecting informative features affects the subsequent
classification and regression analyses by improving their overall
performances. Several methods have been proposed to perform
feature selection: most of them relies on univariate statistics,
correlation, entropy measurements or the usage of backward/forward
regressions. Herein, we propose an efficient, robust and fast method
that adopts stochastic optimization approaches for high-dimensional.
GARS is an innovative implementation of a genetic
algorithm that selects robust features in high-dimensional and
challenging datasets.
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 6.1.1
biocViews: Classification, FeatureExtraction, Clustering
Imports: DaMiRseq, MLSeq, stats, methods, SummarizedExperiment
Suggests: BiocStyle, knitr, testthat
Depends: R (>= 3.5), ggplot2, cluster