Click or drag to resize
Accord.NET (logo)

VPTreeTPoint Constructor

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

Parameters

distance
Type: Accord.Math.DistancesIDistanceTPoint
The distance to use when comparing points.
See Also