Click or drag to resize
Accord.NET (logo)

KDTreeNodeCollectionTNode Constructor

Namespace:  Accord.Collections
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public KDTreeNodeCollection(
	int size
)
Request Example View Source

Parameters

size
Type: SystemInt32
The maximum number of elements allowed in this collection.
See Also