CVB.Net 14.0
Classifier.ModelInformation Struct Reference

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.
 

Detailed Description

Information about a Minos classifier model.

Constructor & Destructor Documentation

◆ ModelInformation()

ModelInformation ( string  name,
Point2D  advanceVector 
)

Create a new model information object.

Parameters
namename of the model
advanceVectoradvance vector of the model

Member Function Documentation

◆ Equals()

override bool Equals ( object  obj)

Equality comparison.

Parameters
objobject to compare to.
Returns
true if the objects are identical, false otherwise

◆ GetHashCode()

override int GetHashCode ( )

Hash code generation.

Returns
hash code for the object

◆ operator!=()

static bool operator!= ( ModelInformation  lhs,
ModelInformation  rhs 
)
static

Compare two ModelInformation structs for inequality.

Parameters
lhsfirst object to be compared
rhssecond object to be compared
Returns
true if the objects differ, false otherwise

◆ operator==()

static bool operator== ( ModelInformation  lhs,
ModelInformation  rhs 
)
static

Compare two ModelInformation structs for inequality.

Parameters
lhsfirst object to be compared
rhssecond object to be compared
Returns
false if the objects differ, true otherwise


◆ ToString()

override string ToString ( )

Conversion to string

Returns
string representation of this object