Package: wsrf 1.7.32

He Zhao

wsrf: Weighted Subspace Random Forest for Classification

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.

Authors:Qinghan Meng [aut], He Zhao [aut, cre], Graham J. Williams [aut], Junchao Lv [aut], Baoxun Xu [aut], Joshua Zhexue Huang [aut]

wsrf_1.7.32.tar.gz
wsrf_1.7.32.zip(r-4.7)wsrf_1.7.32.zip(r-4.6)wsrf_1.7.32.zip(r-4.5)
wsrf_1.7.32.tgz(r-4.6-x86_64)wsrf_1.7.32.tgz(r-4.6-arm64)wsrf_1.7.32.tgz(r-4.5-x86_64)wsrf_1.7.32.tgz(r-4.5-arm64)
wsrf_1.7.32.tar.gz(r-4.7-arm64)wsrf_1.7.32.tar.gz(r-4.7-x86_64)wsrf_1.7.32.tar.gz(r-4.6-arm64)wsrf_1.7.32.tar.gz(r-4.6-x86_64)
wsrf_1.7.32.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
wsrf/json (API)
NEWS

# Install 'wsrf' in R:
install.packages('wsrf', repos = c('https://simonyansenzhao.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/simonyansenzhao/wsrf/issues

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

Conda:

cpp

5.23 score 14 stars 12 scripts 459 downloads 10 exports 1 dependencies

Last updated from:72f0fe4ca5. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK151
linux-devel-x86_64OK118
source / vignettesOK202
linux-release-arm64OK131
linux-release-x86_64OK138
macos-release-arm64OK142
macos-release-x86_64OK234
macos-oldrel-arm64OK146
macos-oldrel-x86_64OK425
windows-develOK135
windows-releaseOK124
windows-oldrelOK142
wasm-releaseOK117

Exports:combinecombine.wsrfcorrelationcorrelation.wsrfimportanceoob.error.ratestrengthsubset.wsrfvarCounts.wsrfwsrf

Dependencies:Rcpp

A Quick Start Guide for wsrf

Rendered fromwsrf-guide.Rmdusingknitr::rmarkdownon May 23 2026.

Last update: 2022-03-13
Started: 2016-07-26

Readme and manuals

Help Manual

Help pageTopics
Combine Ensembles of Treescombine combine.wsrf
Correlationcorrelation correlation.wsrf
Extract Variable Importance Measureimportance importance.wsrf
Out-of-Bag Error Rateoob.error.rate oob.error.rate.wsrf
Predict Method for 'wsrf' Modelpredict predict.wsrf
Print Method for 'wsrf' Modelprint print.wsrf
Strengthstrength strength.wsrf
Subset of a Forestsubset subset.wsrf
Number of Times of Variables Selected as Split ConditionvarCounts.wsrf
Build a Forest of Weighted Subspace Decision Treeswsrf wsrf.default wsrf.formula