Package: fuzzyforest
Title: Fuzzy Forests
Version: 1.0.8
Authors@R: 
    c(person(given = "Daniel",
             family = "Conn",
             role = c("aut", "cre"),
             email = "djconn17@gmail.com"),
      person(given = "Tuck",
             family = "Ngun",
             role = "aut"),
      person(given = "Christina M.",
             family = "Ramirez",
             role = "aut"))
Description: Fuzzy forests, a new algorithm based on random forests,
    is designed to reduce the bias seen in random forest feature selection
    caused by the presence of correlated features.  Fuzzy forests uses
    recursive feature elimination random forests to select
    features from separate blocks of correlated features where the
    correlation within each block of features is high
    and the correlation between blocks of features is low.
    One final random forest is fit using the surviving features.
    This package fits random forests using the 'randomForest' package and
    allows for easy use of 'WGCNA' to split features into distinct blocks.
    See D. Conn, Ngun, T., C. Ramirez, and G. Li (2019) <doi:10.18637/jss.v091.i09>
    for further details.
Depends: R (>= 3.2.1)
License: GPL-3
LazyData: true
Imports: randomForest, foreach, doParallel, parallel, ggplot2, mvtnorm
Suggests: WGCNA, testthat
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2020-03-23 18:48:28 UTC; danielconn
Author: Daniel Conn [aut, cre],
  Tuck Ngun [aut],
  Christina M. Ramirez [aut]
Maintainer: Daniel Conn <djconn17@gmail.com>
Repository: CRAN
Date/Publication: 2020-03-25 16:40:16 UTC
Built: R 4.0.2; ; 2020-07-17 00:33:25 UTC; unix
