powered by
Create a Random Matrix: ts-patch
RandMatTSpatch(p, d, pwMin, pwMax, ...)
the number of dimensions.
the number of desired columns in the projection matrix.
the minimum patch size to sample.
the maximum patch size to sample.
used to handle superfluous arguments passed in using paramList.
A random matrix to use in running RerF.
RerF
# NOT RUN { p <- 8 d <- 8 pwMin <- 3 pwMax <- 6 paramList <- list(p = p, d = d, pwMin = pwMin, pwMax = pwMax) set.seed(8) (a <- do.call(RandMatTSpatch, paramList)) # }
Run the code above in your browser using DataLab