|
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
)
Public Function Contains (
item As NodeDistance(Of TNode)
) As Boolean
Request Example
View SourceParameters
- item
- Type: Accord.CollectionsNodeDistanceTNode
The object to locate in the collection.
The value can be null for reference types.
Return Value
Type:
Booleantrue if the item is found in the collection; otherwise,
false.
See Also