| Package | Description |
|---|---|
| org.apache.flink.graph.library.clustering | |
| org.apache.flink.graph.library.clustering.undirected |
| Modifier and Type | Method and Description |
|---|---|
TriangleListingBase<K,VV,EV,R> |
TriangleListingBase.setPermuteResults(boolean permuteResults)
By default only one result is output for each triangle, whether vertices
are sorted or unsorted.
|
TriangleListingBase<K,VV,EV,R> |
TriangleListingBase.setSortTriangleVertices(boolean sortTriangleVertices)
Normalize the triangle listing such that for each result (K0, K1, K2)
the vertex IDs are sorted K0 < K1 < K2.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TriangleListing<K extends Comparable<K> & org.apache.flink.types.CopyableValue<K>,VV,EV>
Generates a listing of distinct triangles from the input graph.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.