SNAP Library 4.0, Developer Reference  2017-07-27 13:18:06
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
sim.h
Go to the documentation of this file.
1 
2 #ifndef SIM_H
3 
4 //#include <iostream>
5 //#include <fstream>
6 //#include <string>
7 //#include "Snap.h"
8 //#include <stdlib.h>
9 //#include <time.h>
10 //#include <unistd.h>
11 //using namespace std;
12 
13 PNGraph GetBiGraph(PTable P, int index_col_1, int index_col_2);
14 PNEANet KNNJaccard(PNGraph Graph,int K);
15 #ifdef GCC_ATOMIC
17 #endif
18 
19 #endif
PNGraph GetBiGraph(PTable P, int index_col_1, int index_col_2)
Definition: sim.cpp:73
PNEANet KNNJaccard(PNGraph Graph, int K)
Definition: sim.cpp:183
PNEANet KNNJaccardParallel(PNGraph Graph, int K)
Definition: sim.cpp:80