|
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 Distance As IDistance(Of TData, TCentroids)
Get
Set
Property Value
Type:
IDistanceTData,
TCentroidsSee Also