Click or drag to resize

ClusterSetTInstanceToString Method

Returns a string representation for the cluster-set in the form 'Dissimilarity {cluster1, cluster2, ..., clusterN}'.

Namespace:  Aglomera
Assembly:  Aglomera (in Aglomera.dll) Version: 1.1.0
Syntax
C#
public override string ToString()
Request Example View Source

Return Value

Type: String
A string representation for the cluster-set.
See Also