Description Usage Arguments Value Examples
Create a Random Matrix: ts-patch
1 | RandMatTSpatch(p, d, pwMin, pwMax, ...)
|
p |
the number of dimensions. |
d |
the number of desired columns in the projection matrix. |
pwMin |
the minimum patch size to sample. |
pwMax |
the maximum patch size to sample. |
... |
used to handle superfluous arguments passed in using paramList. |
A random matrix to use in running RerF
.
1 2 3 4 5 6 7 | 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))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.