Click or drag to resize

ClusteringResultTInstanceItem Property

Namespace:  Aglomera
Assembly:  Aglomera (in Aglomera.dll) Version: 1.1.0
Syntax
C#
public ClusterSet<TInstance> this[
	int index
] { get; set; }
Request Example View Source

Parameters

index
Type: SystemInt32
The index of the cluster set we want to get or set.

Return Value

Type: ClusterSetTInstance
The ClusterSetTInstance at the given index of the sequence.
See Also