OESimMeasure¶
This namespace contains constants representing the built-in similarity indices of the GraphSim TK.
See also
Cosine
This constant represents Cosine similarity index.
Dice
This constant represents Dice similarity index.
Euclid
This constant represents the Euclidean similarity index.
Manhattan
This constant represents the Manhattan similarity index.
See also
- Manhattan section 
- OEManhattanfunction
Tanimoto
This constant represents the Tanimoto similarity index.
See also
- Tanimoto section 
- OETanimotofunction
- OETanimotoSim class 
Tversky
This constant represents the Tversky similarity index.
See also
- Tversky section 
- OETverskyfunction
- OETverskySim class