|
KDTreeNodeCollectionTNode Constructor
|
Namespace:
Accord.Collections
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public KDTreeNodeCollection(
int size
)
Public Sub New (
size As Integer
)
Request Example
View SourceParameters
- size
- Type: SystemInt32
The maximum number of elements allowed in this collection.
See Also