Class IntersectingTriangleCount


  • public final class IntersectingTriangleCount
    extends org.neo4j.gds.Algorithm<IntersectingTriangleCount.TriangleCountResult>
    TriangleCount counts the number of triangles in the Graph as well as the number of triangles that passes through a node. This impl uses another approach where all the triangles can be calculated using set intersection methods of the graph itself. https://epubs.siam.org/doi/pdf/10.1137/1.9781611973198.1 http://www.cse.cuhk.edu.hk/~jcheng/papers/triangle_kdd11.pdf https://i11www.iti.kit.edu/extra/publications/sw-fclt-05_t.pdf http://www.math.cmu.edu/~ctsourak/tsourICDM08.pdf