|
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; }
Public ReadOnly Default Property Item (
index As Integer
) As NodeDistance(Of TNode)
Get
Request Example
View SourceParameters
- index
- Type: SystemInt32
Property Value
Type:
NodeDistanceTNodeSee Also