Class LocalClusteringCoefficient


  • public class LocalClusteringCoefficient
    extends org.neo4j.gds.Algorithm<org.neo4j.gds.triangle.LocalClusteringCoefficient.Result>
    • Field Summary

      • Fields inherited from class org.neo4j.gds.Algorithm

        progressTracker, terminationFlag
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.neo4j.gds.triangle.LocalClusteringCoefficient.Result compute()  
      void release()  
      • Methods inherited from class org.neo4j.gds.Algorithm

        getProgressTracker, getTerminationFlag, setTerminationFlag
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • compute

        public org.neo4j.gds.triangle.LocalClusteringCoefficient.Result compute()
        Specified by:
        compute in class org.neo4j.gds.Algorithm<org.neo4j.gds.triangle.LocalClusteringCoefficient.Result>
      • release

        public void release()
        Specified by:
        release in class org.neo4j.gds.Algorithm<org.neo4j.gds.triangle.LocalClusteringCoefficient.Result>