This is the complete list of members for FeatureUtils, including all inherited members.
absoluteNorm(const std::string &s1, const std::string &s2) | FeatureUtils | static |
cosine(const std::vector< std::string > &v1, const std::vector< std::string > &v2) | FeatureUtils | static |
cosine(const std::vector< std::string > &v1, const std::vector< std::string > &v2, int ovlp) | FeatureUtils | static |
delims | FeatureUtils | static |
dice(const std::vector< std::string > &v1, const std::vector< std::string > &v2) | FeatureUtils | static |
dice(const std::vector< std::string > &v1, const std::vector< std::string > &v2, int ovlp) | FeatureUtils | static |
exactMatch(const std::string &s1, const std::string &s2) | FeatureUtils | static |
FeatureUtils()=default | FeatureUtils | |
FeatureUtils(const FeatureUtils &other)=delete | FeatureUtils | |
FeatureUtils(FeatureUtils &&other)=delete | FeatureUtils | |
jaccard(const std::vector< std::string > &v1, const std::vector< std::string > &v2) | FeatureUtils | static |
jaccard(const std::vector< std::string > &v1, const std::vector< std::string > &v2, int ovlp) | FeatureUtils | static |
levDist(const std::string &v1, const std::string &v2) | FeatureUtils | static |
NaN | FeatureUtils | static |
overlap(const std::vector< std::string > &v1, const std::vector< std::string > &v2) | FeatureUtils | static |
overlapCoeff(const std::vector< std::string > &v1, const std::vector< std::string > &v2) | FeatureUtils | static |
overlapCoeff(const std::vector< std::string > &v1, const std::vector< std::string > &v2, int ovlp) | FeatureUtils | static |
overlapD(const std::vector< std::string > &v1, const std::vector< std::string > &v2) | FeatureUtils | static |
stringSplit(std::string str, char delim, std::vector< std::string > &res) | FeatureUtils | static |
tokenize(const std::string &str, TokenizerType type, std::vector< std::string > &tokens) | FeatureUtils | static |
tripletMin(int a, int b, int c) | FeatureUtils | static |
~FeatureUtils()=default | FeatureUtils |