The ClusterSet type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Clone |
Creates a deep copy of this cluster set.
| |
| Cluster |
Returns the objects assigned to a given cluster.
| |
| Equals |
Tests for equality of this cluster set and another. Two cluster sets
are equal if they have the same number of objects and all objects are
assigned to the same clusters.
(Overrides Object..::.Equals(Object).) | |
| GetEnumerator |
Creates an IEnumerator out of the clusters in this set.
| |
| GetHashCode |
Returns an integer hash code for this cluster set.
(Overrides Object..::.GetHashCode()()().) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| OnDeserialized |
Update following deserialization
| |
| ToString |
Returns a formatted string representation of this cluster set.
(Overrides Object..::.ToString()()().) |
Operators
| Name | Description | |
|---|---|---|
| Equality |
Tests for equality of two cluster sets. Two clusters sets are equal
if they have the same number of objects and all objects are assigned to
the same clusters.
| |
| Implicit |
Implicitly converts a cluster set into an array of integers.
| |
| Inequality |
Tests for inequality of two cluster sets. Two cluster sets are unequal
if they have different numbers of objects or the objects are assigned
to different clusters.
|