Class LinkRank

    • Constructor Detail

      • LinkRank

        public LinkRank()
        Default constructor.
    • Method Detail

      • analyze

        public void analyze​(Path webGraphDb)
                     throws IOException,
                            ClassNotFoundException,
                            InterruptedException
        Runs the complete link analysis job. The complete job determins rank one score. Then runs through a given number of invert and analyze iterations, by default 10. And finally replaces the NodeDb in the WebGraph with the link rank output.
        Parameters:
        webGraphDb - The WebGraph to run link analysis on.
        Throws:
        IOException - If a fatal I/O runtime error occurs during link analysis.
        InterruptedException - if the Job is interrupted during execution
        ClassNotFoundException - if classes required to run the Job cannot be located