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
|
#include <temporalmotifs.h>
Inherits StarTriad3TEdgeCounter< StarEdgeData >.
Public Member Functions | |
ThreeTEdgeStarCounter (int max_nodes) | |
int | PreCount (int dir1, int dir2, int dir3) |
int | PosCount (int dir1, int dir2, int dir3) |
int | MidCount (int dir1, int dir2, int dir3) |
Public Member Functions inherited from StarTriad3TEdgeCounter< StarEdgeData > | |
StarTriad3TEdgeCounter () | |
void | Count (const TVec< StarEdgeData > &events, const TIntV ×tamps, double delta) |
Protected Member Functions | |
void | InitializeCounters () |
void | PopPre (const StarEdgeData &event) |
void | PopPos (const StarEdgeData &event) |
void | PushPre (const StarEdgeData &event) |
void | PushPos (const StarEdgeData &event) |
void | ProcessCurrent (const StarEdgeData &event) |
Private Attributes | |
int | max_nodes_ |
Counter2D | pre_sum_ |
Counter2D | pos_sum_ |
Counter2D | mid_sum_ |
Counter3D | pre_counts_ |
Counter3D | pos_counts_ |
Counter3D | mid_counts_ |
Counter2D | pre_nodes_ |
Counter2D | pos_nodes_ |
Definition at line 235 of file temporalmotifs.h.
|
inline |
Definition at line 240 of file temporalmotifs.h.
|
protectedvirtual |
Implements StarTriad3TEdgeCounter< StarEdgeData >.
Definition at line 635 of file temporalmotifs.cpp.
|
inline |
Definition at line 245 of file temporalmotifs.h.
|
protectedvirtual |
Implements StarTriad3TEdgeCounter< StarEdgeData >.
Definition at line 653 of file temporalmotifs.cpp.
|
protectedvirtual |
Implements StarTriad3TEdgeCounter< StarEdgeData >.
Definition at line 646 of file temporalmotifs.cpp.
|
inline |
Definition at line 244 of file temporalmotifs.h.
|
inline |
Definition at line 243 of file temporalmotifs.h.
|
protectedvirtual |
Implements StarTriad3TEdgeCounter< StarEdgeData >.
Definition at line 674 of file temporalmotifs.cpp.
|
protectedvirtual |
Implements StarTriad3TEdgeCounter< StarEdgeData >.
Definition at line 667 of file temporalmotifs.cpp.
|
protectedvirtual |
Implements StarTriad3TEdgeCounter< StarEdgeData >.
Definition at line 660 of file temporalmotifs.cpp.
|
private |
Definition at line 256 of file temporalmotifs.h.
|
private |
Definition at line 262 of file temporalmotifs.h.
|
private |
Definition at line 259 of file temporalmotifs.h.
|
private |
Definition at line 261 of file temporalmotifs.h.
|
private |
Definition at line 264 of file temporalmotifs.h.
|
private |
Definition at line 258 of file temporalmotifs.h.
|
private |
Definition at line 260 of file temporalmotifs.h.
|
private |
Definition at line 263 of file temporalmotifs.h.
|
private |
Definition at line 257 of file temporalmotifs.h.