powered by
Create a Random Matrix: Random Forest (RF)
RandMatRF(p, d, catMap = NULL, ...)
the number of dimensions.
the number of desired columns in the projection matrix.
a list specifying specifies which one-of-K encoded columns in X correspond to the same categorical feature.
used to handle superfluous arguments passed in using paramList.
A random matrix to use in running RerF.
RerF
# NOT RUN { p <- 8 d <- 3 paramList <- list(p = p, d = d) set.seed(4) (a <- do.call(RandMatRF, paramList)) # }
Run the code above in your browser using DataLab