NetworKit
Large-Scale Network Analysis
Get Started
Documentation
Features
News
Publications
NetworKit Day
Credits & References
Python Documentation
C++ Documentation
Page Hierarchy
Class Hierarchy
File Hierarchy
Full API
Namespaces
Classes and Structs
Enums
Functions
Variables
Defines
Typedefs
Directories
Pages
Jupyter Notebook
Developer Guide
Template Struct AttributizedEdge
¶
Defined in
File LocalSimilarityScore.hpp
Struct Documentation
¶
template
<
typename
T
>
struct
AttributizedEdge
¶
Public Functions
inline
AttributizedEdge
(
node
ego
,
node
alter
,
edgeid
eid
,
T
v
)
¶
inline
bool
operator
<
(
const
AttributizedEdge
<
T
>
&
other
)
const
¶
inline
bool
operator
>
(
const
AttributizedEdge
<
T
>
&
other
)
const
¶
inline
bool
operator
==
(
const
AttributizedEdge
<
T
>
&
other
)
const
¶
Public Members
node
ego
¶
node
alter
¶
edgeid
eid
¶
T
value
¶