Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-4129

Remove the example HITSAlgorithm

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.1.0
    • 1.2.0
    • None

    Description

      HITSAlgorithm tests for convergence by summing the difference of each authority score minus the average score. This is simply comparing the sum of scores against the previous sum of scores which is not a good test for convergence.

      // count the diff value of sum of authority scores
      diffSumAggregator.aggregate(previousAuthAverage - newAuthorityValue.getValue());
      

      Attachments

        Issue Links

          Activity

            People

              greghogan Greg Hogan
              greghogan Greg Hogan
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: