Click or drag to resize
Accord.NET (logo)

IClusterCollectionExTData, TClusterItem Property

Gets the cluster at the given index.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
TCluster this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The index of the cluster. This should also be the class label of the cluster.

Return Value

Type: TCluster
An object holding information about the selected cluster.
See Also