public interface IMeasure
| 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 corresponding
properties.
|
double |
getSimilarity(Object object1,
Object object2)
Returns the similarity between two objects.
|
String |
getType()
Returns type of a measure.
|
double getSimilarity(Object object1, Object object2)
object1, - the source objectobject2, - the target objectdouble getSimilarity(Instance instance1, Instance instance2, String property1, String property2)
instance1, - the source instanceinstance2, - the target instanceproperty1, - the source propertyproperty2, - the target propertydouble getRuntimeApproximation(double mappingSize)
mappingSize, - the mapping size returned by the measureString getName()
String getType()
Copyright © 2020. All rights reserved.