Algorithms
1. Betweenness Centrality
1.x | 2.x |
---|---|
|
Use |
|
Use |
|
No direct equivalent. For mean, use |
2. Breadth First Search
1.x | 2.x |
---|---|
String |
Removed |
|
|
1.x | 2.x |
---|---|
|
|
3. Closeness Centrality
1.x | 2.x |
---|---|
|
|
1.x | 2.x |
---|---|
|
|
1.x | 2.x |
---|---|
|
|
- |
|
4. Depth First Search
1.x | 2.x |
---|---|
String |
Removed |
|
|
1.x | 2.x |
---|---|
|
|
5. K-Nearest Neighbors
1.x | 2.x |
---|---|
String |
String or Map or List of Strings / Maps |
6. Alpha similarity algorithms
The alpha similarity procedures have been removed. Use KNN or Node Similarity instead. The similarity metrics for these can now be configured.
- Knn
-
Cosine, Euclidean, Jaccard, Overlap, Pearson
- Node Similarity
-
Jaccard, Overlap
The alpha similarity functions have been promoted to product tier.
1.x | 2.x |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
Was this page helpful?