Click or drag to resize
Accord.NET (logo)

CrossValidationResultTModelLoad Method (String)

Loads a result from a stream.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public static CrossValidationResult<TModel> Load(
	string path
)
Request Example View Source

Parameters

path
Type: SystemString
The path to the file from which the result is to be deserialized.

Return Value

Type: CrossValidationResultTModel
The deserialized result.
See Also