SNAP Library 6.0, Developer Reference  2020-12-09 16:24:20
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
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
Definition: bd.h:196
PNEANet KNNJaccardParallel(PNGraph Graph, int K)
Definition: sim.cpp:80