Class PageRank

    • Field Detail

      • times

        public static final String times
        Configures number of iterations that the algorithm should run.
      • edges

        public static final String edges
        Configures the edge to traverse when calculating the pagerank.
      • propertyName

        public static final String propertyName
        Configures the name of the property within which to store the pagerank value.
    • Constructor Detail

      • PageRank

        public PageRank()