![]() |
fastText
d00d36476b15
Fast text processing tool/library
|
This is the complete list of members for fasttext::Model, including all inherited members.
args_ | fasttext::Model | private |
binaryLogistic(int32_t, bool, real) | fasttext::Model | |
buildTree(const std::vector< int64_t > &) | fasttext::Model | |
codes | fasttext::Model | private |
comparePairs(const std::pair< real, int32_t > &, const std::pair< real, int32_t > &) | fasttext::Model | privatestatic |
computeHidden(const std::vector< int32_t > &, Vector &) const | fasttext::Model | |
computeOutputSoftmax(Vector &, Vector &) const | fasttext::Model | |
computeOutputSoftmax() | fasttext::Model | |
dfs(int32_t, int32_t, real, std::vector< std::pair< real, int32_t >> &, Vector &) const | fasttext::Model | |
findKBest(int32_t, std::vector< std::pair< real, int32_t >> &, Vector &, Vector &) const | fasttext::Model | |
getLoss() const | fasttext::Model | |
getNegative(int32_t target) | fasttext::Model | private |
grad_ | fasttext::Model | private |
hidden_ | fasttext::Model | private |
hierarchicalSoftmax(int32_t, real) | fasttext::Model | |
hsz_ | fasttext::Model | private |
initLog() | fasttext::Model | private |
initSigmoid() | fasttext::Model | private |
initTableNegatives(const std::vector< int64_t > &) | fasttext::Model | |
log(real) const | fasttext::Model | |
loss_ | fasttext::Model | private |
Model(std::shared_ptr< Matrix >, std::shared_ptr< Matrix >, std::shared_ptr< Args >, int32_t) | fasttext::Model | |
NEGATIVE_TABLE_SIZE | fasttext::Model | privatestatic |
negatives | fasttext::Model | private |
negativeSampling(int32_t, real) | fasttext::Model | |
negpos | fasttext::Model | private |
nexamples_ | fasttext::Model | private |
osz_ | fasttext::Model | private |
output_ | fasttext::Model | private |
paths | fasttext::Model | private |
predict(const std::vector< int32_t > &, int32_t, std::vector< std::pair< real, int32_t >> &, Vector &, Vector &) const | fasttext::Model | |
predict(const std::vector< int32_t > &, int32_t, std::vector< std::pair< real, int32_t >> &) | fasttext::Model | |
quant_ | fasttext::Model | |
qwi_ | fasttext::Model | private |
qwo_ | fasttext::Model | private |
rng | fasttext::Model | |
setQuantizePointer(std::shared_ptr< QMatrix >, std::shared_ptr< QMatrix >, bool) | fasttext::Model | |
setTargetCounts(const std::vector< int64_t > &) | fasttext::Model | |
sigmoid(real) const | fasttext::Model | |
softmax(int32_t, real) | fasttext::Model | |
t_log | fasttext::Model | private |
t_sigmoid | fasttext::Model | private |
tree | fasttext::Model | private |
update(const std::vector< int32_t > &, int32_t, real) | fasttext::Model | |
wi_ | fasttext::Model | private |
wo_ | fasttext::Model | private |
~Model() | fasttext::Model |