Click or drag to resize
Accord.NET (logo)

KDTree Constructor (Int32, KDTreeNode)

Creates a new KDTree.

Namespace:  Accord.Collections
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public KDTree(
	int dimension,
	KDTreeNode root
)
Request Example View Source

Parameters

dimension
Type: SystemInt32
The number of dimensions in the tree.
root
Type: Accord.CollectionsKDTreeNode
The root node, if already existent.
See Also