Click or drag to resize
Accord.NET (logo)

KDTreeBaseTNodeGetNodesInsideRegion Method

Retrieves a list of all points inside a given region.

Namespace:  Accord.Collections
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public IList<TNode> GetNodesInsideRegion(
	Hyperrectangle region
)
Request Example View Source

Parameters

region
Type: Accord.MathHyperrectangle
The region.

Return Value

Type: IListTNode
A list of all nodes contained in the region.
See Also