TrainingSetImageInfoCollectionRemove Method

CVB.Net Documentation
Remove a training set image along with its instances 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(
	TrainingSetImageInfo image
)

Parameters

image
Type: Stemmer.Cvb.MinosTrainingSetImageInfo
training set image to be removed

Return Value

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

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

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

Reference