Package | Description |
---|---|
org.apache.flink.graph.library.similarity |
Modifier and Type | Method and Description |
---|---|
JaccardIndex<K,VV,EV> |
JaccardIndex.setGroupSize(int groupSize)
Override the default group size for the quadratic expansion of neighbor
pairs.
|
JaccardIndex<K,VV,EV> |
JaccardIndex.setMaximumScore(int numerator,
int denominator)
Filter out Jaccard Index scores greater than the given maximum fraction.
|
JaccardIndex<K,VV,EV> |
JaccardIndex.setMinimumScore(int numerator,
int denominator)
Filter out Jaccard Index scores less than the given minimum fraction.
|
JaccardIndex<K,VV,EV> |
JaccardIndex.setMirrorResults(boolean mirrorResults)
By default only one result is output for each pair of vertices.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.