#include <feature.h>
|
static void | readGroups (int totalAttr, const std::vector< std::string > &attrVec, FeatureIndex::Groups &group, FeatureIndex::GroupTokens &groupTokensDlm, FeatureIndex::GroupTokens &groupTokensQgm, FeatureIndex::Cluster &cluster, std::vector< int > &keyLength, const std::string &defaultICVDir="") |
|
static void | readFeatures (ui &numFeatures, Rule *&featureNames, std::vector< std::string > &nameCopy, const std::string &defaultFeatureNamesDir="") |
|
static void | extractFeatures4Matching (int isInterchangeable, bool flagConsistent, int totalTable, const FeatureArguments *attrs, const std::string &defaultFeatureVecDir="", const std::string &defaultResTableName="", const std::string &defaultICVDir="", const std::string &defeaultFeatureNamesDir="") |
|
static void | extractFeatures4TopK (int isInterchangeable, bool flagConsistent, int totalTable, const FeatureArguments *attrs, const std::string &defaultFeatureVecDir="", const std::string &defaultICVDir="", const std::string &defaultFeatureNamesDir="") |
|
◆ FeatureEngineering() [1/3]
FeatureEngineering::FeatureEngineering |
( |
| ) |
|
|
default |
◆ ~FeatureEngineering()
FeatureEngineering::~FeatureEngineering |
( |
| ) |
|
|
default |
◆ FeatureEngineering() [2/3]
◆ FeatureEngineering() [3/3]
◆ extractFeatures4Matching()
void FeatureEngineering::extractFeatures4Matching |
( |
int | isInterchangeable, |
|
|
bool | flagConsistent, |
|
|
int | totalTable, |
|
|
const FeatureArguments * | attrs, |
|
|
const std::string & | defaultFeatureVecDir = "", |
|
|
const std::string & | defaultResTableName = "", |
|
|
const std::string & | defaultICVDir = "", |
|
|
const std::string & | defeaultFeatureNamesDir = "" ) |
|
static |
◆ extractFeatures4TopK()
void FeatureEngineering::extractFeatures4TopK |
( |
int | isInterchangeable, |
|
|
bool | flagConsistent, |
|
|
int | totalTable, |
|
|
const FeatureArguments * | attrs, |
|
|
const std::string & | defaultFeatureVecDir = "", |
|
|
const std::string & | defaultICVDir = "", |
|
|
const std::string & | defaultFeatureNamesDir = "" ) |
|
static |
◆ readFeatures()
void FeatureEngineering::readFeatures |
( |
ui & | numFeatures, |
|
|
Rule *& | featureNames, |
|
|
std::vector< std::string > & | nameCopy, |
|
|
const std::string & | defaultFeatureNamesDir = "" ) |
|
static |
◆ readGroups()
The documentation for this class was generated from the following files: