Identifies number of clusters using method "part".
1 2 | part.new(X, clust = "col", distance = "euclidean", linkage = "complete",
B = 100, minSize = 10, maxLevel = 3)
|
X |
matrix |
clust |
String. Direction of clustering. |
distance |
Default is set to "eucledian". Distance measure used for hierarchical clustering |
linkage |
Default is "complete". Linkage for hierarchical clustering. |
B |
integer. Default is 100. |
minSize |
Integer Minimum size of cluster. Default set to 10. |
maxLevel |
Integer. Maximum depth/level for clustering, default set to 3. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.