ModErn Text Analysis
META Enumerates Textual Applications
Namespaces | Functions
dual_perceptron.cpp File Reference
#include <numeric>
#include <random>
#include "classify/kernel/all.h"
#include "classify/classifier/dual_perceptron.h"
#include "index/postings_data.h"
#include "util/functional.h"
#include "util/printing.h"
#include "util/progress.h"
#include "utf/utf.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< classifier > meta::classify::make_classifier< dual_perceptron > (const cpptoml::table &, std::shared_ptr< index::forward_index >)
 Specialization of the factory function used to create dual_perceptrons.
 

Detailed Description

Author
Chase Geigle