View source: R/create_simMat.R
create_simMat | R Documentation |
Create a similarity matrix assuming the misclassification error distribute uniformly in all clusters
create_simMat(K, confuse_rate)
K |
A integer for number of cluster |
confuse_rate |
A float for confusion rate, uniformly to none-self clusters |
a similarity matrix with uniform confusion with other cluster
create_simMat(4, 0.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.