#include "Link/Svm/LinkSvm.h"
Include dependency graph for Equals.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Impala |
namespace | Impala::Core |
namespace | Impala::Core::Training |
Functions | |
bool | Impala::Core::Training::Equals (const svm_parameter *p1, const svm_parameter *p2) |
All Equals functions compare the objects (they do not test for 0 pointers). | |
bool | Impala::Core::Training::EqualsForModel (const svm_parameter *p1, const svm_parameter *p2) |
bool | Impala::Core::Training::Equals (const svm_node *sv1, const svm_node *sv2) |
bool | Impala::Core::Training::Equals (const svm_problem *p1, const svm_problem *p2) |
bool | Impala::Core::Training::Equals (const svm_model *m1, const svm_model *m2) |
Variables | |
const double | Impala::Core::Training::cPrecision = 0.000001 |
since svm lib saves in ascii with 6 decimal numbers, we can't expect higher precision than this |