IMapper.Language| Constructor and Description |
|---|
FastNGramMapper() |
| Modifier and Type | Method and Description |
|---|---|
static AMapping |
compute(Set<String> source,
Set<String> target,
int q,
double threshold) |
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.
|
getUriToUriMapping, getUriToUriMapping, getValueToUriMappublic static AMapping compute(Set<String> source, Set<String> target, int q, double threshold)
public 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 © 2018. All rights reserved.