| Constructor and Description |
|---|
SetJaccardMeasure() |
| 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.
|
public double getSimilarity(Object object1, Object object2)
IMeasurepublic double getSimilarity(Instance instance1, Instance instance2, String property1, String property2)
IMeasurepublic double getRuntimeApproximation(double mappingSize)
IMeasurepublic String getName()
IMeasureCopyright © 2018. All rights reserved.