A statistic model

Namespace: Emgu.CV.ML
Assembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public abstract class StatModel : UnmanagedObject
Public MustInherit Class StatModel _
	Inherits UnmanagedObject
public ref class StatModel abstract : public UnmanagedObject

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
StatModel()()()()
Initializes a new instance of the StatModel class
_ptr
A pointer to the unmanaged object
(Inherited from UnmanagedObject.)
Clear()()()()
Clear the statistic model
Dispose()()()()
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.)
DisposeObject()()()()
Release the unmanaged resources
(Inherited from DisposableObject.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Destructor
(Inherited from DisposableObject.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Load(String)
Load the statistic model from file
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Ptr
Pointer to the unmanaged object
(Inherited from UnmanagedObject.)
ReleaseManagedResources()()()()
Release the managed resources. This function will be called during the disposal of the current object. override ride this function if you need to call the Dispose() function on any managed IDisposable object created by the current object
(Inherited from DisposableObject.)
Save(String)
Save the statistic model to file
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Inheritance Hierarchy

System..::..Object
  Emgu.Util..::..DisposableObject
    Emgu.Util..::..UnmanagedObject
      Emgu.CV.ML..::..StatModel
        Emgu.CV.ML..::..ANN_MLP
        Emgu.CV.ML..::..Boost
        Emgu.CV.ML..::..DTree
        Emgu.CV.ML..::..EM
        Emgu.CV.ML..::..KNearest
        Emgu.CV.ML..::..NormalBayesClassifier
        Emgu.CV.ML..::..RTrees
        Emgu.CV.ML..::..SVM

See Also