Click or drag to resize
Accord.NET (logo)

KDTreeNodeCollectionTNodeGetEnumerator Method

Returns an enumerator that iterates through this collection.

Namespace:  Accord.Collections
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public IEnumerator<NodeDistance<TNode>> GetEnumerator()
Request Example View Source

Return Value

Type: IEnumeratorNodeDistanceTNode
An IEnumerator object that can be used to iterate through the collection.
See Also