JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
edu.uci.ics.jung.algorithms.scoring
Interface VertexScorer<V,S>
Type Parameters:
V
- the vertex type
S
- the score type
All Known Implementing Classes:
AbstractIterativeScorer
,
AbstractIterativeScorerWithPriors
,
BarycenterScorer
,
BetweennessCentrality
,
ClosenessCentrality
,
DegreeScorer
,
DistanceCentralityScorer
,
EigenvectorCentrality
,
HITS
,
HITSWithPriors
,
KStepMarkov
,
PageRank
,
PageRankWithPriors
,
VoltageScorer
public interface
VertexScorer<V,S>
An interface for algorithms that assign scores to vertices.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
S
getVertexScore
(
V
v)
Returns the algorithm's score for this vertex.
Method Detail
getVertexScore
S
getVertexScore(
V
v)
Returns the algorithm's score for this vertex.
Returns:
the algorithm's score for this vertex
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method