edu.uci.ics.jung.algorithms.scoring
Class HITS.Scores

java.lang.Object
  extended by edu.uci.ics.jung.algorithms.scoring.HITS.Scores
Enclosing class:
HITS<V,E>

public static class HITS.Scores
extends Object

Maintains hub and authority score information for a vertex.


Field Summary
 double authority
           
 double hub
           
 
Constructor Summary
HITS.Scores(double hub, double authority)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

hub

public double hub

authority

public double authority
Constructor Detail

HITS.Scores

public HITS.Scores(double hub,
                   double authority)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008 null. All Rights Reserved.