| Clustering-class | R Documentation |
A class containing relevant data for comparing clusterings, including the affinity matrix for the Clustering.
namesA character vector of element names; will be 1:n_elements if no names were available when creating the Clustering object.
n_elementsA numeric giving the number of elements.
is_hierarchicalA logical indicating whether the clustering is hierarchical or flat.
is_disjointA logical indicating whether the clustering is disjoint or overlapping.
alphaA numeric giving the personalized PageRank damping factor; 1 - alpha is the restart probability for the PPR random walk.
rA numeric hierarchical scaling parameter.
elm2clu_dictA list giving the clusters each element is a member of.
clu2elm_dictA list giving the element members of each cluster.
affinity_matrixA Matrix containing the personalized pagerank equilibrium distribution.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.