public class DuringReverseMeasure extends TemporalMeasure
| Constructor and Description |
|---|
DuringReverseMeasure() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns name of a measure.
|
double |
getRuntimeApproximation(double mappingSize)
Returns the runtime approximation of a measure.
|
double |
getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2)
Returns the similarity between two instances given their begin and end
dates.
|
double |
getSimilarity(Object object1,
Object object2)
Returns the similarity between two objects.
|
String |
getType()
Returns type of a measure.
|
getFirstProperty, getSecondPropertypublic double getSimilarity(Object object1, Object object2)
public double getSimilarity(Instance instance1, Instance instance2, String property1, String property2)
public double getRuntimeApproximation(double mappingSize)
public String getName()
public String getType()
Copyright © 2020. All rights reserved.