ThunderSVM
ThunderSVM: An Open-Source SVM Library on GPUs and CPUs
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CCMDParserCommand-line parser
 CCSMOSolverC-SMO solver for SVC, SVR and OneClassSVC
 CNuSMOSolverNu-SMO solver for NuSVC, NuSVR
 CDataSetDataset reader
 CKernelMatrixThe management class of kernel values
 CLoggable
 CSyncArray< T >Wrapper of SyncMem with a type
 CSyncArray< float_type >
 CSyncArray< int >
 CMetricMetric for evaluation model
 CAccuracyAccuracy
 CMSEMean Squared Error
 CDataSet::node
 CSvmModelAbstract class for different SVM models
 COneClassSVCSupport Vector Machine for outlier detection (density estimation)
 CSVCSupport Vector Machine for classification
 CNuSVCNu-Support Vector Machine for classification
 CSVRSupport Vector Machine for regression
 CNuSVRSupport Vector Machine for regression
 CSvmParamParams for ThunderSVM
 Cthunder::SyncMemAuto-synced memory for CPU and GPU