iRoCS Toolbox  1.1.0
Data Structures | Namespaces | Variables
SVMBase.hh File Reference
#include <config.hh>
#include <iostream>
#include <set>
#include <string>
#include "ProgressReporter.hh"
#include "Model.hh"
#include "SVMError.hh"
#include "svt_check/RequireLoadSaveParameters.hh"
#include "svt_check/RequireKernel_k_function.hh"
#include "svt_check/RequireStData.hh"
#include "SVMBase.icc"
Include dependency graph for SVMBase.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  svt::SVMBase< KF >
 The SVMBase class is the the base class for all SVM's. More...
 
struct  svt::SVMBase< KF >::Traits< FV >
 

Namespaces

 svt
 

Variables

static const float svt::CACHE_SIZE_MB_DEFAULT = 40
 
static const bool svt::SHRINKING_FLAG_DEFAULT = true
 
static const double svt::TERMINATION_EPSILON_DEFAULT = 0.001