Information about a Minos classifier model. More...
Public Member Functions | |
ModelInformation (string name, Point2D advanceVector) | |
Create a new model information object. More... | |
override string | ToString () |
Conversion to string More... | |
override bool | Equals (object obj) |
Equality comparison. More... | |
override int | GetHashCode () |
Hash code generation. More... | |
Static Public Member Functions | |
static bool | operator!= (ModelInformation lhs, ModelInformation rhs) |
Compare two ModelInformation structs for inequality. More... | |
static bool | operator== (ModelInformation lhs, ModelInformation rhs) |
Compare two ModelInformation structs for inequality. More... | |
Properties | |
string | Name [get, set] |
Name of the model. | |
Point2D | AdvanceVector [get, set] |
Advance vector of the model. | |
Information about a Minos classifier model.
ModelInformation | ( | string | name, |
Point2D | advanceVector | ||
) |
Create a new model information object.
name | name of the model |
advanceVector | advance vector of the model |
override bool Equals | ( | object | obj | ) |
Equality comparison.
obj | object to compare to. |
override int GetHashCode | ( | ) |
Hash code generation.
|
static |
Compare two ModelInformation structs for inequality.
lhs | first object to be compared |
rhs | second object to be compared |
|
static |
Compare two ModelInformation structs for inequality.
lhs | first object to be compared |
rhs | second object to be compared |
override string ToString | ( | ) |
Conversion to string