StatModelIsTrained Method
|
Returns true if the model is trained
Namespace:
OpenCvSharp.ML
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic virtual bool IsTrained()
Public Overridable Function IsTrained As Boolean
public:
virtual bool IsTrained()
abstract IsTrained : unit -> bool
override IsTrained : unit -> bool
Return Value
Type:
Boolean
See Also