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