ModErn Text Analysis
META Enumerates Textual Applications
meta::classify::sgd Member List

This is the complete list of members for meta::classify::sgd, including all inherited members.

alpha_meta::classify::sgdprivate
bias_meta::classify::sgdprivate
bias_weight_meta::classify::sgdprivate
binary_classifier(std::shared_ptr< index::forward_index > idx, class_label positive, class_label negative)meta::classify::binary_classifier
classifier(std::shared_ptr< index::forward_index > idx)meta::classify::classifier
classify(doc_id d_id) finalmeta::classify::binary_classifiervirtual
coeff_meta::classify::sgdprivate
counts_t typedefmeta::classify::sgdprivate
cross_validate(const std::vector< doc_id > &input_docs, size_t k, bool even_split=false, int seed=1)meta::classify::classifiervirtual
default_alphameta::classify::sgdstatic
default_biasmeta::classify::sgdstatic
default_gammameta::classify::sgdstatic
default_lambdameta::classify::sgdstatic
default_max_itermeta::classify::sgdstatic
gamma_meta::classify::sgdprivate
idmeta::classify::sgdstatic
idx_meta::classify::classifierprotected
lambda_meta::classify::sgdprivate
loss_meta::classify::sgdprivate
max_iter_meta::classify::sgdprivate
negative_label() const meta::classify::binary_classifier
positive_label() const meta::classify::binary_classifier
predict(doc_id d_id) const meta::classify::sgdvirtual
predict(const counts_t &doc) const meta::classify::sgdprivate
reset() overridemeta::classify::sgdvirtual
sgd(const std::string &prefix, std::shared_ptr< index::forward_index > idx, class_label positive, class_label negative, std::unique_ptr< loss::loss_function > loss, double alpha=default_alpha, double gamma=default_gamma, double bias=default_bias, double lambda=default_lambda, size_t max_iter=default_max_iter)meta::classify::sgd
test(const std::vector< doc_id > &docs)meta::classify::classifiervirtual
train(const std::vector< doc_id > &docs) overridemeta::classify::sgdvirtual
weights_meta::classify::sgdprivate