Click or drag to resize
Accord.NET (logo)

KDTreeNodeCollectionTNodeContains Method

Determines whether this instance contains the specified item.

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

Parameters

item
Type: Accord.CollectionsNodeDistanceTNode
The object to locate in the collection. The value can be null for reference types.

Return Value

Type: Boolean
true if the item is found in the collection; otherwise, false.
See Also