|
ModErn Text Analysis
META Enumerates Textual Applications
|
#include <algorithm>#include <random>#include <vector>#include "logging/logger.h"#include "meta.h"Go to the source code of this file.
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<class Index , class Classifier > | |
| void | meta::classify::batch_train (Index &idx, Classifier &cls, const std::vector< doc_id > &training_set, uint64_t batch_size) |
| This trains a classifier in an online fashion, using batches of size batch_size from the training_set. 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.
1.8.9.1