Click or drag to resize
Accord.NET (logo)

ICentroidClusterCollectionTData, TCentroids, TClusterDistance Property

Gets or sets the distance function used to measure the distance between a point and the cluster centroid in this clustering definition.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
IDistance<TData, TCentroids> Distance { get; set; }

Property Value

Type: IDistanceTData, TCentroids
See Also