SHOGUN
v1.1.0
|
UI distance.
Definition at line 25 of file GUIDistance.h.
Protected Attributes | |
CDistance * | distance |
CSGInterface * | ui |
bool | initialized |
Additional Inherited Members | |
![]() | |
SGIO * | io |
Parallel * | parallel |
Version * | version |
Parameter * | m_parameters |
Parameter * | m_model_selection_parameters |
![]() | |
virtual void | load_serializable_pre () throw (ShogunException) |
virtual void | load_serializable_post () throw (ShogunException) |
virtual void | save_serializable_pre () throw (ShogunException) |
virtual void | save_serializable_post () throw (ShogunException) |
CGUIDistance | ( | ) |
constructor
Definition at line 29 of file GUIDistance.h.
CGUIDistance | ( | CSGInterface * | interface | ) |
~CGUIDistance | ( | ) |
destructor
Definition at line 55 of file GUIDistance.cpp.
CDistance * create_generic | ( | EDistanceType | type | ) |
create generic distance given by type
Definition at line 179 of file GUIDistance.cpp.
CDistance * create_hammingword | ( | bool | use_sign = false | ) |
create HammingWord Distance
Definition at line 234 of file GUIDistance.cpp.
create Minkowski Metric
Definition at line 223 of file GUIDistance.cpp.
CDistance * get_distance | ( | ) |
get current distance
Definition at line 60 of file GUIDistance.cpp.
|
virtual |
bool init_distance | ( | const char * | target | ) |
initialize distance
Definition at line 80 of file GUIDistance.cpp.
bool is_initialized | ( | ) |
is initialized
Definition at line 57 of file GUIDistance.h.
bool save_distance | ( | char * | param | ) |
bool set_distance | ( | CDistance * | dist | ) |
set new distance
Definition at line 65 of file GUIDistance.cpp.
|
protected |
distance
Definition at line 64 of file GUIDistance.h.
|
protected |
initialized
Definition at line 68 of file GUIDistance.h.
|
protected |
ui
Definition at line 66 of file GUIDistance.h.