|
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
)
Public Function GetNodesInsideRegion (
region As Hyperrectangle
) As IList(Of TNode)
Request Example
View SourceParameters
- region
- Type: Accord.MathHyperrectangle
The region.
Return Value
Type:
IListTNodeA list of all nodes contained in the region.
See Also