Click or drag to resize
Accord.NET (logo)

WeightedEuclidean Constructor (Int32)

Initializes a new instance of the WeightedEuclidean struct.

Namespace:  Accord.Math.Distances
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public WeightedEuclidean(
	int dimensions
)
Request Example View Source

Parameters

dimensions
Type: SystemInt32
The number of dimensions (columns) in the dataset.
See Also