new Cluster()
Properties:
Name | Type | Description |
---|---|---|
domain |
Array.<Array.<array>> | |
knownMass |
object | |
root |
Mass | original Mass node found |
massNodes |
Array.<Mass> |
- Source:
Methods
clusterify() → {Array.<array>}
searches for all connected Mass recursively, node-to-node.
updates the domain's knownMass
as it goes as a side-effect.
- Source:
Returns:
this.massNodes
. nodes that belong to this cluster
- Type
- Array.<array>