HoldoutTestResultFactoryRunTest Method (Int32, ClassificationType, TrainingSet)

CVB.Net Documentation
Perform a hold out test on a sample database.

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

public ClassificationTestResult RunTest(
	int holdoutSize,
	ClassificationType usage,
	TrainingSet database
)

Parameters

holdoutSize
Type: SystemInt32
Holdout bag size (lower values will take significantly longer to calculate, but will yield a more fine- grained result).
usage
Type: Stemmer.Cvb.PolimagoClassificationType
Classification mode.
database
Type: Stemmer.Cvb.MinosTrainingSet
Sample database to test.

Return Value

Type: ClassificationTestResult
Test result.
See Also

Reference