ModErn Text Analysis
META Enumerates Textual Applications
Namespaces | Functions
model.h File Reference
#include "graph/undirected_graph.h"
#include "graph/directed_graph.h"
#include "graph/algorithms/model.tcc"

Go to the source code of this file.

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

All files in META are dual-licensed under the MIT and NCSA licenses. For more details, consult the file LICENSE.mit and LICENSE.ncsa in the root of the project.