only.single.graphs {mstknnclust} | R Documentation |
Generates the solution when only singletons are yield
Description
Generates the solution when only singletons are yield
Usage
only.single.graphs(total_nodos, nodos_singletons)
Arguments
total_nodos |
Total number of nodes in data matrix. |
nodos_singletons |
Nodes list with cluster singletons. |
Value
clusteres_unidos
An object of class "igraph" as a network representing the clustering solution.
[Package mstknnclust version 0.3.2 Index]