Click or drag to resize
Accord.NET (logo)

VPTree Constructor (IDistance)

Initializes a new instance of the VPTree class.

Namespace:  Accord.Collections
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public VPTree(
	IDistance distance
)
Request Example View Source

Parameters

distance
Type: Accord.Math.DistancesIDistance
The distance to use when comparing points. Default is Euclidean(Double, Double).
See Also