Click or drag to resize

ClusterTInstance Methods

The ClusterTInstance generic type exposes the following members.

Methods
  NameDescription
Public methodClone
Public methodCompareTo
Compares this cluster with another cluster instance. Comparison is performed by count (number of items) first, then by string representation of the items.
Public methodContains
Checks whether this cluster contains the given item.
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodEquals(ClusterTInstance)
Checks whether this cluster is equal to another. Equality between cluster occurs when they are the same object or when the clusters contain the same elements, were created based on the same parent clusters and have the same associated dissimilarity.
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Gets a string representing this cluster in the form (item1;item2;...;itemN).
(Overrides ObjectToString.)
Top
Extension Methods
See Also