IMapper.Language| Constructor and Description |
|---|
EDJoinMapper() |
| Modifier and Type | Method and Description |
|---|---|
static int |
editDistance(String x,
String y)
Berechnet die Edit-Distanz zwischen zwei Zeichenketten.
|
AMapping |
getMapping(ACache source,
ACache target,
String sourceVar,
String targetVar,
String expression,
double threshold)
Computes a mapping between a source and a target.
|
double |
getMappingSizeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language)
Returns the estimated mapping size of the mapping computed by the mapper.
|
String |
getName()
Returns the name of the mapper.
|
double |
getRuntimeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language)
Returns the estimated time needed to obtain the mapping computed by the
mapper.
|
double |
getSelectivity(int sourceSize,
int targetSize,
double threshold,
IMapper.Language language) |
getUriToUriMapping, getUriToUriMapping, getValueToUriMap, setNopublic static int editDistance(String x, String y)
x - erste Zeichenkettey - zweite Zeichenkettepublic String getName()
IMapperpublic AMapping getMapping(ACache source, ACache target, String sourceVar, String targetVar, String expression, double threshold)
source - Source cachetarget - Target cachesourceVar - Variable for the source datasettargetVar - Variable for the target datasetexpression - Expression to process.threshold - Similarity thresholdpublic double getRuntimeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language)
IMappersourceSize - source sizetargetSize - target sizetheta - atomic specification thresholdlanguage - language of source and target variablespublic double getMappingSizeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language)
IMappersourceSize - source sizetargetSize - target sizetheta - atomic specification thresholdlanguage - language of source and target variablespublic double getSelectivity(int sourceSize,
int targetSize,
double threshold,
IMapper.Language language)
Copyright © 2020. All rights reserved.