ModErn Text Analysis
META Enumerates Textual Applications
Namespaces | Functions
knn.cpp File Reference
#include <vector>
#include <unordered_map>
#include "cpptoml.h"
#include "classify/classifier/knn.h"
#include "corpus/document.h"
#include "index/postings_data.h"
#include "index/ranker/ranker_factory.h"

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_multi_index_classifier< knn > (const cpptoml::table &, std::shared_ptr< index::forward_index >, std::shared_ptr< index::inverted_index >)
 Specialization of the factory method used to create knn classifiers.
 

Detailed Description

Author
Sean Massung