Click or drag to resize

ClusterSetTInstanceToString Method (Boolean)

Returns a string representation for the cluster-set in the form 'Dissimilarity {cluster1, cluster2, ..., clusterN}'. The presentation of the dissimilarity value is optional.

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

Parameters

includeDissimilarity
Type: SystemBoolean
Whether to include the value of Dissimilarity in the string representation.

Return Value

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