ClassifierModelInformation Structure

CVB.Net Documentation
Information about a Minos classifier model.

Namespace:  Stemmer.Cvb.Minos
Assembly:  Stemmer.Cvb.Minos (in Stemmer.Cvb.Minos.dll) Version: 14.0.0.0
Syntax

public struct ModelInformation

The ClassifierModelInformation type exposes the following members.

Constructors

  NameDescription
Public methodClassifierModelInformation
Create a new model information object.
Top
Properties

  NameDescription
Public propertyAdvanceVector
Advance vector of the model.
Public propertyName
Name of the model.
Top
Methods

  NameDescription
Public methodEquals
Equality comparison.
(Overrides ValueTypeEquals(Object).)
Public methodGetHashCode
Hash code generation.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Conversion to string
(Overrides ValueTypeToString.)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Compare two ModelInformation structs for inequality.
Public operatorStatic memberInequality
Compare two ModelInformation structs for inequality.
Top
See Also

Reference