Polimago classification result container.
More...
Inherits INamed, and IQualified.
|
|
string | Name [get] |
| | Name of the pattern.
|
| |
|
double | Quality [get] |
| | Quality/Confidence of the classification result.
|
| |
Polimago classification result container.
◆ Equals() [1/2]
Equality comparison.
- Parameters
-
- Returns
- True if objects are equal, false if not.
◆ Equals() [2/2]
| override bool Equals |
( |
object | obj | ) |
|
Equality comparison.
- Parameters
-
| obj | Object to compare this object to. |
- Returns
- True if objects are equal, false if not.
◆ GetHashCode()
| override int GetHashCode |
( |
| ) |
|
Hash code generation.
- Returns
- Hash code for this object.
◆ operator!=()
Inequality operator.
- Parameters
-
| lhs | First object to compare. |
| rhs | Second object to compare. |
- Returns
- False if the objects are equal, true if not.
◆ operator==()
Equality operator.
- Parameters
-
| lhs | First object to compare. |
| rhs | Second object to compare. |
- Returns
- True if the objects are equal, false if not.