public class PPJoinPlusPlus extends AMapper
IMapper.Language| Constructor and Description |
|---|
PPJoinPlusPlus() |
| Modifier and Type | Method and Description |
|---|---|
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 threshold,
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 threshold,
IMapper.Language language)
Returns the estimated time needed to obtain the mapping computed by the
mapper.
|
static int |
overlap(algorithms.ppjoinplus.Record x,
int beginnX,
algorithms.ppjoinplus.Record y,
int beginnY)
Berechnet die Überlappung zwischen zwei Datensätzen mithilfe ihrer Tokens
|
getUriToUriMapping, getUriToUriMapping, getValueToUriMap, setNopublic static int overlap(algorithms.ppjoinplus.Record x,
int beginnX,
algorithms.ppjoinplus.Record y,
int beginnY)
x - erster DatensatzbeginnX - Position des Anfangstokens vom ersten Datensatzy - zweiter DatensatzbeginnY - Position des Anfangstokens vom zweiten Datensatzpublic 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 threshold,
IMapper.Language language)
IMappersourceSize - source sizetargetSize - target sizethreshold - atomic specification thresholdlanguage - language of source and target variablespublic double getMappingSizeApproximation(int sourceSize,
int targetSize,
double threshold,
IMapper.Language language)
IMappersourceSize - source sizetargetSize - target sizethreshold - atomic specification thresholdlanguage - language of source and target variablesCopyright © 2020. All rights reserved.