ModErn Text Analysis
META Enumerates Textual Applications
|
Go to the source code of this file.
Classes | |
class | meta::classify::binary_classifier_factory |
Factory that is responsible for creating binary classifiers from configuration files. More... | |
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< binary_classifier > | meta::classify::make_binary_classifier (const cpptoml::table &config, std::shared_ptr< index::forward_index > idx, class_label positive, class_label negative) |
(Non-template): Convenience method for creating a binary classifier using the factory. More... | |
template<class Classifier > | |
void | meta::classify::register_binary_classifier () |
Registration method for binary classifiers. More... | |
All files in META are dual-licensed under the MIT and NCSA licenses. For more details, consult the file LICENSE.mit and LICENSE.ncsa in the root of the project.