TrainingSetInstanceInfoCollectionRemove Method (Int32)

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 void Remove(
	int index
)

Parameters

index
Type: SystemInt32
index of the training set instance to be removed

Return Value

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

ExceptionCondition
ObjectDisposedExceptionIf the TrainingSet has already been disposed
ArgumentOutOfRangeExceptionIf index exceeds the range [0...Count]
Remarks

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

Reference