LogisticRegressionLoadFromString Method
|
Loads algorithm from a String.
Namespace:
OpenCvSharp.ML
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic 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
OpenCvSharp.ML.LogisticRegression.LoadFromString = function(strModel);
Parameters
- strModel
- Type: SystemString
he string variable containing the model you want to load.
Return Value
Type:
LogisticRegression
See Also