Table of Contents

Method Load

Namespace
OpenCvSharp.ML
Assembly
OpenCvSharp.dll

Load(string)

Loads and creates a serialized SVMSGD from a file. Use SVMSGD::save to serialize and store an SVMSGD to disk. Load the SVMSGD from this file again, by calling this function with the path to the file.

public static SVMSGD Load(string filePath)

Parameters

filePath string

Returns

SVMSGD