![]() |
KSquare Utilities
|
#include "FirstIncludes.h"#include <stdio.h>#include <string>#include <iostream>#include <fstream>#include <math.h>#include <vector>#include <sstream>#include <iomanip>#include <set>#include "MemoryDebug.h"#include "GlobalGoalKeeper.h"#include "KKBaseTypes.h"#include "KKException.h"#include "KKStr.h"#include "OSservices.h"#include "RunLog.h"#include "XmlStream.h"#include "SVMModel.h"#include "KKMLLTypes.h"#include "BinaryClassParms.h"#include "FeatureEncoder.h"#include "FeatureNumList.h"#include "FeatureVector.h"#include "SvmWrapper.h"Go to the source code of this file.
Namespaces | |
| KKMLL | |
| Namespace for all K^2 Machine Learning code. | |
Functions | |
| double | AdjProb (double prob) |
| template<class T > | |
| void | GetMaxIndex (T *vote, kkint32 voteLength, kkint32 &maxIndex1, kkint32 &maxIndex2) |
| bool | KKMLL::PairCompareOperator (ProbNamePair l, ProbNamePair r) |
| double AdjProb | ( | double | prob | ) |
Definition at line 105 of file SVMModel.cpp.
Referenced by KKMLL::SVMModel::FindWorstSupportVectors(), and KKMLL::SVMModel::FindWorstSupportVectors2().
| void GetMaxIndex | ( | T * | vote, |
| kkint32 | voteLength, | ||
| kkint32 & | maxIndex1, | ||
| kkint32 & | maxIndex2 | ||
| ) |
Definition at line 39 of file SVMModel.cpp.