Enum GraphPostProcessing

Enum Documentation

enum n2::GraphPostProcessing

Graph merging heuristic.

Values:

enumerator SKIP = 0

Do not merge (recommended for large-scale data (over 10M)).

enumerator MERGE_LEVEL0 = 1

Performs an additional graph build in reverse order, then merges edges at level 0. So, it takes twice the build time compared to "skip" but shows slightly higher accuracy. (recommended for data under 10M scale).