Click or drag to resize

ClusterTInstanceEquals Method (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.

Namespace:  Aglomera
Assembly:  Aglomera (in Aglomera.dll) Version: 1.1.0
Syntax
C#
public bool Equals(
	Cluster<TInstance> other
)
Request Example View Source

Parameters

other
Type: AglomeraClusterTInstance
The other cluster to verify equality.

Return Value

Type: Boolean
true if the clusters are equal, false otherwise.

Implements

IEquatableTEquals(T)
See Also