Go to the source code of this file.
|
class | BaseTag |
| Base class for all tags. This class stores name and not the type information for a shogun object. It can be used as an identifier for a shogun object where type information is not known. One application of this can be found in CSGObject::set_param_with_btag(). More...
|
|
struct | hash< shogun::BaseTag > |
|
|
bool | operator== (const BaseTag &first, const BaseTag &second) |
|
bool | operator!= (const BaseTag &first, const BaseTag &second) |
|
bool | operator< (const BaseTag &first, const BaseTag &second) |
|