public class HITS extends Object implements Serializable
HITS algorithm
Reference:J. Kleinberg. Authoritative sources in a hyperlinked environment. In Proc. Ninth Ann. ACM-SIAM Symp. Discrete Algorithms, pages 668-677, ACM Press, New York, 1998
Copyright: Copyright (c) 2006
Company: Drexel University
| Constructor and Description |
|---|
HITS(boolean edgeWeightIsCounted) |
HITS(boolean edgeWeightIsCounted,
int numOfIteration) |
| Modifier and Type | Method and Description |
|---|---|
void |
computeAuthorityHub(SparseMatrix matrix) |
void |
computeAuthorityHub(SparseMatrix matrix,
SparseMatrix tMatrix) |
DoubleVector |
getAuthorityVector() |
DoubleVector |
getHubVector() |
void |
setAuthorityVectorPrior(DoubleVector authorityVector) |
void |
setHubVectorPrior(DoubleVector hubVector) |
void |
setMessageOption(boolean option) |
public HITS(boolean edgeWeightIsCounted)
public HITS(boolean edgeWeightIsCounted,
int numOfIteration)
public void computeAuthorityHub(SparseMatrix matrix)
public void computeAuthorityHub(SparseMatrix matrix, SparseMatrix tMatrix)
public void setAuthorityVectorPrior(DoubleVector authorityVector)
public void setHubVectorPrior(DoubleVector hubVector)
public DoubleVector getAuthorityVector()
public DoubleVector getHubVector()
public void setMessageOption(boolean option)
Copyright © 2018 JULIE Lab, Germany. All rights reserved.