|
CrossValidationResult< TModel> . Load Method (String)
|
Loads a result from a stream.
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntaxpublic static CrossValidationResult<TModel> Load(
string path
)
Public Shared Function Load (
path As String
) As CrossValidationResult(Of TModel)
Request Example
View SourceParameters
- path
- Type: System.String
The path to the file from which the result is to be deserialized.
Return Value
Type:
CrossValidationResult<TModel>The deserialized result.
See Also