Package org.neo4j.gds.triangle
Class LocalClusteringCoefficient
- java.lang.Object
-
- org.neo4j.gds.Algorithm<org.neo4j.gds.triangle.LocalClusteringCoefficient.Result>
-
- org.neo4j.gds.triangle.LocalClusteringCoefficient
-
public class LocalClusteringCoefficient extends org.neo4j.gds.Algorithm<org.neo4j.gds.triangle.LocalClusteringCoefficient.Result>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.neo4j.gds.triangle.LocalClusteringCoefficient.Resultcompute()voidrelease()
-
-
-
Method Detail
-
compute
public org.neo4j.gds.triangle.LocalClusteringCoefficient.Result compute()
- Specified by:
computein classorg.neo4j.gds.Algorithm<org.neo4j.gds.triangle.LocalClusteringCoefficient.Result>
-
release
public void release()
- Specified by:
releasein classorg.neo4j.gds.Algorithm<org.neo4j.gds.triangle.LocalClusteringCoefficient.Result>
-
-