|
Class Summary |
| AbstractWeightFilterTransform |
AbstractWeightFilterTransform provides a basis for Transforms that filter
graph artifacts that have a weight that is above or below its threshold. |
| ClusteringTransform |
ClusteringTransform implements a transformationalgorithm that calculates the
weight of every Vertex in a Graph based on graph-topological features. |
| CompoundTransform |
CompoundFilter is a utility Transform that combines a sequence of other
Transforms into a single Transform. |
| ConnectivityTransform |
ConnectivityTransform implements a graph transformation algorithm that
recalculates the weight of every Vertex as the sum of the weights of the
Edges connected to the Vertex. |
| ConstantWeightTransform |
ConstantWeightTransform sets all the weights in a Graph to a constant value. |
| EdgeWeightFilterTransform |
EdgeWeightFilterTransform filters all Edges from a Graph for which the weight
is above or below its threshold (depending on the boolean lower threshold
attribute). |
| TransformUtil |
|
| VertexCountFilterTransform |
VertexCountFilterTransform filters a specified number of Vertices and the
Edges connected to them from a Graph, based on a descending ordering of the
weights of the Vertices. |
| VertexWeightFilterTransform |
VertexWeightFilterTransform filters all Vertices from a Graph whose weights
are above or below a certain threshold. |