Uses of Class
com.mastfrog.graph.algorithm.Algorithm.DoubleParameter
-
Packages that use Algorithm.DoubleParameter Package Description com.mastfrog.graph.algorithm -
-
Uses of Algorithm.DoubleParameter in com.mastfrog.graph.algorithm
Fields in com.mastfrog.graph.algorithm declared as Algorithm.DoubleParameter Modifier and Type Field Description static Algorithm.DoubleParameter<PageRank>PageRank. DAMPING_FACTORstatic Algorithm.DoubleParameter<EigenvectorCentrality>EigenvectorCentrality. MINIMUM_DIFFERENCEstatic Algorithm.DoubleParameter<PageRank>PageRank. MINIMUM_DIFFERENCEMethods in com.mastfrog.graph.algorithm that return Algorithm.DoubleParameter Modifier and Type Method Description protected static <A extends Algorithm>
Algorithm.DoubleParameter<A>Algorithm. createDoubleParameter(Class<A> alg, String name)Methods in com.mastfrog.graph.algorithm with parameters of type Algorithm.DoubleParameter Modifier and Type Method Description AAlgorithm. setParameter(Algorithm.DoubleParameter<A> param, double value)EigenvectorCentralityEigenvectorCentrality. setParameter(Algorithm.DoubleParameter<EigenvectorCentrality> param, double value)PageRankPageRank. setParameter(Algorithm.DoubleParameter<PageRank> param, double value)
-