Click or drag to resize
Accord.NET (logo)

KMedoidsClusterCollectionTItem Property

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public KMedoidsClusterCollectionTKMedoidsCluster this[
	int index
] { get; }
Request Example View Source

Parameters

index
Type: SystemInt32
The index.

Return Value

Type: KMedoidsClusterCollectionTKMedoidsCluster
GaussianCluster.

Implements

IClusterCollectionExTData, TClusterItemInt32
See Also