Man pages for forestRK
Implements the Forest-R.K. Algorithm for Classification Problems

bstrapPerforms bootstrap sampling of the (training) dataset
construct.treeRKConstructs a classification tree on the (training) dataset,...
criteria.after.split.calculatorCalculates Entropy or Gini Index of a node after a given...
criteria.calculatorCalculates Entropy or Gini Index of a particular node before...
cutoff.node.and.covariate.index.finderIdentifies optimal cutoff point of an impure node for...
draw.treeRKCreates a 'igraph' plot of a 'rktree'
ends.index.finderIdentifies numerical indices of the end nodes of a 'rktree'...
forestRKBuilds up a random forest RK model based on the given...
get.tree.forestRKExtracts the structure of one or more trees in a forestRK...
importance.forestRKCalculates Gini Importance or Mean Decrease Impurity (same...
importance.plot.forestRKGenerates importance 'ggplot' of the covariates considered in...
mds.plot.forestRKMakes 2D MDS (multidimensional scaling) 'ggplot' of the test...
pred.forestRKMake predictions on the test data based on the forestRK model...
pred.treeRKMake predictions on the test observations based on a rktree...
var.used.forestRKExtract the list of covariates used to perform the splits to...
x.organizerNumericizing a data frame of covariates from the original...
y.organizerNumericize the vector containing categorical class type('y')...
forestRK documentation built on July 19, 2019, 5:04 p.m.