SNAP Library 4.1, Developer Reference
2018-07-26 16:30:42
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
Main Page
Namespaces
Classes
Files
File List
File Members
•
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
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< TNGraph >
KNNJaccardParallel
PNEANet KNNJaccardParallel(PNGraph Graph, int K)
Definition:
sim.cpp:80
snap-core
sim.h
Generated on Thu Jul 26 2018 16:30:47 for SNAP Library 4.1, Developer Reference by
1.8.7