Struct RandomMaximumSpanningForest::weightedEdge

Nested Relationships

This struct is a nested type of Class RandomMaximumSpanningForest.

Struct Documentation

struct weightedEdge

Public Functions

inline bool operator>(const weightedEdge &other) const
inline weightedEdge(node u, node v, double attribute, edgeid eid = 0)

Public Members

double attribute
node u
node v
edgeid eid
index rand