View source: R/countland_IMA.R
PlotIMAElbow | R Documentation |
Plot the difference between the observed and reconstructed count matrix using integer matrix approximation and a series of total features.
PlotIMAElbow(C, max_features, u_bounds, subsample = TRUE)
C |
countland object |
max_features |
maximum number of features to assess, integer |
u_bounds |
upper bounds for U and V matrices, vector of length 2 |
subsample |
if TRUE, use subsampled counts (default), otherwise use counts |
generates elbow plot for the difference between observed and reconstructed matrices as number of features increases
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.