Other packages > Find by keyword >

forestRK  

Implements the Forest-R.K. Algorithm for Classification Problems
View on CRAN: Click here


Download and install forestRK package within the R console
Install from CRAN:
install.packages("forestRK")

Install from Github:
library("remotes")
install_github("cran/forestRK")

Install by package version:
library("remotes")
install_version("forestRK", "0.0-5")



Attach the package and use:
library("forestRK")
Maintained by
Hyunjin Cho
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2019-07-19
Latest Update: 2019-07-19
Description:
Provides functions that calculates common types of splitting criteria used in random forests for classification problems, as well as functions that make predictions based on a single tree or a Forest-R.K. model; the package also provides functions to generate importance plot for a Forest-R.K. model, as well as the 2D multidimensional-scaling plot of data points that are colour coded by their predicted class types by the Forest-R.K. model. This package is based on: Bernard, S., Heutte, L., Adam, S., (2008, ISBN:978-3-540-85983-3) "Forest-R.K.: A New Random Forest Induction Method", Fourth International Conference on Intelligent Computing, September 2008, Shanghai, China, pp.430-437.
How to cite:
Hyunjin Cho (2019). forestRK: Implements the Forest-R.K. Algorithm for Classification Problems. R package version 0.0-5, https://cran.r-project.org/web/packages/forestRK. Accessed 05 Jun. 2026.
Previous versions and publish date:
0.0-5 (2019-07-19 12:50)
Other packages that cited forestRK R package
View forestRK citation profile
Other R packages that forestRK depends, imports, suggests or enhances
Complete documentation for forestRK
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
msm  
Multi-State Markov and Hidden Markov Models in Continuous Time
Functions for fitting continuous-time Markov and hidden Markov multi-state models to longitudinal d ...
Download / Learn more Package Citations See dependency  
envirem  
Generation of ENVIREM Variables
Generation of bioclimatic rasters that are complementary to the typical 19 bioclim variables. ...
Download / Learn more Package Citations See dependency  
ibb  
R Wrapper for Istanbul Municipality Open Data Portal
Call wrappers for Istanbul Metropolitan Municipality's Open Data Portal (Turkish: Istanbul B ...
Download / Learn more Package Citations See dependency  
crossurr  
Cross-Fitting for Doubly Robust Evaluation of High-Dimensional Surrogate Markers
Doubly robust methods for evaluating surrogate markers as outlined in: Agniel D, Hejblum BP, Thiebau ...
Download / Learn more Package Citations See dependency  

27,268

R Packages

233,548

Dependencies

72,590

Author Associations

27,205

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA