iRoCS Toolbox
1.1.0
|
#include <config.hh>
#include <map>
#include <set>
#include <string>
#include <vector>
#include "svm_defines.hh"
#include "SVMError.hh"
#include "ProgressReporter.hh"
#include "svt_check/RequireHelpers.hh"
#include "svt_check/RequireStData.hh"
#include "svt_check/RequireLoadSaveParameters.hh"
#include "svt_check/RequireNameDescriptionParamInfos.hh"
#include "svt_check/RequireFeatureVectorUniqueID.hh"
#include "svt_check/RequireKernel_k_function.hh"
#include "Kernel_SCALE.icc"
Go to the source code of this file.
Data Structures | |
class | svt::Kernel_SCALE< KERNEL > |
The Kernel_SCALE class provides a wrapper for other kernel classes , that scales the feature vectors, before they are passed to the wrapped kernel. More... | |
class | svt::ScaleComponentsMismatch |
class | svt::UnknownScaleAlgorithm |
Namespaces | |
svt | |