Skip to content

CXLeidenSessionCreate

function

Back to Helios Network Native C API

Kind
function
Source
src/native/include/helios/CXNetwork.h:949

Description

Creates a steppable Leiden session. The network topology and relevant edge weight attribute must not change while the session is active. Returns NULL on failure.

Signature

CX_EXTERN CXLeidenSessionRef CXLeidenSessionCreate( CXNetworkRef network, const CXString edgeWeightAttribute, double resolution, uint32_t seed, CXSize maxLevels, CXSize maxPasses );