Click or drag to resize

ClusterSetInequality Operator

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.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static bool operator !=(
	ClusterSet x,
	ClusterSet y
)

Parameters

x  ClusterSet
The left-hand cluster set.
y  ClusterSet
The right-hand cluster set.

Return Value

Boolean
True if the two cluster sets have different numbers of objects or the objects are assigned to different clusters, or are not both null; otherwise, false.
See Also