Click or drag to resize
Accord.NET (logo)

KMedoidsClusterCollectionT Constructor

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public KMedoidsClusterCollection(
	int k,
	IDistance<T[]> distance
)
Request Example View Source

Parameters

k
Type: SystemInt32
The number of clusters K.
distance
Type: Accord.Math.DistancesIDistanceT
The distance metric to use.
See Also