![]() |
KSquare Utilities
|
#include "FirstIncludes.h"#include <ctype.h>#include <time.h>#include <string>#include <iostream>#include <fstream>#include <math.h>#include <vector>#include "MemoryDebug.h"#include "KKBaseTypes.h"#include "DateTime.h"#include "KKException.h"#include "OSservices.h"#include "RunLog.h"#include "KKStr.h"#include "FeatureVector.h"#include "ClassProb.h"#include "DuplicateImages.h"#include "FeatureNumList.h"#include "FeatureFileIO.h"#include "MLClass.h"Go to the source code of this file.
Functions | |
| KKStr | GetClassNameByHierarchyLevel (KKStr className, kkint32 level) |
| void | SplitImagesAmongstFolds (kkint32 numOfFolds, kkint32 maxImagesPerClass, FeatureVectorListPtr *folds, FeatureVectorListPtr src) |
Definition at line 1770 of file FeatureVector.cpp.
References KKB::KKStr::Concat(), KKB::KKStr::Empty(), KKB::KKStr::ExtractToken(), and KKB::KKStr::operator=().
| void SplitImagesAmongstFolds | ( | kkint32 | numOfFolds, |
| kkint32 | maxImagesPerClass, | ||
| FeatureVectorListPtr * | folds, | ||
| FeatureVectorListPtr | src | ||
| ) |
Definition at line 1268 of file FeatureVector.cpp.
Referenced by KKMLL::FeatureVectorList::StratifyAmoungstClasses().