-
Notifications
You must be signed in to change notification settings - Fork 60
/
DESCRIPTION
28 lines (28 loc) · 1.14 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
Package: randomForest
Title: Breiman and Cutlers Random Forests for Classification and
Regression
Version: 4.7-1.2
Date: 2022-01-24
Depends: R (>= 4.1.0), stats
Suggests: RColorBrewer, MASS
Authors@R: c(person("Leo", "Breiman", role = "aut",
comment = "Fortran original"),
person("Adele", "Cutler", role = "aut",
comment = "Fortran original"),
person("Andy", "Liaw", role = c("aut", "cre"),
email = "[email protected]",
comment = "R port"),
person("Matthew", "Wiener", role = "aut",
comment = "R port"))
Description: Classification and regression based on a forest of trees using random inputs, based on Breiman (2001) <DOI:10.1023/A:1010933404324>.
License: GPL (>= 2)
URL: https://www.stat.berkeley.edu/~breiman/RandomForests/
NeedsCompilation: yes
Packaged: 2024-09-22 08:30:17 UTC; hornik
Repository: CRAN
Date/Publication: 2024-09-22 09:14:44 UTC
Author: Leo Breiman [aut] (Fortran original),
Adele Cutler [aut] (Fortran original),
Andy Liaw [aut, cre] (R port),
Matthew Wiener [aut] (R port)
Maintainer: Andy Liaw <[email protected]>