TestResultBaseFromFile Method

CVB.Net Documentation
Unlike classifiers, test results are not different enough to distinguish them by different file extensions. This static method tries both possibilities and returns the loaded test result.

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

public static TestResultBase FromFile(
	string filename
)

Parameters

filename
Type: SystemString
File from which to load the test result.

Return Value

Type: TestResultBase
Loaded test result object or null if loading failed. To be usable, the loaded test result should either be cast to a ClassificationTestResult or a RegressionTestResult object.
See Also

Reference