CSvmTrainer.h File Reference

Go to the source code of this file.

Classes

class  shark::CSvmTrainer< InputType, CacheType >
 Training of C-SVMs for binary classification. More...
 
class  shark::LinearCSvmTrainer< InputType >
 
class  shark::SquaredHingeCSvmTrainer< InputType, CacheType >
 
class  shark::SquaredHingeLinearCSvmTrainer< InputType >
 

Namespaces

 shark
 AbstractMultiObjectiveOptimizer.
 

Enumerations

enum  shark::McSvm {
  shark::McSvm::WW, shark::McSvm::CS, shark::McSvm::LLW, shark::McSvm::ATM,
  shark::McSvm::ATS, shark::McSvm::ADM, shark::McSvm::OVA, shark::McSvm::MMR,
  shark::McSvm::ReinforcedSvm
}