Description Usage Arguments Value
This function execute spectral clustering on single view patient prorotypes
1 | spectral_sv(nCenters, prototype, kernel_function = "rbfdot")
|
nCenters |
is the number of cluster we want to obtain |
prototype |
is the matrix of prototype we want to cluster |
kernel_function |
is the kernel function used in computing the affinity matrix. Default value: rbfdot |
a list containing three field: specc.res is the spectral clustering results. clustering is the vector with clustering assignment. center is the matrix with center prototypes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.