public class JaccardSimilarityEngine
extends java.lang.Object
Constructor and Description |
---|
JaccardSimilarityEngine() |
Modifier and Type | Method and Description |
---|---|
double |
getSimilarity(GenT2zMF_Interface setA,
GenT2zMF_Interface setB,
int numberOfDiscretisations) |
double |
getSimilarity(IntervalT2MF_Interface setA,
IntervalT2MF_Interface setB,
int numberOfDiscretisations) |
double |
getSimilarity(T1MF_Interface setA,
T1MF_Interface setB,
int numberOfDiscretisations) |
public double getSimilarity(T1MF_Interface setA, T1MF_Interface setB, int numberOfDiscretisations)
public double getSimilarity(IntervalT2MF_Interface setA, IntervalT2MF_Interface setB, int numberOfDiscretisations)
public double getSimilarity(GenT2zMF_Interface setA, GenT2zMF_Interface setB, int numberOfDiscretisations)