| Modifier and Type | Field and Description |
|---|---|
IMapper.Language |
HeliosPlanner.lang
Language of the source/target data.
|
| Modifier and Type | Method and Description |
|---|---|
static IMapper.Language |
IMapper.Language.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IMapper.Language[] |
IMapper.Language.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
double |
IMapper.getMappingSizeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language)
Returns the estimated mapping size of the mapping computed by the mapper.
|
double |
IMapper.getRuntimeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language)
Returns the estimated time needed to obtain the mapping computed by the
mapper.
|
| Modifier and Type | Method and Description |
|---|---|
double |
OrchidMapper.getMappingSizeApproximation(int sourceSize,
int targetSize,
double threshold,
IMapper.Language language) |
double |
SymmetricHausdorffMapper.getMappingSizeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language) |
double |
OrchidMapper.getRuntimeApproximation(int sourceSize,
int targetSize,
double threshold,
IMapper.Language language) |
double |
SymmetricHausdorffMapper.getRuntimeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language) |
| Modifier and Type | Method and Description |
|---|---|
double |
SetJaccardMapper.getMappingSizeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language) |
double |
SetJaccardMapper.getRuntimeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language) |
| Modifier and Type | Method and Description |
|---|---|
double |
HR3Mapper.getMappingSizeApproximation(int sourceSize,
int targetSize,
double threshold,
IMapper.Language language) |
double |
HR3Mapper.getRuntimeApproximation(int sourceSize,
int targetSize,
double threshold,
IMapper.Language language) |
| Modifier and Type | Method and Description |
|---|---|
double |
EDJoinMapper.getMappingSizeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language) |
double |
PPJoinPlusPlus.getMappingSizeApproximation(int sourceSize,
int targetSize,
double threshold,
IMapper.Language language) |
double |
ExactMatchMapper.getMappingSizeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language) |
double |
SoundexMapper.getMappingSizeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language) |
double |
RatcliffObershelpMapper.getMappingSizeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language) |
double |
JaroMapper.getMappingSizeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language) |
double |
MongeElkanMapper.getMappingSizeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language) |
double |
JaroWinklerMapper.getMappingSizeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language) |
double |
EDJoinMapper.getRuntimeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language) |
double |
PPJoinPlusPlus.getRuntimeApproximation(int sourceSize,
int targetSize,
double threshold,
IMapper.Language language) |
double |
ExactMatchMapper.getRuntimeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language) |
double |
SoundexMapper.getRuntimeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language) |
double |
RatcliffObershelpMapper.getRuntimeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language) |
double |
JaroMapper.getRuntimeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language) |
double |
MongeElkanMapper.getRuntimeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language) |
double |
JaroWinklerMapper.getRuntimeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language) |
double |
EDJoinMapper.getSelectivity(int sourceSize,
int targetSize,
double threshold,
IMapper.Language language) |
| Modifier and Type | Method and Description |
|---|---|
double |
FastNGramMapper.getMappingSizeApproximation(int sourceSize,
int targetSize,
double threshold,
IMapper.Language language) |
double |
FastNGramMapper.getRuntimeApproximation(int sourceSize,
int targetSize,
double threshold,
IMapper.Language language) |
| Modifier and Type | Method and Description |
|---|---|
double |
FinishesMapper.getMappingSizeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language)
Returns the estimated mapping size of the mapping computed by the mapper.
|
double |
IsFinishedByMapper.getMappingSizeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language)
Returns the estimated mapping size of the mapping computed by the mapper.
|
double |
OverlapsMapper.getMappingSizeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language)
Returns the estimated mapping size of the mapping computed by the mapper.
|
double |
IsMetByMapper.getMappingSizeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language)
Returns the estimated mapping size of the mapping computed by the mapper.
|
double |
AfterMapper.getMappingSizeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language)
Returns the estimated mapping size of the mapping computed by the mapper.
|
double |
MeetsMapper.getMappingSizeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language)
Returns the estimated mapping size of the mapping computed by the mapper.
|
double |
StartsMapper.getMappingSizeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language)
Returns the estimated mapping size of the mapping computed by the mapper.
|
double |
IsOverlappedByMapper.getMappingSizeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language)
Returns the estimated mapping size of the mapping computed by the mapper.
|
double |
DuringMapper.getMappingSizeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language)
Returns the estimated mapping size of the mapping computed by the mapper.
|
double |
DuringReverseMapper.getMappingSizeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language)
Returns the estimated mapping size of the mapping computed by the mapper.
|
double |
BeforeMapper.getMappingSizeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language)
Returns the estimated mapping size of the mapping computed by the mapper.
|
double |
IsStartedByMapper.getMappingSizeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language)
Returns the estimated mapping size of the mapping computed by the mapper.
|
double |
EqualsMapper.getMappingSizeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language)
Returns the estimated mapping size of the mapping computed by the mapper.
|
double |
FinishesMapper.getRuntimeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language)
Returns the estimated time needed to obtain the mapping computed by the
mapper.
|
double |
IsFinishedByMapper.getRuntimeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language)
Returns the estimated time needed to obtain the mapping computed by the
mapper.
|
double |
OverlapsMapper.getRuntimeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language)
Returns the estimated time needed to obtain the mapping computed by the
mapper.
|
double |
IsMetByMapper.getRuntimeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language)
Returns the estimated time needed to obtain the mapping computed by the
mapper.
|
double |
AfterMapper.getRuntimeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language)
Returns the estimated time needed to obtain the mapping computed by the
mapper.
|
double |
MeetsMapper.getRuntimeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language)
Returns the estimated time needed to obtain the mapping computed by the
mapper.
|
double |
StartsMapper.getRuntimeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language)
Returns the estimated time needed to obtain the mapping computed by the
mapper.
|
double |
IsOverlappedByMapper.getRuntimeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language)
Returns the estimated time needed to obtain the mapping computed by the
mapper.
|
double |
DuringMapper.getRuntimeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language)
Returns the estimated time needed to obtain the mapping computed by the
mapper.
|
double |
DuringReverseMapper.getRuntimeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language)
Returns the estimated time needed to obtain the mapping computed by the
mapper.
|
double |
BeforeMapper.getRuntimeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language)
Returns the estimated time needed to obtain the mapping computed by the
mapper.
|
double |
IsStartedByMapper.getRuntimeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language)
Returns the estimated time needed to obtain the mapping computed by the
mapper.
|
double |
EqualsMapper.getRuntimeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language)
Returns the estimated time needed to obtain the mapping computed by the
mapper.
|
| Modifier and Type | Method and Description |
|---|---|
double |
PredecessorMapper.getMappingSizeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language)
Returns the estimated mapping size of the mapping computed by the mapper.
|
double |
SuccessorMapper.getMappingSizeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language)
Returns the estimated mapping size of the mapping computed by the mapper.
|
double |
ConcurrentMapper.getMappingSizeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language)
Returns the estimated mapping size of the mapping computed by the mapper.
|
double |
PredecessorMapper.getRuntimeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language)
Returns the estimated time needed to obtain the mapping computed by the
mapper.
|
double |
SuccessorMapper.getRuntimeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language)
Returns the estimated time needed to obtain the mapping computed by the
mapper.
|
double |
ConcurrentMapper.getRuntimeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language)
Returns the estimated time needed to obtain the mapping computed by the
mapper.
|
| Modifier and Type | Method and Description |
|---|---|
double |
TouchesMapper.getMappingSizeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language) |
double |
ContainsMapper.getMappingSizeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language) |
double |
OverlapsMapper.getMappingSizeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language) |
double |
DisjointMapper.getMappingSizeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language) |
double |
CoveredbyMapper.getMappingSizeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language) |
double |
CrossesMapper.getMappingSizeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language) |
double |
CoversMapper.getMappingSizeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language) |
double |
WithinMapper.getMappingSizeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language) |
double |
EqualsMapper.getMappingSizeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language) |
double |
IntersectsMapper.getMappingSizeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language) |
double |
TouchesMapper.getRuntimeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language) |
double |
ContainsMapper.getRuntimeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language) |
double |
OverlapsMapper.getRuntimeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language) |
double |
DisjointMapper.getRuntimeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language) |
double |
CoveredbyMapper.getRuntimeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language) |
double |
CrossesMapper.getRuntimeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language) |
double |
CoversMapper.getRuntimeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language) |
double |
WithinMapper.getRuntimeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language) |
double |
EqualsMapper.getRuntimeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language) |
double |
IntersectsMapper.getRuntimeApproximation(int sourceSize,
int targetSize,
double theta,
IMapper.Language language) |
Copyright © 2018. All rights reserved.