Click or drag to resize
Accord.NET (logo)

MinimumMeanDistanceClassifierFunction Property

Gets or sets the distance function to be used when comparing a sample to a class mean.

Namespace:  Accord.MachineLearning
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public IDistance<double[]> Function { get; set; }
Request Example View Source

Property Value

Type: IDistanceDouble
See Also