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