• Parameters

    • graph: FOLD

      a FOLD object

    • Optional epsilon: number = EPSILON

      an optional epsilon

    Returns number[][]

    clusters_edges, the result is an array of clusters where each cluster contains a list of edge indices.

    Description

    Get similar edges, where "similarity" is defined geometrically, two similar edges have both of their vertices in the same place, order of vertices does not matter.