adj_mat {ConsensusClustering} | 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")