SNAP Library 6.0, User Reference
2020-12-09 16:24:20
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
Main Page
Namespaces
Classes
Files
File List
File Members
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
16
PNEANet
KNNJaccardParallel
(
PNGraph
Graph,
int
K);
17
#endif
18
19
#endif
GetBiGraph
PNGraph GetBiGraph(PTable P, int index_col_1, int index_col_2)
Definition:
sim.cpp:73
KNNJaccard
PNEANet KNNJaccard(PNGraph Graph, int K)
Definition:
sim.cpp:183
TPt
Definition:
bd.h:196
KNNJaccardParallel
PNEANet KNNJaccardParallel(PNGraph Graph, int K)
Definition:
sim.cpp:80
snap-core
sim.h
Generated on Wed Dec 9 2020 16:31:49 for SNAP Library 6.0, User Reference by
1.8.10