ModErn Text Analysis
META Enumerates Textual Applications
Namespaces | Functions
sgd.cpp File Reference
#include <numeric>
#include <random>
#include "classify/classifier/sgd.h"
#include "classify/loss/loss_function_factory.h"
#include "index/postings_data.h"

Namespaces

 meta
 The ModErn Text Analysis toolkit is a suite of natural language processing, classification, information retreival, data mining, and other applications of text processing.
 
 meta::classify
 Algorithms for feature selection, KNN search, and confusion matrices.
 

Functions

template<>
std::unique_ptr< binary_classifier > meta::classify::make_binary_classifier< sgd > (const cpptoml::table &config, std::shared_ptr< index::forward_index > idx, class_label positive, class_label negative)
 Specialization of the factory method used to create sgd classifiers.
 

Detailed Description

Author
Chase Geigle