Click or drag to resize
Accord.NET (logo)

KDTreeNodeCollectionTNodeItem Property

Gets the NodeDistanceTNode at the specified index. Note: this method will iterate over the entire collection until the given position is found.

Namespace:  Accord.Collections
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public NodeDistance<TNode> this[
	int index
] { get; }
Request Example View Source

Parameters

index
Type: SystemInt32

Property Value

Type: NodeDistanceTNode
See Also