ModErn Text Analysis
META Enumerates Textual Applications
Classes | Namespaces | Functions
svm_wrapper.h File Reference
#include <unordered_map>
#include "classify/classifier_factory.h"
#include "classify/classifier/classifier.h"
#include "index/forward_index.h"
#include "meta.h"

Go to the source code of this file.

Classes

class  meta::classify::svm_wrapper
 Wrapper class for liblinear (http://www.csie.ntu.edu.tw/~cjlin/liblinear/) and libsvm (http://www.csie.ntu.edu.tw/~cjlin/libsvm/) implementation of support vector machine classification. 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

template<>
std::unique_ptr< classifier > meta::classify::make_classifier< svm_wrapper > (const cpptoml::table &, std::shared_ptr< index::forward_index >)
 Specialization of the factory method used for creating svm_wrapper classifiers.
 

Detailed Description

Author
Sean Massung

All files in META are released under the MIT license. For more details, consult the file LICENSE in the root of the project.