Class | Description |
---|---|
AdamicAdar<K extends CopyableValue<K>,VV,EV> |
http://social.cs.uiuc.edu/class/cs591kgk/friendsadamic.pdf
|
AdamicAdar.Result<T> |
A result for the Adamic-Adar algorithm.
|
JaccardIndex<K extends CopyableValue<K>,VV,EV> |
The Jaccard Index measures the similarity between vertex neighborhoods and
is computed as the number of shared neighbors divided by the number of
distinct neighbors.
|
JaccardIndex.Result<T> |
A result for the Jaccard Index algorithm.
|
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.