| StatModelIsTrained Method |
Returns true if the model is trained
Namespace:
OpenCvSharp.ML
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public 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[Missing <returns> documentation for "M:OpenCvSharp.ML.StatModel.IsTrained"]
See Also