View source: R/basic_functions.R
adj_mat | R Documentation |
Covert data matrix to adjacency matrix
adj_mat(X, method = "euclidian")
X |
a matrix of samples by features. |
method |
method for distance calculation:
|
calculated adjacency matrix from the data matrix using the specified methods
X = gaussian_clusters()$X
Adj = adj_mat(X, method = "euclidian")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.