|
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; }
ReadOnly Default Property Item (
index As Integer
) As TCluster
Get
Parameters
- index
- Type: SystemInt32
The index of the cluster. This should also be the class label of the cluster.
Return Value
Type:
TClusterAn object holding information about the selected cluster.
See Also