TrainingSetModelInfoCollectionRemove Method (TrainingSetModelInfo)

CVB.Net Documentation
Remove a model (and all the instances extracted for that model!) 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(
	TrainingSetModelInfo model
)

Parameters

model
Type: Stemmer.Cvb.MinosTrainingSetModelInfo
model to be removed from the training set

Return Value

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

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

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

Reference