| Modifier and Type | Method and Description |
|---|---|
Instance |
ActiveLearningExamples.Example.getSource() |
Instance |
ActiveLearningExamples.Example.getTarget() |
| Modifier and Type | Field and Description |
|---|---|
protected Iterator<Instance> |
MemoryCache.instanceIterator |
protected Iterator<Instance> |
HybridCache.instanceIterator |
protected HashMap<String,Instance> |
MemoryCache.instanceMap |
protected TreeMap<String,Instance> |
HybridCache.instanceMap |
| Modifier and Type | Method and Description |
|---|---|
Instance |
Instance.copy() |
Instance |
MemoryCache.getInstance(String uri) |
abstract Instance |
ACache.getInstance(String uri) |
Instance |
HybridCache.getInstance(String uri) |
Instance |
MemoryCache.getNextInstance()
Returns the next instance in the list of instances
|
abstract Instance |
ACache.getNextInstance() |
Instance |
HybridCache.getNextInstance()
Returns the next instance in the list of instances
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Instance> |
MemoryCache.getAllInstances()
Returns all the instance contained in the cache
|
abstract ArrayList<Instance> |
ACache.getAllInstances() |
ArrayList<Instance> |
HybridCache.getAllInstances()
Returns all the instance contained in the cache
|
| Modifier and Type | Method and Description |
|---|---|
void |
MemoryCache.addInstance(Instance i) |
abstract void |
ACache.addInstance(Instance i) |
void |
HybridCache.addInstance(Instance i) |
boolean |
MemoryCache.containsInstance(Instance i) |
abstract boolean |
ACache.containsInstance(Instance i) |
boolean |
HybridCache.containsInstance(Instance i) |
void |
MemoryCache.replaceInstance(String uri,
Instance a) |
abstract void |
ACache.replaceInstance(String uri,
Instance a) |
| Modifier and Type | Method and Description |
|---|---|
Instance |
APreprocessingFunction.applyFunction(Instance inst,
String property,
String... arguments) |
Instance |
IPreprocessingFunction.applyFunction(Instance i,
String property,
String... arguments)
Applies the function to this instance
|
abstract Instance |
APreprocessingFunction.applyFunctionAfterCheck(Instance inst,
String property,
String... arguments) |
| Modifier and Type | Method and Description |
|---|---|
Instance |
APreprocessingFunction.applyFunction(Instance inst,
String property,
String... arguments) |
Instance |
IPreprocessingFunction.applyFunction(Instance i,
String property,
String... arguments)
Applies the function to this instance
|
abstract Instance |
APreprocessingFunction.applyFunctionAfterCheck(Instance inst,
String property,
String... arguments) |
static void |
Preprocessor.applyRenameIfNecessary(Instance inst,
String property,
String propertyDub) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<ArrayList<Integer>> |
HR3Blocker.getAllBlockIds(Instance a)
Computes all the block ids for a given instance.
|
ArrayList<ArrayList<Integer>> |
VariableGranularityBlocker.getAllBlockIds(Instance a)
Computes all the block ids for a given instance.
|
ArrayList<ArrayList<Integer>> |
IBlockingModule.getAllBlockIds(Instance a) |
ArrayList<ArrayList<Integer>> |
GeoBlockingModule.getAllBlockIds(Instance a)
We assume that every point has exactly one longitude and one latitude
|
ArrayList<ArrayList<Integer>> |
EuclideanBlockingModule.getAllBlockIds(Instance a) |
ArrayList<ArrayList<Integer>> |
HR3Blocker.getAllSourceIds(Instance a,
String props)
Computes all the block ids for a given instance.
|
ArrayList<ArrayList<Integer>> |
VariableGranularityBlocker.getAllSourceIds(Instance a,
String props)
Computes all the block ids for a given instance.
|
ArrayList<ArrayList<Integer>> |
IBlockingModule.getAllSourceIds(Instance a,
String properties) |
ArrayList<ArrayList<Integer>> |
GeoBlockingModule.getAllSourceIds(Instance a,
String props)
We assume that every point has exactly one longitude and one latitude
|
ArrayList<ArrayList<Integer>> |
EuclideanBlockingModule.getAllSourceIds(Instance a,
String sourceProps) |
ArrayList<Integer> |
HR3Blocker.getBlockId(Instance a) |
ArrayList<Integer> |
VariableGranularityBlocker.getBlockId(Instance a) |
ArrayList<Integer> |
IBlockingModule.getBlockId(Instance a) |
ArrayList<Integer> |
GeoBlockingModule.getBlockId(Instance a) |
ArrayList<Integer> |
EuclideanBlockingModule.getBlockId(Instance a)
Computes the block ID for a given instance a.
|
| Modifier and Type | Method and Description |
|---|---|
protected TreeMap<String,Set<Instance>> |
SimpleTemporalMapper.orderByBeginDate(ACache cache,
String expression,
String kbType)
Orders a cache of instances based on their begin date property.
|
| Modifier and Type | Method and Description |
|---|---|
static double |
MeasureProcessor.getSimilarity(Instance sourceInstance,
Instance targetInstance,
String expression,
double threshold,
String sourceVar,
String targetVar)
Returns similarity between two instances given a metric expression.
|
double |
IMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2)
Returns the similarity between two instances, given their corresponding
properties.
|
| Modifier and Type | Method and Description |
|---|---|
double |
Caverphone2Measure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
double |
SoundexMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
double |
DaitchMokotoffSoundexMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
double |
Caverphone1Measure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
double |
RefinedSoundexMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
double |
KoelnPhoneticMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
double |
MetaphoneMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
double |
DoubleMetaphoneMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
double |
NysiisMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
double |
MatchRatingApproachEncoderMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
| Modifier and Type | Method and Description |
|---|---|
double |
NaiveAverageMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
| Modifier and Type | Method and Description |
|---|---|
double |
GeOxygeneFrechetMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
double |
NaiveFrechetMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
| Modifier and Type | Method and Description |
|---|---|
double |
NaiveHausdorffMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
double |
IndexedHausdorffMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
| Modifier and Type | Method and Description |
|---|---|
double |
NaiveLinkMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
| Modifier and Type | Method and Description |
|---|---|
double |
NaiveMaxMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
| Modifier and Type | Method and Description |
|---|---|
double |
NaiveMeanMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
| Modifier and Type | Method and Description |
|---|---|
double |
NaiveMinMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
| Modifier and Type | Method and Description |
|---|---|
double |
NaiveSumOfMinMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
| Modifier and Type | Method and Description |
|---|---|
double |
FairSurjectionMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
double |
NaiveSurjectionMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
| Modifier and Type | Method and Description |
|---|---|
double |
SetJaccardMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
| Modifier and Type | Method and Description |
|---|---|
double |
AEdgeCountingSemanticMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Integer> |
BlockIdGenerator.getBlockId(Instance a)
Computes the block ID for a given instance a.
|
double |
GeoOrthodromicMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2)
Deprecated.
|
double |
GeoGreatEllipticMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
double |
OverlapMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
double |
JaroMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
double |
RatcliffObershelpMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
double |
TrigramMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
double |
ExactMatchMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
double |
KoelnPhoneticMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
double |
JaroWinklerMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
double |
LevenshteinMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
double |
DoubleMetaphoneMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
double |
MongeElkanMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
double |
CosineMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
double |
JaccardMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
double |
QGramSimilarityMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
| Modifier and Type | Method and Description |
|---|---|
double |
AfterMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2)
Returns the similarity between two instances given their begin and end
dates.
|
double |
IsMetByMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2)
Returns the similarity between two instances given their begin and end
dates.
|
double |
OverlapsMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2)
Returns the similarity between two instances given their begin and end
dates.
|
double |
IsFinishedByMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2)
Returns the similarity between two instances given their begin and end
dates.
|
double |
FinishesMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2)
Returns the similarity between two instances given their begin and end
dates.
|
double |
EqualsMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2)
Returns the similarity between two instances given their begin and end
dates.
|
double |
BeforeMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2)
Returns the similarity between two instances given their begin and end
dates.
|
double |
DuringReverseMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2)
Returns the similarity between two instances given their begin and end
dates.
|
double |
IsStartedByMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2)
Returns the similarity between two instances given their begin and end
dates.
|
double |
DuringMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2)
Returns the similarity between two instances given their begin and end
dates.
|
double |
IsOverlappedByMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2)
Returns the similarity between two instances given their begin and end
dates.
|
double |
StartsMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2)
Returns the similarity between two instances given their begin and end
dates.
|
double |
MeetsMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2)
Returns the similarity between two instances given their begin and end
dates.
|
| Modifier and Type | Method and Description |
|---|---|
double |
ConcurrentMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2)
Returns the similarity between two instances given their begin dates and
their machine ids.
|
double |
SuccessorMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2)
Returns the similarity between two instances given their begin dates.
|
double |
PredecessorMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2)
Returns the similarity between two instances given their begin dates.
|
| Modifier and Type | Method and Description |
|---|---|
double |
CoveredbyMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
double |
DisjointMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
double |
OverlapsMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
double |
ContainsMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
double |
TouchesMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
double |
IntersectsMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
double |
EqualsMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
double |
WithinMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
double |
CoversMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
double |
CrossesMeasure.getSimilarity(Instance instance1,
Instance instance2,
String property1,
String property2) |
Copyright © 2020. All rights reserved.