TrainingSetModelInfoCheckConsistency Method (TrainingSetImageInfo, Double, Double)

CVB.Net Documentation
Test the image referenced by trainingSetImage for instances of this model that might have been forgotten during the training process.

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

public SearchResult[] CheckConsistency(
	TrainingSetImageInfo trainingSetImage,
	double threshold,
	double density
)

Parameters

trainingSetImage
Type: Stemmer.Cvb.MinosTrainingSetImageInfo
training set image on which to perform the consistency check
threshold
Type: SystemDouble
correlation threshold to be used for the consistency check
density
Type: SystemDouble
density to be used for the consistency check

Return Value

Type: SearchResult
potentially forgotten positive samples that may be added to the training set
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the training set has already been disposed
ArgumentOutOfRangeExceptionIf invalid values for threshold or density have been passed (both parameters must be within the range [0...1.0]
ArgumentNullExceptionIf the trainingSetImage argument was null
CvbExceptionIf the execution of the consistency check failed
See Also

Reference