TrainingSetInstanceInfoCollectionRemove Method (TrainingSetInstanceInfo)

CVB.Net Documentation
Remove an instance from the training set.

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

public bool Remove(
	TrainingSetInstanceInfo instance
)

Parameters

instance
Type: Stemmer.Cvb.MinosTrainingSetInstanceInfo
instance to be removed from the training set

Return Value

Type: Boolean
true if the instance has been removed successfully, false otherwise
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the TrainingSet has already been disposed
ArgumentNullExceptionIf instance is null
Remarks

Calling this method will likely invalidate any references to training set instances you are currently holding - so make sure you renew those where necessary!
See Also

Reference