public class EigenvectorCentrality<V,E> extends PageRank<V,E>
disappearing_potentialalpha, vertex_priorsedge_weights, graph, hyperedges_are_self_loops, max_delta, max_iterations, output_reversed, tolerance, total_iterations| Constructor and Description |
|---|
EigenvectorCentrality(Hypergraph<V,E> graph)
Creates an instance with the specified graph and default edge weights.
|
EigenvectorCentrality(Hypergraph<V,E> graph,
com.google.common.base.Function<E,? extends Number> edge_weights)
Creates an instance with the specified graph and edge weights.
|
afterStep, collectDisappearingPotential, updategetAlpha, getVertexPrior, getVertexPriors, initializeacceptDisconnectedGraph, done, evaluate, getAdjustedIncidentCount, getCurrentValue, getEdgeWeight, getEdgeWeights, getIterations, getMaxIterations, getOutputValue, getTolerance, getVertexScore, isDisconnectedGraphOK, setCurrentValue, setEdgeWeights, setHyperedgesAreSelfLoops, setMaxIterations, setOutputValue, setTolerance, step, swapOutputForCurrent, updateMaxDeltaclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetVertexScorepublic EigenvectorCentrality(Hypergraph<V,E> graph, com.google.common.base.Function<E,? extends Number> edge_weights)
UniformDegreeWeight for one way to handle this for
undirected graphs.)graph - the graph for which the centrality is to be calculatededge_weights - the edge weightspublic EigenvectorCentrality(Hypergraph<V,E> graph)
UniformDegreeWeight.)graph - the graph for which the centrality is to be calculated.Copyright © 2016. All rights reserved.