| Constructor and Description |
|---|
CzekanovskiDiceDistance(Graph<V,E> graph) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<V,java.util.Map<V,java.lang.Double>> |
calculateVerticeDistances()
Calculates Czekanovski-Dice distances between all vertices of a graph
|
double |
getDistance(V vi,
V vj)
Return the Czekanovski-Dice between two vertices
|
public java.util.Map<V,java.util.Map<V,java.lang.Double>> calculateVerticeDistances()