TrainingSetInstanceRemoved Event

CVB.Net Documentation
Event that will be raised when an image has been removed from the training set. Note that removing an image usually also means that a number of instances (the instances that were marked on the removed image) have been removed as well, but the if the reason for the removal of these instances was the removal of an image, there will be no notification event for the implicitly removed instances. Likewise, the removal of an image may also trigger the removal of a model. Again, there will be no separate notification about this if the reason was the removal of an image. This means that to be on the safe side, it usually makes sense to update the model and instance views as well, if an image has been removed.

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

public event EventHandler<InstanceRemovedEventArgs> InstanceRemoved

Value

Type: SystemEventHandlerInstanceRemovedEventArgs
See Also

Reference