Click or drag to resize

ClusterSet Operators and Type Conversions

The ClusterSet type exposes the following members.

Operators
 NameDescription
Public operatorStatic memberEquality(ClusterSet, ClusterSet) 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.
Public operatorStatic member(ClusterSet to Int32) Implicitly converts a cluster set into an array of integers.
Public operatorStatic memberInequality(ClusterSet, ClusterSet) 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.
Top
See Also