powered by
Create a Random Matrix: FRCN
RandMatFRCN(p, d, nmix, catMap = NULL, ...)
the number of dimensions.
the number of desired columns in the projection matrix.
mupliplier to d to specify the number of non-zeros.
d
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 <- 8 nmix <- 5 paramList <- list(p = p, d = d, nmix = nmix) set.seed(8) (a <- do.call(RandMatFRCN, paramList)) # }
Run the code above in your browser using DataLab