All Distance Sketch  0.1
All distance sketch based algorithms
Classes | Namespaces | Typedefs | Functions
t_skim.h File Reference

Contains all TSkim influence maximization algorithms. More...

#include "./sketch_calculation.h"
#include "../sketch/graph_sketch.h"
#include "../graph/graph.h"
#include "./reverse_rank.h"
#include "../proto/cover.pb.h"

Go to the source code of this file.

Classes

struct  all_distance_sketch::SeedCover_t
 Single seed information. More...
 
class  all_distance_sketch::Cover
 Cover extracted by the influence maximization algorithms. More...
 

Namespaces

 all_distance_sketch
 

Typedefs

typedef proto::SeedInfoGpb all_distance_sketch::SeedInfoGpb
 
typedef proto::CoverGpb all_distance_sketch::CoverGpb
 
typedef struct all_distance_sketch::SeedCover_t all_distance_sketch::SeedCover
 Single seed information. More...
 

Functions

int all_distance_sketch::random_gen_func (int i)
 
bool all_distance_sketch::cmp (const std::pair< int, int > &p1, const std::pair< int, int > &p2)
 

Detailed Description

Contains all TSkim influence maximization algorithms.