#include "ClassAssignments.h"
#include "FeatureNumList.h"
#include "FileDesc.h"
#include "KKStr.h"
#include "MLClass.h"
#include "RunLog.h"
#include "svm.h"
Go to the source code of this file.
|
| | KKMLL |
| | Namespace for all K^2 Machine Learning code.
|
| |
|
| enum | KKMLL::SVM_EncodingMethod : int { KKMLL::SVM_EncodingMethod::Null,
KKMLL::SVM_EncodingMethod::NoEncoding,
KKMLL::SVM_EncodingMethod::Binary,
KKMLL::SVM_EncodingMethod::Scaled
} |
| |
| enum | KKMLL::SVM_KernalType : int { KKMLL::SVM_KernalType::Null,
KKMLL::SVM_KernalType::Linear,
KKMLL::SVM_KernalType::Polynomial,
KKMLL::SVM_KernalType::RBF
} |
| |
| enum | KKMLL::SVM_MachineType : int {
KKMLL::SVM_MachineType::Null,
KKMLL::SVM_MachineType::OneVsOne,
KKMLL::SVM_MachineType::OneVsAll,
KKMLL::SVM_MachineType::BinaryCombos,
KKMLL::SVM_MachineType::BoostSVM
} |
| |
| enum | KKMLL::SVM_SelectionMethod : int { KKMLL::SVM_SelectionMethod::Null,
KKMLL::SVM_SelectionMethod::Voting,
KKMLL::SVM_SelectionMethod::Probability
} |
| |