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 18 Feb. 2025.
Previous versions and publish date:
No previous versions
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

OptGS  
Near-Optimal Group-Sequential Designs for Continuous Outcomes
Optimal group-sequential designs minimise some function of the expected and maximum sample size whil ...
Download / Learn more Package Citations See dependency  
MOSS  
Multi-Omic Integration via Sparse Singular Value Decomposition
High dimensionality, noise and heterogeneity among samples and features challenge the omic integrat ...
Download / Learn more Package Citations See dependency  
clustMixType  
k-Prototypes Clustering for Mixed Variable-Type Data
Functions to perform k-prototypes partitioning clustering for mixed variable-type data according to ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
RobustBayesianCopas  
Robust Bayesian Copas Selection Model
Fits the robust Bayesian Copas (RBC) selection model of Bai et al. (2020) for cor ...
Download / Learn more Package Citations See dependency  
readxlsb  
Read 'Excel' Binary (.xlsb) Workbooks
Import data from 'Excel' binary (.xlsb) workbooks into R. ...
Download / Learn more Package Citations See dependency  

23,712

R Packages

205,795

Dependencies

64,332

Author Associations

23,631

Publication Badges

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