Description Usage Arguments Value Author(s) References Examples
View source: R/dimensionEstimation.R
Matrix factorization methods compress the original data matrix A \in R^{f,N} with f features and N samples into two parts, namely A = B C with B \in R^{f,k}, C\in R^{k, N}. The function estimateDimension estimates k based on a noise model estimated from a scrambled version of the original data matrix.
1 | estimateDimension(prismaData, alpha = 0.05, nScrambleSamples = NULL)
|
prismaData |
A prismaData object loaded via loadPrismaData |
alpha |
Error probability for confidence intervals |
nScrambleSamples |
The number of scrambled samples that should be used to estimate the noise model. NULL means to use the complete data set. |
estDim |
prismaDimension object that can be printed and plotted. |
Tammo Krueger <tammokrueger@googlemail.com>
R. Schmidt. Multiple emitter location and signal parameter estimation. IEEE Transactions on Antennas and Propagation, 34(3):276 – 280, 1986.
1 | # please see the vingette for examles
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.