Click or drag to resize
Accord.NET (logo)

KDTreeBaseTNode Constructor (Int32, TNode, Int32, Int32)

Namespace:  Accord.Collections
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public KDTreeBase(
	int dimension,
	TNode Root,
	int count,
	int leaves
)
Request Example View Source

Parameters

dimension
Type: SystemInt32
The number of dimensions in the tree.
Root
Type: TNode
The Root node, if already existent.
count
Type: SystemInt32
The number of elements in the Root node.
leaves
Type: SystemInt32
The number of leaves linked through the Root node.
See Also