ClassificationTestResult Constructor

CVB.Net Documentation
Load a test result from disk.

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

public ClassificationTestResult(
	string fileName
)

Parameters

fileName
Type: SystemString
File from which to load the test results.
Exceptions

ExceptionCondition
InvalidCastExceptionif the test result stored in the file referred to by fileName is not a ClassificationTestResult.
See Also

Reference