class clever

Implementation of Clever/HITS Algorithm More...

Definition#include <rank/clever.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Private Methods

Private Members


Detailed Description

Implementation of Clever/HITS Algorithm

 clever (matrix *m, int k)

clever

 ~clever ()

~clever

int  calc ()

calc

vector  getAuthorities ()

getAuthorities

vector  getHubs ()

getHubs

int k

k

[private]

int size

size

[private]

matrix * a

a

[private]

vector x

x

[private]

vector y

y

[private]

float  getXWeight (int y)

getXWeight

[private]

float  getYWeight (int x)

getYWeight

[private]

void  x_weight ()

x_weight

[private]

void  y_weight ()

y_weight

[private]

void  normalize (vector &v)

normalize

[private]