Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Edu.uci.ics.jung.algorithms.util Classes and Interfaces - 13 results found.
NameDescriptionTypePackageFramework
BasicMapEntryAn simple minimal implementation of Map.Classedu.uci.ics.jung.algorithms.utilSourceForge Jung
ConstantMapAn implementation of Map that returns the constructor-supplied value for any input.Classedu.uci.ics.jung.algorithms.utilSourceForge Jung
DiscreteDistributionA utility class for calculating properties of discrete distributions.Classedu.uci.ics.jung.algorithms.utilSourceForge Jung
IndexerA class providing static methods useful for improving the performance of graph algorithms.Classedu.uci.ics.jung.algorithms.utilSourceForge Jung
IterativeContextAn interface for algorithms that proceed iteratively.Interfaceedu.uci.ics.jung.algorithms.utilSourceForge Jung
IterativeProcessProvides basic infrastructure for iterative algorithms.Classedu.uci.ics.jung.algorithms.utilSourceForge Jung
KMeansClustererGroups items into a specified number of clusters, based on their proximity in d-dimensional space, using the k-means algorithm.Classedu.uci.ics.jung.algorithms.utilSourceForge Jung
KMeansClusterer .NotEnoughClustersExceptionAn exception that indicates that the specified data points cannot be clustered into the number of clusters requested by the user.Classedu.uci.ics.jung.algorithms.util.KMeansClustererSourceForge Jung
MapBinaryHeapAn array-based binary heap implementation of a priority queue, which also providesClassedu.uci.ics.jung.algorithms.utilSourceForge Jung
MapSettableTransformerA SettableTransformer that operates on an underlying Map instance.Classedu.uci.ics.jung.algorithms.utilSourceForge Jung
SelfLoopEdgePredicateA Predicate that returns true if the input edge's endpoints in the input graph are identical.Classedu.uci.ics.jung.algorithms.utilSourceForge Jung
SettableTransformerAn interface for classes that can set the value to be returned (from transform()) when invoked on a given input.Interfaceedu.uci.ics.jung.algorithms.utilSourceForge Jung
WeightedChoiceSelects items according to their probability in an arbitrary probability distribution.Classedu.uci.ics.jung.algorithms.utilSourceForge Jung