Description Usage Arguments Value Examples
The fraction of k-nearest neighbours in the original data that are preserved as k-nearest neighbours in imputed data. KNN quantifies preservation of the local, or microscopic structure. Requires complete datasets - for developers/use in benchmark studies only.
1 | KNN(xorigin, ximputed, k = 3)
|
xorigin |
numeric matrix. The original log-intensity data. Can not contain missing values. |
ximputed |
numeric matrix. The imputed log-intensity data. Can not contain missing values. |
k |
number of nearest neighbours. default to k=3. |
numeric The proportion of preserved k-nearest neighbours in imputed data.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.