ModErn Text Analysis
META Enumerates Textual Applications
Namespaces | Functions
model.tcc File Reference
#include <random>
#include "util/progress.h"
#include "stats/multinomial.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::graph
 Contains implementations of the graph data structure and algorithms that operate over them.
 

Functions

template<class Graph >
void meta::graph::algorithms::random_graph (Graph &g, uint64_t num_nodes, uint64_t num_edges)
 
template<class Graph >
void meta::graph::algorithms::watts_strogatz (Graph &g, uint64_t num_nodes, uint64_t num_neighbors, uint64_t num_random_edges)
 
template<class Graph >
void meta::graph::algorithms::preferential_attachment (Graph &g, uint64_t num_nodes, uint64_t node_edges, std::function< double(node_id)> attr=[](node_id){return 1.0;})
 

Detailed Description

Author
Sean Massung