|
ModErn Text Analysis
META Enumerates Textual Applications
|
#include <cmath>#include "classify/kernel/polynomial.h"#include "meta.h"#include "classify/kernel/sigmoid.tcc"Go to the source code of this file.
Classes | |
| class | meta::classify::kernel::sigmoid |
| A sigmoid kernel function for a linear classifier to adapt it to data that is not linearly separable. 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. | |
| meta::classify::kernel | |
| Kernel functions for linear classifiers. | |
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