Documentation of 'Catalano.Graph.Network.Hits' Java class
Hits
Catalano.Graph.Network

Class Hits



  • public class Hits
    extends java.lang.Object
    Hyperlink-Induced Topic Search. Hits is a link analysis algorithm that rates Web pages.
    • Constructor Detail

      • Hits

        public Hits(AdjacencyMatrix matrix)
        Initialize a new instance of the Hits class.
        Parameters:
        matrix - Adjacency matrix.
      • Hits

        public Hits(AdjacencyMatrix matrix,
                    double epsilon)
        Initialize a new instance of the Hits class.
        Parameters:
        matrix - Adjacency matrix.
        epsilon - Epsilon value.
    • Method Detail

      • getEpsilon

        public double getEpsilon()
        Get epsilon value.
        Returns:
        Epsilon value.
      • setEpsilon

        public void setEpsilon(double epsilon)
        Set epsilon value. Epsilon value, is the stop criteria.
        Parameters:
        epsilon - Epsilon value.
      • getNumberOfIterations

        public int getNumberOfIterations()
        Get number of iterations executed by the algorithm.
        Returns:
        Number of iterations.
      • getAuthority

        public double[] getAuthority()
        Get Authority.
        Returns:
        Authority.
      • getHubs

        public double[] getHubs()
        Get Hubs.
        Returns:
        Hubs.
      • Compute

        public void Compute(AdjacencyMatrix matrix)
        Compute Hits.
        Parameters:
        matrix - Adjacency matrix.
      • Compute

        public void Compute(AdjacencyMatrix matrix,
                            double[] weights)
        Compute Hits.
        Parameters:
        matrix - Adjacency matrix.
        weights - Normalized weights.[0..1]

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.