T - the type of objects we compute the similarity betweenpublic interface Similarity<T> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
double |
similarity(T obj1,
T obj2)
Compute the similarity between two objects.
|
Copyright © 2017. All rights reserved.