simu_data_sparse | R Documentation |
Simulate high dimension data for RBSL algorithm validation.
simu_data_sparse(n, bet, pr, sigma)
n |
Patient number. |
bet |
The coefficient matrix. |
pr |
A vector of probability threshold which simulate the sampling based on uniform distribution. |
sigma |
A vector of noise level. The length should be equal to the component number. |
A list object consist of x, y, true cluster label.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.