TrainingSetModelInfoCollectionContains Method

CVB.Net Documentation
Check if the collection contains a model with the specified name.

Namespace:  Stemmer.Cvb.Minos
Assembly:  Stemmer.Cvb.Minos (in Stemmer.Cvb.Minos.dll) Version: 14.0.0.0
Syntax

public bool Contains(
	string name
)

Parameters

name
Type: SystemString
name for which to check the collection

Return Value

Type: Boolean
true if the collection contains at least one model with the specified name, false otherwise
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the training set has already been disposed
See Also

Reference