Click or drag to resize
Accord.NET (logo)

KModesClusterCollectionTItem Property

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

Parameters

index
Type: SystemInt32
The index.

Return Value

Type: KModesClusterCollectionTKModesCluster
GaussianCluster.

Implements

IClusterCollectionExTData, TClusterItemInt32
See Also