Class HITS.Scores
java.lang.Object
edu.uci.ics.jung.algorithms.scoring.HITS.Scores
Maintains hub and authority score information for a vertex.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionScores
(double hub, double authority) Creates an instance with the specified hub and authority score. -
Method Summary
-
Field Details
-
hub
public double hubThe hub score for a vertex. -
authority
public double authorityThe authority score for a vertex.
-
-
Constructor Details
-
Scores
public Scores(double hub, double authority) Creates an instance with the specified hub and authority score.- Parameters:
hub
- the hub scoreauthority
- the authority score
-
-
Method Details