/// TSnap::GetClustCf
Considers the graph as undirected.
///

/// TSnap::GetClustCf1
Considers the graph as undirected.
@param DegToCCfV Vector of pairs (degree, avg. clustering coefficient of nodes of that degree).
@param SampleNodes If !=-1 then compute clustering coefficient only for a random sample of SampleNodes nodes. Useful for approximate but quick computations.
///

/// TSnap::GetClustCf2
Considers the graph as undirected.
@param DegToCCfV Vector of pairs (degree, avg. clustering coefficient of nodes of that degree).
@param ClosedTriads On return contains the number of closed triads.
@param OpenTriads On return contains the number of open triads.
@param SampleNodes If !=-1 then compute clustering coefficient only for a random sample of SampleNodes nodes. Useful for approximate but quick computations.
///

/// TSnap::GetClustCfAll
Considers the graph as undirected.
This function is a duplicate. It is required by Snap.py.
@param DegToCCfV Vector of pairs (degree, avg. clustering coefficient of nodes of that degree).
@param ClosedTriads On return contains the number of closed triads.
@param OpenTriads On return contains the number of open triads.
@param SampleNodes If !=-1 then compute clustering coefficient only for a random sample of SampleNodes nodes. Useful for approximate but quick computations.
///

/// TSnap::GetNodeClustCf
Considers the graph as undirected.
///

/// TSnap::GetTriads
The function returns the number of unique triples of connected nodes (regardless of the number of edges between each pair of nodes).
In other words, the function consideres the Graph as a simple undirected graph.
@param SampleNodes If !=-1 then compute triads only for a random sample of SampleNodes nodes. Useful for approximate but quick computations.
///

/// TSnap::GetTriads1
Considers the graph as undirected.
@param SampleNodes If !=-1 then compute triads only for a random sample of SampleNodes nodes. Useful for approximate but quick computations.
///

/// TSnap::GetTriadsAll
Considers the graph as undirected.
This function is a duplicate. It is required by Snap.py.
@param SampleNodes If !=-1 then compute triads only for a random sample of SampleNodes nodes. Useful for approximate but quick computations.
///

/// TSnap::GetTriads2
Considers the graph as undirected.
@param NIdCOTriadV Triple (node id, open triads: number of pairs of node's neighbors that are not connected, closed triads: number of pairs of node's neighbors that are connected between themselves).
@param SampleNodes If !=-1 then compute triads only for a random sample of SampleNodes nodes. Useful for approximate but quick computations.
///

/// TSnap::GetTriadEdges
Considers the graph as undirected.
@param SampleNodes If !=-1 then compute triads only for a random sample of SampleNodes nodes. Useful for approximate but quick computations.
///

/// TSnap::GetNodeTriads
Considers the graph as undirected.
@param Graph Input graph
@param NId Input node
///

/// TSnap::GetNodeTriads1
Considers the graph as undirected.
@param Graph Input graph
@param NId Input node
@param ClosedNTriadsX On return contains the number of closed triads.
@param OpenNTriadsX On return contains the number of open triads.
///

/// TSnap::GetNodeTriadsAll
Considers the graph as undirected.
This function is a duplicate. It is required by Snap.py.
@param Graph Input graph
@param NId Input node
@param ClosedNTriadsX On return contains the number of closed triads.
@param OpenNTriadsX On return contains the number of open triads.
///

/// TSnap::GetNodeTriads3
Considers the graph as undirected.
@param Graph Input graph
@param NId Input node
@param GroupSet Input set with node neighbors
@param InGroupEdgesX On return contains the number of triads (NId, G1, G2), where G1 and G2 are in GroupSet.
@param InOutGroupEdgesX On return contains the number of triads (NId, G1, O1), where G1 is in GroupSet and O1 not in GroupSet.
@param OutGroupEdgesX On return contains the number of triads (NId, O1, O2), where O1 and O2 are not in GroupSet.
///

/// TSnap::GetTriadParticip
Considers the graph as undirected.
///

/// TSnap::GetLen2Paths
NbrV intermediary stores nodes U.
///

