-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
68 lines (68 loc) · 2.47 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Package: wsrf
Type: Package
Title: Weighted Subspace Random Forest for Classification
Version: 1.7.30
Date: 2022-12-27
Authors@R:
c(person(given = "Qinghan",
family = "Meng",
email = "[email protected]",
role="aut"),
person(given = "He",
family = "Zhao",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5763-9743")),
person(given = c("Graham", "J."),
family = "Williams",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0001-7041-4127")),
person(given = "Junchao",
family = "Lv",
email = "[email protected]",
role = "aut"),
person(given = "Baoxun",
family = "Xu",
email = "[email protected]",
role = "aut"),
person(given = c("Joshua", "Zhexue"),
family = "Huang",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0002-6797-2571")))
Description:
A parallel implementation of Weighted Subspace Random Forest. The
Weighted Subspace Random Forest algorithm was proposed in the
International Journal of Data Warehousing and Mining by Baoxun Xu,
Joshua Zhexue Huang, Graham Williams, Qiang Wang, and Yunming Ye
(2012) <DOI:10.4018/jdwm.2012040103>. The algorithm can classify
very high-dimensional data with random forests built using small
subspaces. A novel variable weighting method is used for variable
subspace selection in place of the traditional random variable
sampling.This new approach is particularly useful in building
models from high-dimensional data.
License: GPL (>= 2)
URL:
https://github.com/SimonYansenZhao/wsrf,
https://togaware.com
BugReports: https://github.com/SimonYansenZhao/wsrf/issues
Depends:
parallel,
R (>= 3.3.0),
Rcpp (>= 0.10.2),
stats
LinkingTo: Rcpp
Suggests:
knitr (>= 1.5),
randomForest (>= 4.6.7),
stringr (>= 0.6.2),
rmarkdown (>= 1.6)
VignetteBuilder: knitr
NeedsCompilation: yes
SystemRequirements: C++11
Classification/ACM-2012:
Computing methodologies ~ Classification and regression trees,
Computing methodologies ~ Supervised learning by classification,
Computing methodologies ~ Massively parallel and high-performance
simulations, Computing methodologies ~ Distributed simulation