| StatModelExtensionsClear Method |
http://www.emgu.com
Clear the statistic model
Namespace: Emgu.CV.MLAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic static void Clear(
this IStatModel model
)
<ExtensionAttribute>
Public Shared Sub Clear (
model As IStatModel
)
public:
[ExtensionAttribute]
static void Clear(
IStatModel^ model
)
[<ExtensionAttribute>]
static member Clear :
model : IStatModel -> unit
Parameters
- model
- Type: Emgu.CV.MLIStatModel
[Missing <param name="model"/> documentation for "M:Emgu.CV.ML.StatModelExtensions.Clear(Emgu.CV.ML.IStatModel)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IStatModel. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also