iRoCS Toolbox
1.1.0
|
Data Structures | |
class | MinimalFeatureVector |
class | MinimalFeatureVectorStream |
class | MinimalLoadSaveParameters |
The MinimalLoadSaveParameters provides a minimal implementation that fulfills the svt_check::RequireLoadSaveParameters interface. More... | |
class | MinimalStData |
class | RequireFeatureVectorStream |
The RequireFeatureVectorStream class ensures, that your veature vector class provides a input/output stream. More... | |
class | RequireFeatureVectorUniqueID |
class | RequireForwardIter |
class | RequireKernel_k_function |
class | RequireLoadSaveParameters |
Ensure that TESTCLASS provides a loadParameters() and saveParamters() method. More... | |
class | RequireMinimalTCModel |
Ensure that TCMODEL provides minimal functions to be used With Multiclass-Algortithms. More... | |
class | RequireNameDescriptionParamInfos |
class | RequireSetProgressReporter |
Ensure that TESTCLASS provides a setProgressReporter() method. More... | |
class | RequireStData |
class | RequireStDataFVArray |
class | RequireSVMBasicClassification |
Ensure that SVM provides the methods calcClassificationCache() and classifyWithCache() More... | |
class | RequireSVMBasicTraining |
Ensure that SVM provides a typedef for a ModelType, a train( SVM_Problem, ModelType) More... | |
class | RequireSVMForCrossValidation |
Ensure that SVM provides a typedef for a ModelType, a train( SVM_Problem, ModelType) More... | |
class | RequireSVMKernelUpdateCache |
Ensure that SVM provides a kernel().updateCache( fv_begin, fv_end, progress) method. More... | |
Functions | |
template<typename T > | |
void | avoidUnunsedVariableWarning (const T &) |
std::ostream & | operator<< (std::ostream &os, const MinimalFeatureVectorStream &f) |
std::istream & | operator>> (std::istream &is, MinimalFeatureVectorStream &fv) |
|
inline |
Definition at line 68 of file MinimalFeatureVectorStream.hh.
|
inline |
Definition at line 74 of file MinimalFeatureVectorStream.hh.
void svt_check::avoidUnunsedVariableWarning | ( | const T & | ) |
Definition at line 66 of file RequireHelpers.hh.
Referenced by svt_check::MinimalLoadSaveParameters::loadParameters(), svt_check::MinimalLoadSaveParameters::saveParameters(), svt_check::RequireFeatureVectorStream< FV >::~RequireFeatureVectorStream(), svt_check::RequireFeatureVectorUniqueID< FV >::~RequireFeatureVectorUniqueID(), svt_check::RequireKernel_k_function< KERNEL, FV >::~RequireKernel_k_function(), svt_check::RequireLoadSaveParameters< TESTCLASS >::~RequireLoadSaveParameters(), svt_check::RequireMinimalTCModel< TCMODEL >::~RequireMinimalTCModel(), svt_check::RequireNameDescriptionParamInfos< TESTCLASS >::~RequireNameDescriptionParamInfos(), svt_check::RequireSetProgressReporter< TESTCLASS >::~RequireSetProgressReporter(), and svt_check::RequireSVMBasicClassification< SVM, FV >::~RequireSVMBasicClassification().