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