ModErn Text Analysis
META Enumerates Textual Applications
Namespaces | Functions
classifier_factory.cpp File Reference
#include "cpptoml.h"
#include "classify/classifier/all.h"
#include "classify/classifier_factory.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

std::unique_ptr< classifier > meta::classify::make_classifier (const cpptoml::table &config, std::shared_ptr< index::forward_index > idx, std::shared_ptr< index::inverted_index > inv_idx=nullptr)
 Convenience method for creating a classifier using the factory. More...
 

Detailed Description

Author
Chase Geigle