public abstract class RankingAlgorithm<A extends RankingAlgorithm> extends Algorithm<double[],A>
Algorithm.BooleanParameter<A extends Algorithm>, Algorithm.DoubleParameter<A extends Algorithm>, Algorithm.IntParameter<A extends Algorithm>| Modifier and Type | Method and Description |
|---|---|
<T> List<Score<T>> |
apply(IntGraph graph,
IntFunction<T> toObject) |
apply, createBooleanParameter, createDoubleParameter, createIntegerParameter, eigenvectorCentrality, pageRank, setParameter, setParameter, setParameter, toStringpublic <T> List<Score<T>> apply(IntGraph graph, IntFunction<T> toObject)
Copyright © 2010–2020 Mastfrog Technologies. All rights reserved.