| LogisticRegressionLoadFromString Method |
Loads algorithm from a String.
Namespace:
OpenCvSharp.ML
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public static LogisticRegression LoadFromString(
string strModel
)
Public Shared Function LoadFromString (
strModel As String
) As LogisticRegression
public:
static LogisticRegression^ LoadFromString(
String^ strModel
)
static member LoadFromString :
strModel : string -> LogisticRegression
Parameters
- strModel
- Type: SystemString
he string variable containing the model you want to load.
Return Value
Type:
LogisticRegression[Missing <returns> documentation for "M:OpenCvSharp.ML.LogisticRegression.LoadFromString(System.String)"]
See Also