| BoostLoad Method |
Loads and creates a serialized model from a file.
Namespace:
OpenCvSharp.ML
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public static Boost Load(
string filePath
)
Public Shared Function Load (
filePath As String
) As Boost
public:
static Boost^ Load(
String^ filePath
)
static member Load :
filePath : string -> Boost
Parameters
- filePath
- Type: SystemString
[Missing <param name="filePath"/> documentation for "M:OpenCvSharp.ML.Boost.Load(System.String)"]
Return Value
Type:
Boost[Missing <returns> documentation for "M:OpenCvSharp.ML.Boost.Load(System.String)"]
See Also