Click or drag to resize

ClusterTInstance Properties

The ClusterTInstance generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements in this cluster.
Public propertyDissimilarity
Gets the dissimilarity / distance at which this cluster was found by the clustering algorithm.
Public propertyParent1
Gets this cluster's first parent, if the cluster was formed by joining two existing clusters. Otherwise returns null.
Public propertyParent2
Gets this cluster's second parent, if the cluster was formed by joining two existing clusters. Otherwise returns null.
Top
See Also