|
KDTree Constructor (Int32, KDTreeNode)
|
Namespace:
Accord.Collections
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public KDTree(
int dimension,
KDTreeNode root
)
Public Sub New (
dimension As Integer,
root As KDTreeNode
)
Request Example
View SourceParameters
- dimension
- Type: SystemInt32
The number of dimensions in the tree. - root
- Type: Accord.CollectionsKDTreeNode
The root node, if already existent.
See Also