ModErn Text Analysis
META Enumerates Textual Applications
Namespaces | Functions
one_vs_all.cpp File Reference
#include "classify/binary_classifier_factory.h"
#include "classify/classifier/one_vs_all.h"
#include "parallel/parallel_for.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< one_vs_all > (const cpptoml::table &, std::shared_ptr< index::forward_index >)
 Specialization of the factory method used to create one_vs_all classifiers.
 

Detailed Description

Author
Chase Geigle