ClassificationResult Structure

CVB.Net Documentation
Polimago classification result container.

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

public struct ClassificationResult : INamed, 
	IQualified, IEquatable<ClassificationResult>

The ClassificationResult type exposes the following members.

Properties

  NameDescription
Public propertyName
Name of the pattern.
Public propertyQuality
Quality/Confidence of the classification result.
Top
Methods

  NameDescription
Public methodEquals(Object)
Equality comparison.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(ClassificationResult)
Equality comparison.
Public methodGetHashCode
Hash code generation.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Equality operator.
Public operatorStatic memberInequality
Inequality operator.
Top
See Also

Reference