|
CrossValidationResultTModelLoad Method (Stream)
|
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(
Stream stream
)
Public Shared Function Load (
stream As Stream
) As CrossValidationResult(Of TModel)
Request Example
View SourceParameters
- stream
- Type: System.IOStream
The stream from which the result is to be deserialized.
Return Value
Type:
CrossValidationResultTModelThe deserialized result.
See Also