Description Usage Arguments Details Value See Also Examples
Calculates the bi-cross-validation of a Singular value decmoposition of
matrix Y
.
1 2 |
Y |
the input matrix |
ks |
a vector of bicluster quantities to evaluate |
holdouts |
the number of row and column partitions. The true number of
holdouts will be |
interactive |
prompt before running if |
It is recommended to use auto_bcv to perform and analyze several replications of bi-cross-validation.
A named vector of BCV values corresponding to the various numbers of biclusters evaluated.
1 2 3 | # Set seed for reproducibility
set.seed(12345)
bcv(yeast_benchmark[[1]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.