| Package | Description |
|---|---|
| edu.uci.ics.jung.algorithms.cluster |
Mechanisms for identifying clusters in graphs.
|
| edu.uci.ics.jung.algorithms.flows |
Methods for calculating properties relating to network flows (such as max flow/min cut).
|
| edu.uci.ics.jung.algorithms.importance | |
| edu.uci.ics.jung.algorithms.layout |
Algorithms for assigning 2D coordinates (typically used for graph visualizations)
to vertices.
|
| edu.uci.ics.jung.algorithms.layout.util |
Utility classes for updating layout positions.
|
| edu.uci.ics.jung.algorithms.scoring |
Mechanisms for assigning values (denoting significance, influence, centrality, etc.)
to graph elements based on topological properties.
|
| edu.uci.ics.jung.algorithms.shortestpath |
Provides interfaces and classes for calculating (geodesic) distances and shortest paths.
|
| edu.uci.ics.jung.algorithms.util |
Provides general algorithmic utilities.
|
| Class and Description |
|---|
| KMeansClusterer
Groups items into a specified number of clusters, based on their proximity in
d-dimensional space, using the k-means algorithm.
|
| Class and Description |
|---|
| IterativeContext
An interface for algorithms that proceed iteratively.
|
| IterativeProcess
Provides basic infrastructure for iterative algorithms.
|
| Class and Description |
|---|
| IterativeContext
An interface for algorithms that proceed iteratively.
|
| IterativeProcess
Provides basic infrastructure for iterative algorithms.
|
| Class and Description |
|---|
| IterativeContext
An interface for algorithms that proceed iteratively.
|
| Class and Description |
|---|
| IterativeContext
An interface for algorithms that proceed iteratively.
|
| Class and Description |
|---|
| IterativeContext
An interface for algorithms that proceed iteratively.
|
| Class and Description |
|---|
| MapBinaryHeap
An array-based binary heap implementation of a priority queue,
which also provides
efficient
update() and contains operations. |
| Class and Description |
|---|
| IterativeContext
An interface for algorithms that proceed iteratively.
|
| SettableTransformer
An interface for classes that can set the value to be returned (from
transform())
when invoked on a given input. |
Copyright © 2016. All rights reserved.