|
ModErn Text Analysis
META Enumerates Textual Applications
|
#include <istream>#include <ostream>#include <unordered_map>#include "meta.h"#include "util/sparse_vector.h"#include "classify/models/linear_model.tcc"Go to the source code of this file.
Classes | |
| class | meta::classify::linear_model_exception |
| Exception thrown during interactions with linear_models. More... | |
| class | meta::classify::linear_model< FeatureId, FeatureValue, ClassId > |
| A storage class for multiclass linear classifier models. 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. | |
All files in META are released under the MIT license. For more details, consult the file LICENSE in the root of the project.
1.8.9.1