Class CentralityResult


  • public class CentralityResult
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CentralityResult​(org.neo4j.graphalgo.core.utils.paged.HugeDoubleArray result)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.neo4j.graphalgo.core.utils.paged.HugeDoubleArray array()  
      void export​(java.lang.String propertyName, org.neo4j.graphalgo.core.write.NodePropertyExporter exporter)  
      void export​(java.lang.String propertyName, org.neo4j.graphalgo.core.write.NodePropertyExporter exporter, java.util.function.DoubleUnaryOperator normalizationFunction)  
      double score​(int nodeId)  
      double score​(long nodeId)  
      • Methods inherited from class java.lang.Object

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

      • CentralityResult

        public CentralityResult​(org.neo4j.graphalgo.core.utils.paged.HugeDoubleArray result)
    • Method Detail

      • array

        public org.neo4j.graphalgo.core.utils.paged.HugeDoubleArray array()
      • export

        public void export​(java.lang.String propertyName,
                           org.neo4j.graphalgo.core.write.NodePropertyExporter exporter)
      • export

        public void export​(java.lang.String propertyName,
                           org.neo4j.graphalgo.core.write.NodePropertyExporter exporter,
                           java.util.function.DoubleUnaryOperator normalizationFunction)
      • score

        public double score​(long nodeId)
      • score

        public double score​(int nodeId)