#include <cal_feature.h>
|
typedef double(*) | SetJoinFunc(const std::vector< std::string > &, const std::vector< std::string > &) |
|
typedef double(*) | StringJoinFunc(const std::string &, const std::string &) |
|
|
static void | calAll (int numFeatures, Rule *featureNames, const std::vector< std::string > &attrVec, const Table &resTable, std::vector< std::vector< double > > &featureValues, const FeatureIndex::Groups &group, const FeatureIndex::GroupTokens &groupTokensDlm, const FeatureIndex::GroupTokens &groupTokensQgm, const FeatureIndex::Cluster &cluster, const std::vector< int > &featureLength, bool flagConsistent, bool isTopK) |
|
static void | calAllWithoutInterchangeable (int numFeatures, Rule *featureNames, const std::vector< std::string > &attrVec, const Table &resTable, std::vector< std::vector< double > > &featureValues, const std::vector< int > &featureLength, bool isTopK) |
|
◆ SetJoinFunc
double(*) CalculateFeature::SetJoinFunc(const std::vector< std::string > &, const std::vector< std::string > &) |
◆ StringJoinFunc
double(*) CalculateFeature::StringJoinFunc(const std::string &, const std::string &) |
◆ CalculateFeature() [1/3]
CalculateFeature::CalculateFeature |
( |
| ) |
|
|
default |
◆ ~CalculateFeature()
CalculateFeature::~CalculateFeature |
( |
| ) |
|
|
default |
◆ CalculateFeature() [2/3]
◆ CalculateFeature() [3/3]
◆ calAll()
void CalculateFeature::calAll |
( |
int | numFeatures, |
|
|
Rule * | featureNames, |
|
|
const std::vector< std::string > & | attrVec, |
|
|
const Table & | resTable, |
|
|
std::vector< std::vector< double > > & | featureValues, |
|
|
const FeatureIndex::Groups & | group, |
|
|
const FeatureIndex::GroupTokens & | groupTokensDlm, |
|
|
const FeatureIndex::GroupTokens & | groupTokensQgm, |
|
|
const FeatureIndex::Cluster & | cluster, |
|
|
const std::vector< int > & | featureLength, |
|
|
bool | flagConsistent, |
|
|
bool | isTopK ) |
|
static |
◆ calAllWithoutInterchangeable()
void CalculateFeature::calAllWithoutInterchangeable |
( |
int | numFeatures, |
|
|
Rule * | featureNames, |
|
|
const std::vector< std::string > & | attrVec, |
|
|
const Table & | resTable, |
|
|
std::vector< std::vector< double > > & | featureValues, |
|
|
const std::vector< int > & | featureLength, |
|
|
bool | isTopK ) |
|
static |
◆ index
The documentation for this class was generated from the following files: