Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

A

AbsoluteDifferenceSimilarity - Class in de.uni_mannheim.informatik.dws.winter.similarity.numeric
SimilarityMeasure that calculates a numeric similarity based on the absolute difference between the two numbers
AbsoluteDifferenceSimilarity(double) - Constructor for class de.uni_mannheim.informatik.dws.winter.similarity.numeric.AbsoluteDifferenceSimilarity
Creates a new instance of the similarity measure
AbstractBlocker<RecordType extends Matchable,BlockedType extends Matchable,CorrespondenceType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.blockers
The super class for all blocking strategies.
AbstractBlocker() - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.blockers.AbstractBlocker
 
AbstractRecord<SchemaElementType> - Class in de.uni_mannheim.informatik.dws.winter.model
The super class for models, should be extended by all model classes.
AbstractRecord() - Constructor for class de.uni_mannheim.informatik.dws.winter.model.AbstractRecord
 
AbstractRecord(String, String) - Constructor for class de.uni_mannheim.informatik.dws.winter.model.AbstractRecord
 
Action<InputType> - Interface in de.uni_mannheim.informatik.dws.winter.processing
Interface for methods with one input and no output.
activateDebugReport(String, int) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.DataFusionStrategy
Activates the collection of debug results
activateDebugReport(String, int, DataSet<RecordType, SchemaElementType>) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.DataFusionStrategy
Activates the collection of debug results
activateDebugReport(String, int, MatchingGoldStandard) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.MatchingRule
Activates the collection of debug results
activateDebugReport(String, int) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.MatchingRule
Activates the collection of debug results
activateLogger(String) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.WinterLogManager
Return the logger defined in name and sets this one as the current active logger.
add(T, T, Double) - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SimilarityMatrix
Adds value to the existing value for first and second, if no value exists yet, value is set
add(RecordType) - Method in class de.uni_mannheim.informatik.dws.winter.model.HashedDataSet
Adds an entry to this data set.
add(RecordType) - Method in class de.uni_mannheim.informatik.dws.winter.model.ParallelHashedDataSet
 
add(RecordType) - Method in interface de.uni_mannheim.informatik.dws.winter.processing.Processable
Adds an entry to this processable.
add(RecordType) - Method in class de.uni_mannheim.informatik.dws.winter.processing.ProcessableCollection
 
add(T) - Method in class de.uni_mannheim.informatik.dws.winter.utils.Distribution
 
add(T, int) - Method in class de.uni_mannheim.informatik.dws.winter.utils.Distribution
 
add(Map<T, Integer>, T, int) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.MapUtils
 
add(Map<T, Double>, T, double) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.MapUtils
 
addAll(Collection<RecordType>) - Method in interface de.uni_mannheim.informatik.dws.winter.processing.Processable
Adds all elements in the collection to this processable.
addAll(Collection<RecordType>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.ProcessableCollection
 
addAttribute(SchemaElementType) - Method in interface de.uni_mannheim.informatik.dws.winter.model.DataSet
 
addAttribute(SchemaElementType) - Method in class de.uni_mannheim.informatik.dws.winter.model.HashedDataSet
 
addAttribute(SchemaElementType) - Method in class de.uni_mannheim.informatik.dws.winter.model.ParallelHashedDataSet
 
addAttributeFuser(SchemaElementType, AttributeFuser<RecordType, SchemaElementType>, EvaluationRule<RecordType, SchemaElementType>) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.DataFusionStrategy
Adds a combination of fuser and evaluation rule.
addBaseMatcherResult(Processable<Correspondence<TypeA, TypeB>>, double) - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.EnsembleMatchingAlgorithm
 
addColumn(TableColumn) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
 
addColumn(TableColumn) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableSchema
 
addComparator(Comparator<RecordType, SchemaElementType>, double) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.LinearCombinationMatchingRule
Adds a comparator with the specified weight to this rule.
addComparator(Comparator<RecordType, SchemaElementType>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.WekaMatchingRule
Adds a comparator with the specified weight to this rule.
addComparatorToLog(Comparator<RecordType, SchemaElementType>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.MatchingRule
Enhances the schema of the comparator logs (long/short) to collect results for each comparator.
addCorrespondences(Processable<Correspondence<CorrespondenceType, Matchable>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.BlockingKeyIndexer.BlockingVector
 
addDataTypesToMapping() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
Adds the current data types of all columns to this tables mapping
addDays(Calendar, int) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.CalendarUtil
Add the given amount of days to the given calendar.
addDays(Date, int) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.DateUtil
Add the given amount of days to the given date.
addDebugRecordShort(RecordType, RecordType, Comparator<RecordType, SchemaElementType>, int) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.MatchingRule
Adds a new record to the short debug log for a candidate match (record1-record2) based on a comparator and its position.
addEdge(Triple<T, T, Double>) - Method in class de.uni_mannheim.informatik.dws.winter.clustering.ConnectedComponentClusterer
 
addEdge(Triple<T, T, Double>) - Method in class de.uni_mannheim.informatik.dws.winter.clustering.PartitioningWithPositiveAndNegativeEdges
 
addEdge(TNode, TNode, TEdge, double) - Method in class de.uni_mannheim.informatik.dws.winter.utils.graph.Graph
 
addGoldstandardToDebugResults() - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.MatchingRule
Annotate debug results with goldStandard and write data matching debug results to file if logging was enabled via setCollectDebugResults
addHours(Calendar, int) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.CalendarUtil
Add the given amount of hours to the given calendar.
addHours(Date, int) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.DateUtil
Add the given amount of hours to the given date.
addMatchingRule(FilteringMatchingRule<RecordType, SchemaElementType>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.MaxScoreMatchingRule
 
addMillis(Calendar, int) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.CalendarUtil
Add the given amount of millis to the given calendar.
addMillis(Date, int) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.DateUtil
Add the given amount of millis to the given date.
addMinutes(Calendar, int) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.CalendarUtil
Add the given amount of minutes to the given calendar.
addMinutes(Date, int) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.DateUtil
Add the given amount of minutes to the given date.
addMonths(Calendar, int) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.CalendarUtil
Add the given amount of months to the given calendar.
addMonths(Date, int) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.DateUtil
Add the given amount of months to the given date.
addNegativeExample(Pair<String, String>) - Method in class de.uni_mannheim.informatik.dws.winter.model.MatchingGoldStandard
Adds a negative example to the gold standard
addNode(TNode) - Method in class de.uni_mannheim.informatik.dws.winter.utils.graph.Graph
 
addOriginalId(RecordType, String) - Method in interface de.uni_mannheim.informatik.dws.winter.model.FusibleDataSet
Add an original ID to a fused record (can be called multiple times)
addOriginalId(RecordType, String) - Method in class de.uni_mannheim.informatik.dws.winter.model.FusibleHashedDataSet
Add an original ID to a fused record (can be called multiple times)
addOriginalId(RecordType, String) - Method in class de.uni_mannheim.informatik.dws.winter.model.FusibleParallelHashedDataSet
Add an original ID to a fused record (can be called multiple times)
addOriginalRecord(RecordType, FusibleDataSet<RecordType, SchemaElementType>) - Method in class de.uni_mannheim.informatik.dws.winter.model.FusedValue
Adds an original record as provenance information
addOriginalRecord(FusibleValue<ValueType, RecordType, SchemaElementType>) - Method in class de.uni_mannheim.informatik.dws.winter.model.FusedValue
Adds an original record as provenance information
addParser(String, TableParser) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.TableFactory
 
addPositiveExample(Pair<String, String>) - Method in class de.uni_mannheim.informatik.dws.winter.model.MatchingGoldStandard
Adds a positive example to the gold standard
addProvenanceForColumn(TableColumn) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableColumn
 
addProvenanceForRow(TableRow) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableRow
 
addRecord(String, FusibleDataSet<RecordType, SchemaElementType>) - Method in class de.uni_mannheim.informatik.dws.winter.model.RecordGroup
Adds a record to this group
addRow(TableRow) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
 
addSeconds(Calendar, int) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.CalendarUtil
Add the given amount of seconds to the given calendar.
addSeconds(Date, int) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.DateUtil
Add the given amount of seconds to the given date.
addUnit(Unit) - Method in class de.uni_mannheim.informatik.dws.winter.preprocessing.units.UnitCategory
 
addYears(Calendar, int) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.CalendarUtil
Add the given amount of years to the given calendar.
addYears(Date, int) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.DateUtil
Add the given amount of years to the given date.
AggregableMatchingRule<RecordType extends Matchable,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.rules
A matching rule that specifies how correspondences are grouped for aggregation.
AggregableMatchingRule(double) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.rules.AggregableMatchingRule
 
aggregate(Correspondence<TypeA, TypeB>, Correspondence<TypeA, TypeB>, Object) - Method in class de.uni_mannheim.informatik.dws.winter.matching.aggregators.CorrespondenceAggregator
 
aggregate(Processable<Correspondence<TypeA, TypeB>>, Correspondence<TypeA, TypeB>, Object) - Method in class de.uni_mannheim.informatik.dws.winter.matching.aggregators.TopKAggregator
 
aggregate(Correspondence<TypeA, TypeB>, Correspondence<TypeA, TypeB>, Object) - Method in class de.uni_mannheim.informatik.dws.winter.matching.aggregators.VotingAggregator
 
aggregate(Double, RecordType, Object) - Method in class de.uni_mannheim.informatik.dws.winter.processing.aggregators.AverageAggregator
 
aggregate(Integer, RecordType, Object) - Method in class de.uni_mannheim.informatik.dws.winter.processing.aggregators.CountAggregator
 
aggregate(Distribution<InnerKeyType>, RecordType, Object) - Method in class de.uni_mannheim.informatik.dws.winter.processing.aggregators.DistributionAggregator
 
aggregate(RecordType, RecordType, Object) - Method in class de.uni_mannheim.informatik.dws.winter.processing.aggregators.MaxAggregator
 
aggregate(Performance, Performance, Object) - Method in class de.uni_mannheim.informatik.dws.winter.processing.aggregators.PerformanceAggregator
 
aggregate(Set<RecordType>, RecordType, Object) - Method in class de.uni_mannheim.informatik.dws.winter.processing.aggregators.SetAggregator
 
aggregate(String, String, Object) - Method in class de.uni_mannheim.informatik.dws.winter.processing.aggregators.StringConcatenationAggregator
 
aggregate(Double, RecordType, Object) - Method in class de.uni_mannheim.informatik.dws.winter.processing.aggregators.SumAggregator
 
aggregate(ResultType, RecordType, Object) - Method in interface de.uni_mannheim.informatik.dws.winter.processing.DataAggregator
 
aggregate(RecordKeyValueMapper<KeyType, RecordType, OutputRecordType>, DataAggregator<KeyType, OutputRecordType, ResultType>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.parallel.ParallelProcessableCollection
 
aggregate(RecordKeyValueMapper<KeyType, RecordType, OutputRecordType>, DataAggregator<KeyType, OutputRecordType, ResultType>) - Method in interface de.uni_mannheim.informatik.dws.winter.processing.Processable
Groups records based on the given groupBy mapper and then aggregates the groups using the aggregator.
aggregate(RecordKeyValueMapper<KeyType, RecordType, OutputRecordType>, DataAggregator<KeyType, OutputRecordType, ResultType>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.ProcessableCollection
 
AggregateByFirstRecordRule<RecordType extends Matchable,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.rules
An IdentityMatchingRule that specifies that correspondences should be grouped by their left-hand side
AggregateByFirstRecordRule(double) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.rules.AggregateByFirstRecordRule
 
AggregateBySecondRecordRule<RecordType extends Matchable,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.rules
An IdentityMatchingRule that specifies that correspondences should be grouped by their left-hand side
AggregateBySecondRecordRule(double) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.rules.AggregateBySecondRecordRule
 
AggregateCollector<KeyType,RecordType,ResultType> - Class in de.uni_mannheim.informatik.dws.winter.processing
A group collector that aggregates the elements of a group
AggregateCollector() - Constructor for class de.uni_mannheim.informatik.dws.winter.processing.AggregateCollector
 
aggregateDimensionScores(double, double) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.vectorspace.VectorSpaceCosineSimilarity
 
aggregateDimensionScores(double, double) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.vectorspace.VectorSpaceJaccardSimilarity
 
aggregateDimensionScores(double, double) - Method in interface de.uni_mannheim.informatik.dws.winter.similarity.vectorspace.VectorSpaceSimilarity
Defines how the scores for each dimension are aggregated
aggregateSimilarity(SimilarityMatrix<T>) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.list.ComplexSetSimilarity
 
aggregateSimilarity(SimilarityMatrix<T>) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.list.GeneralisedJaccard
 
aggregateSimilarity(SimilarityMatrix<T>) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.list.GeneralisedMaximumOfContainment
 
aggregateSimilarity(SimilarityMatrix<T>) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.list.LeftSideCoverage
 
aggregateSimilarity(SimilarityMatrix<T>) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.list.MaxSimilarity
 
AggregationResultMapper<KeyType,RecordType> - Class in de.uni_mannheim.informatik.dws.winter.processing
A RecordMapper that returns the result of an aggregation operation with the grouping key
AggregationResultMapper() - Constructor for class de.uni_mannheim.informatik.dws.winter.processing.AggregationResultMapper
 
all(Collection<T>, Func<Boolean, ? super T>) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.query.Q
 
any(Collection<T>, Func<Boolean, ? super T>) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.query.Q
 
append(Processable<RecordType>) - Method in interface de.uni_mannheim.informatik.dws.winter.processing.Processable
appends the given data to this data
append(Processable<RecordType>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.ProcessableCollection
 
append(List<TData>) - Method in class de.uni_mannheim.informatik.dws.winter.utils.mining.SequentialPatternMiner.Sequence
 
append(TData) - Method in class de.uni_mannheim.informatik.dws.winter.utils.mining.SequentialPatternMiner.Sequence
 
append(Table) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
Appends the rows of the given table to this table's rows.
appendBlockingResult(Record) - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.AbstractBlocker
Appends a debug blocking result to the results log
apply(RecordGroup<RecordType, SchemaElementType>, Processable<Correspondence<SchemaElementType, Matchable>>) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.DataFusionStrategy
Applies the strategy (i.e. all specified fusers) to the given group of records
apply(RecordType, RecordType, Processable<Correspondence<SchemaElementType, Matchable>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.FilteringMatchingRule
applies rule to the combination of first and second record and returns the correspondence between them if satisfies the criteria
apply(RecordType, RecordType, Processable<Correspondence<SchemaElementType, Matchable>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.LinearCombinationMatchingRule
 
apply(RecordType, RecordType, Processable<Correspondence<SchemaElementType, Matchable>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.MaxScoreMatchingRule
 
apply(RecordType, RecordType, Correspondence<SchemaElementType, Matchable>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.VotingMatchingRule
 
apply(RecordType, RecordType, Processable<Correspondence<SchemaElementType, Matchable>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.WekaMatchingRule
Apply trained model to a candidate record-pair.
AreAllContainedIn(Collection<T>) - Constructor for class de.uni_mannheim.informatik.dws.winter.utils.query.P.AreAllContainedIn
 
ArrayBasedSimilarityMatrix<T> - Class in de.uni_mannheim.informatik.dws.winter.matrices
Similarity matrix that uses an array as storage
ArrayBasedSimilarityMatrix(int, int) - Constructor for class de.uni_mannheim.informatik.dws.winter.matrices.ArrayBasedSimilarityMatrix
 
ArrayBasedSimilarityMatrixFactory - Class in de.uni_mannheim.informatik.dws.winter.matrices
Factory class for ArrayBasedSimilarityMatrix
ArrayBasedSimilarityMatrixFactory() - Constructor for class de.uni_mannheim.informatik.dws.winter.matrices.ArrayBasedSimilarityMatrixFactory
 
assignUniqueRecordIds(Function<RecordType, Pair<Long, RecordType>>) - Method in interface de.uni_mannheim.informatik.dws.winter.processing.Processable
Executes the given function for every record and provides a unique long value for each call, effectively allowing the assignment of unique ids to all records.
assignUniqueRecordIds(Function<RecordType, Pair<Long, RecordType>>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.ProcessableCollection
 
AssociationRuleMiner<TItem> - Class in de.uni_mannheim.informatik.dws.winter.utils.mining
 
AssociationRuleMiner() - Constructor for class de.uni_mannheim.informatik.dws.winter.utils.mining.AssociationRuleMiner
 
Attribute - Class in de.uni_mannheim.informatik.dws.winter.model.defaultmodel
Default model of an attribute including an attribute name.
Attribute() - Constructor for class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.Attribute
 
Attribute(String) - Constructor for class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.Attribute
 
Attribute(String, String) - Constructor for class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.Attribute
 
ATTRIBUTE_IS_MATCH - Variable in class de.uni_mannheim.informatik.dws.winter.matching.rules.MatchingRule
 
ATTRIBUTE_LABEL - Static variable in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.FeatureVectorDataSet
 
ATTRIBUTE_NAME - Static variable in class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeFusionLogger
 
AttributeFuser<RecordType extends Matchable & Fusible<SchemaElementType>,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.datafusion
Abstract super class for all Fusers used by a fusion strategy
AttributeFuser() - Constructor for class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeFuser
 
AttributeFusionLogger - Class in de.uni_mannheim.informatik.dws.winter.datafusion
Logger for the attribute fusion process.
AttributeFusionLogger(String) - Constructor for class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeFusionLogger
 
AttributeFusionTask<RecordType extends Matchable & Fusible<SchemaElementType>,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.datafusion
Contains all information that is necessary to perform the fusion.
AttributeFusionTask() - Constructor for class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeFusionTask
 
AttributeValueFuser<ValueType,RecordType extends Matchable & Fusible<SchemaElementType>,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.datafusion
Abstract super class for all Fusers tailored to specific attributes (hence the ValueType).
AttributeValueFuser(ConflictResolutionFunction<ValueType, RecordType, SchemaElementType>) - Constructor for class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeValueFuser
Creates an instance, specifies the conflict resolution function to use
Average<RecordType extends Matchable & Fusible<SchemaElementType>,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution.numeric
Average ConflictResolutionFunction: Returns the average of all values
Average() - Constructor for class de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution.numeric.Average
 
average(Collection<T>) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.query.Q
 
AverageAggregator<KeyType,RecordType> - Class in de.uni_mannheim.informatik.dws.winter.processing.aggregators
DataAggregator that calculates the average.
AverageAggregator() - Constructor for class de.uni_mannheim.informatik.dws.winter.processing.aggregators.AverageAggregator
 
AverageAggregator(int) - Constructor for class de.uni_mannheim.informatik.dws.winter.processing.aggregators.AverageAggregator
 
AverageDoubleAggregator<KeyType> - Class in de.uni_mannheim.informatik.dws.winter.processing.aggregators
 
AverageDoubleAggregator() - Constructor for class de.uni_mannheim.informatik.dws.winter.processing.aggregators.AverageDoubleAggregator
 

B

BestChoiceMatching - Class in de.uni_mannheim.informatik.dws.winter.matrices.matcher
Greedy approach that selects the best stable match for each instance of the first dimension
BestChoiceMatching() - Constructor for class de.uni_mannheim.informatik.dws.winter.matrices.matcher.BestChoiceMatching
 
BigPerformance - Class in de.uni_mannheim.informatik.dws.winter.model
Extends Performance for counts that exceed the range of int.
BigPerformance(BigDecimal, BigDecimal, BigDecimal) - Constructor for class de.uni_mannheim.informatik.dws.winter.model.BigPerformance
 
BiquadraticSimilarityMeasureModifier<DataType> - Class in de.uni_mannheim.informatik.dws.winter.similarity.modifiers
Modifies a similarity value by x by returning x^4
BiquadraticSimilarityMeasureModifier() - Constructor for class de.uni_mannheim.informatik.dws.winter.similarity.modifiers.BiquadraticSimilarityMeasureModifier
 
BiquadraticSimilarityMeasureModifier(SimilarityMeasure<DataType>) - Constructor for class de.uni_mannheim.informatik.dws.winter.similarity.modifiers.BiquadraticSimilarityMeasureModifier
 
Block(String, Set<BlockedType>) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.blockers.BlockingKeyIndexer.Block
 
Block(String, Distribution<Pair<BlockedType, Processable<Correspondence<MatchableValue, Matchable>>>>) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.blockers.ValueBasedBlocker.Block
 
Blocker<RecordType extends Matchable,SchemaElementType extends Matchable,BlockedType extends Matchable,CorrespondenceType extends Matchable> - Interface in de.uni_mannheim.informatik.dws.winter.matching.blockers
Interface for a blocker that generates pairs of records from two data sets
BlockingKeyGenerator<RecordType extends Matchable,CorrespondenceType extends Matchable,BlockedType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.blockers.generators
Interface for all blocking functions.
BlockingKeyGenerator() - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.blockers.generators.BlockingKeyGenerator
 
BlockingKeyIndexer<RecordType extends Matchable,SchemaElementType extends Matchable,BlockedType extends Matchable,CorrespondenceType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.blockers
 
BlockingKeyIndexer(BlockingKeyGenerator<RecordType, CorrespondenceType, BlockedType>, BlockingKeyGenerator<RecordType, CorrespondenceType, BlockedType>, VectorSpaceSimilarity, BlockingKeyIndexer.VectorCreationMethod, double) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.blockers.BlockingKeyIndexer
 
BlockingKeyIndexer.Block - Class in de.uni_mannheim.informatik.dws.winter.matching.blockers
 
BlockingKeyIndexer.BlockingVector - Class in de.uni_mannheim.informatik.dws.winter.matching.blockers
 
BlockingKeyIndexer.BlockJoinKeyGenerator - Class in de.uni_mannheim.informatik.dws.winter.matching.blockers
 
BlockingKeyIndexer.VectorCreationMethod - Enum in de.uni_mannheim.informatik.dws.winter.matching.blockers
 
blockingKeyValue - Static variable in class de.uni_mannheim.informatik.dws.winter.matching.blockers.AbstractBlocker
 
BlockingVector() - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.blockers.BlockingKeyIndexer.BlockingVector
 
BlockJoinKeyGenerator() - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.blockers.BlockingKeyIndexer.BlockJoinKeyGenerator
 
BlockJoinKeyGenerator() - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.blockers.ValueBasedBlocker.BlockJoinKeyGenerator
 
BooleanParser - Class in de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes
 
BooleanParser() - Constructor for class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.BooleanParser
 
booleanRegex - Static variable in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.BooleanParser
 
BuildInfo - Class in de.uni_mannheim.informatik.dws.winter.utils
Provides access to the build time and path of the executed jar file
BuildInfo() - Constructor for class de.uni_mannheim.informatik.dws.winter.utils.BuildInfo
 
ByIdentifiersComparator() - Constructor for class de.uni_mannheim.informatik.dws.winter.model.Correspondence.ByIdentifiersComparator
 
ByIdentifiersComparator(boolean) - Constructor for class de.uni_mannheim.informatik.dws.winter.model.Correspondence.ByIdentifiersComparator
 
BySimilarityComparator() - Constructor for class de.uni_mannheim.informatik.dws.winter.model.Correspondence.BySimilarityComparator
 
BySimilarityComparator(boolean) - Constructor for class de.uni_mannheim.informatik.dws.winter.model.Correspondence.BySimilarityComparator
 

C

cacheFirstDimension() - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SparseSimilarityMatrix
 
cacheSecondDimension() - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SparseSimilarityMatrix
 
calculate(LocalDateTime, LocalDateTime) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.date.DaySimilarity
 
calculate(LocalDateTime, LocalDateTime) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.date.NormalisedDateSimilarity
 
calculate(LocalDateTime, LocalDateTime) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.date.WeightedDateSimilarity
 
calculate(LocalDateTime, LocalDateTime) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.date.YearSimilarity
 
calculate(DataType, DataType) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.EqualsSimilarity
 
calculate(Collection<T>, Collection<T>) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.list.ComplexSetSimilarity
 
calculate(Collection<DataType>, Collection<DataType>) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.list.MaximumOfContainment
 
calculate(List<String>, List<String>) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.list.OverlapSimilarity
 
calculate(DataType, DataType) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.modifiers.BiquadraticSimilarityMeasureModifier
 
calculate(DataType, DataType) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.modifiers.QuadraticSimilarityMeasureModifier
 
calculate(DataType, DataType) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.modifiers.SimilarityMeasureModifier
 
calculate(Double, Double) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.numeric.AbsoluteDifferenceSimilarity
 
calculate(Double, Double) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.numeric.DeviationSimilarity
 
calculate(Double, Double) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.numeric.NormalisedNumericSimilarity
 
calculate(Double, Double) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.numeric.PercentageSimilarity
 
calculate(Double, Double) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.numeric.UnadjustedDeviationSimilarity
 
calculate(DataType, DataType) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.SimilarityMeasure
Calculates the similarity of first and second
calculate(String, String) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.string.GeneralisedStringJaccard
 
calculate(String, String) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.string.JaccardOnNGramsSimilarity
 
calculate(String, String) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.string.LevenshteinEditDistance
 
calculate(String, String) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.string.LevenshteinSimilarity
 
calculate(String, String) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.string.MaximumOfTokenContainment
 
calculate(String, String) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.string.TokenizingJaccardSimilarity
Calculates similarity between the first and second string.
calculate(Table) - Method in interface de.uni_mannheim.informatik.dws.winter.webtables.features.Feature
 
calculate(Table) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.features.HorizontallyStackedFeature
 
calculate(Table) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.features.ListFeature
 
calculateAssociationRulesForColumnPositions(Map<Set<TItem>, Integer>) - Method in class de.uni_mannheim.informatik.dws.winter.utils.mining.AssociationRuleMiner
 
calculateColumnStatistics() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableColumn
 
calculateDimensionScore(double, double) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.vectorspace.VectorSpaceCosineSimilarity
 
calculateDimensionScore(double, double) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.vectorspace.VectorSpaceJaccardSimilarity
 
calculateDimensionScore(double, double) - Method in interface de.uni_mannheim.informatik.dws.winter.similarity.vectorspace.VectorSpaceSimilarity
Defines how to calculate the score for a single dimension between two vectors
calculateFeatures(String[]) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.TypeClassifier
Based on the given Column entries.
calculateFrequentItemSetsOfColumnPositions(Collection<Table>, Set<Collection<TItem>>) - Method in class de.uni_mannheim.informatik.dws.winter.utils.mining.FrequentItemSetMiner
 
calculatePerformance(Processable<? extends Matchable>, Processable<? extends Matchable>, Processable<? extends Correspondence<? extends Matchable, ? extends Matchable>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.AbstractBlocker
Calculates the reduction ratio.
calculateSequentialPatterns(Collection<List<TData>>) - Method in class de.uni_mannheim.informatik.dws.winter.utils.mining.SequentialPatternMiner
 
calculateSequentialRules(Set<SequentialPatternMiner.Sequence<TData>>) - Method in class de.uni_mannheim.informatik.dws.winter.utils.mining.SequentialPatternMiner
 
calculateSupportCount(Set<SequentialPatternMiner.Sequence<TData>>, Collection<List<TData>>) - Method in class de.uni_mannheim.informatik.dws.winter.utils.mining.SequentialPatternMiner
 
CalendarUtil - Class in de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes
Useful Calendar utilities.
cancel(Parallel.ITask) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.parallel.Parallel
 
cardinalityRegex - Static variable in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.DataTypesConfig
 
castCausalCorrespondences() - Method in class de.uni_mannheim.informatik.dws.winter.model.Correspondence
performs an *unchecked* cast of the causal correspondences and returns them.
categories - Static variable in class de.uni_mannheim.informatik.dws.winter.preprocessing.units.UnitCategoryParser
 
CentreClusterer<T> - Class in de.uni_mannheim.informatik.dws.winter.clustering
Implements the CENTER clustering algorithm, which finds star-shaped clusters in an undirected, weighted graph.
CentreClusterer() - Constructor for class de.uni_mannheim.informatik.dws.winter.clustering.CentreClusterer
 
changeDirection(Processable<Correspondence<RecordType, CausalType>>) - Static method in class de.uni_mannheim.informatik.dws.winter.model.Correspondence
Inverts the direction of the correspondences in the given ResultSet
changeDirection() - Method in class de.uni_mannheim.informatik.dws.winter.model.Correspondence
 
checkIfList(String) - Static method in class de.uni_mannheim.informatik.dws.winter.webtables.ListHandler
 
checkQuantity(String) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.units.UnitCategoryParser
 
checkUnit(String, UnitCategory) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.units.UnitCategoryParser
 
checkUnit(String) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.units.UnitParser
 
checkUnitCategory(String) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.units.UnitCategoryParser
 
CLASS - Static variable in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableMapping
 
CLASS - Static variable in class de.uni_mannheim.informatik.dws.winter.webtables.TableMapping
 
CLASS_CONFIDENCE - Static variable in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableMapping
 
CLASS_CONFIDENCE - Static variable in class de.uni_mannheim.informatik.dws.winter.webtables.TableMapping
 
Classifier - Class in de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier
Holds the decision tree logic to classify a column based on its corresponding features.
Classifier() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.Classifier
 
classify(List<String>) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.Classifier
Classifies a column based on its features.
clear() - Static method in class de.uni_mannheim.informatik.dws.winter.utils.StringCache
 
clear() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
Removes all rows from the table
clearProvenance() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
removes all provenance information from the table
ClearRecords() - Method in interface de.uni_mannheim.informatik.dws.winter.model.DataSet
Removes all records from this dataset
ClearRecords() - Method in class de.uni_mannheim.informatik.dws.winter.model.HashedDataSet
Removes all records from this dataset
ClearRecords() - Method in class de.uni_mannheim.informatik.dws.winter.model.ParallelHashedDataSet
 
closeIndexReader() - Method in interface de.uni_mannheim.informatik.dws.winter.index.IIndex
 
closeIndexReader() - Method in class de.uni_mannheim.informatik.dws.winter.index.io.DefaultIndex
 
closeIndexReader() - Method in class de.uni_mannheim.informatik.dws.winter.index.io.InMemoryIndex
 
closeIndexWriter() - Method in interface de.uni_mannheim.informatik.dws.winter.index.IIndex
 
closeIndexWriter() - Method in class de.uni_mannheim.informatik.dws.winter.index.io.DefaultIndex
 
closeIndexWriter() - Method in class de.uni_mannheim.informatik.dws.winter.index.io.InMemoryIndex
 
cluster(Collection<Triple<T, T, Double>>) - Method in class de.uni_mannheim.informatik.dws.winter.clustering.CentreClusterer
applies the clustering algorithm and returns a map of centre -> cluster
cluster(Collection<Triple<T, T, Double>>) - Method in class de.uni_mannheim.informatik.dws.winter.clustering.ConnectedComponentClusterer
 
cluster(Collection<Triple<T, T, Double>>) - Method in class de.uni_mannheim.informatik.dws.winter.clustering.GraphBasedClusteringAlgorithm
Applies the clustering algorithm and returns a map of cluster -> centroid, if no centroid is available it returns a map of cluster -> null
cluster(Collection<Triple<T, T, Double>>) - Method in class de.uni_mannheim.informatik.dws.winter.clustering.HierarchicalClusterer
 
cluster(Collection<Triple<T, T, Double>>) - Method in class de.uni_mannheim.informatik.dws.winter.clustering.PartitioningWithPositiveAndNegativeEdges
 
ClusteredVote<ValueType,RecordType extends Matchable & Fusible<SchemaElementType>,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution
Clustered Vote ConflictResolutionFunction: Clusters all values and returns the centroid of the largest cluster
ClusteredVote(SimilarityMeasure<ValueType>, double) - Constructor for class de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution.ClusteredVote
 
coGroup(Processable<RecordType2>, Function<KeyType, RecordType>, Function<KeyType, RecordType2>, RecordMapper<Pair<Iterable<RecordType>, Iterable<RecordType2>>, OutputRecordType>) - Method in interface de.uni_mannheim.informatik.dws.winter.processing.Processable
co-groups two datasets
coGroup(Processable<RecordType2>, Function<KeyType, RecordType>, Function<KeyType, RecordType2>, RecordMapper<Pair<Iterable<RecordType>, Iterable<RecordType2>>, OutputRecordType>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.ProcessableCollection
 
collectBlockSizeData(String, int) - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.AbstractBlocker
Activates the collection of debug results
CollectionContainsAllValues(Collection<T>, Collection<T>) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.query.P
 
CollectionContainsValue(Collection<T>, T) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.query.P
 
CollectionIsContainedInValues(Collection<T>, Collection<T>) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.query.P
 
ColumnHeaderProjection() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.TableColumn.ColumnHeaderProjection
 
ColumnIdentifierProjection() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.TableColumn.ColumnIdentifierProjection
 
ColumnIndexAndHeaderProjection() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.TableColumn.ColumnIndexAndHeaderProjection
 
ColumnIndexAndHeaderProjection(String) - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.TableColumn.ColumnIndexAndHeaderProjection
 
ColumnIndexProjection() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.TableColumn.ColumnIndexProjection
 
ColumnType - Class in de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes
 
ColumnType(DataType, Unit) - Constructor for class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.ColumnType
 
combine(Correspondence<RecordType, SchemaElementType>, Correspondence<RecordType, SchemaElementType>) - Static method in class de.uni_mannheim.informatik.dws.winter.model.Correspondence
Combines two correspondences which have the same target schema to a correspondence between the two source schemas, i.e. a->c; b->c will be combined to a->b
combineDataWithCorrespondences(Processable<RecordType>, Processable<Correspondence<CorrespondenceType, Matchable>>, RecordKeyValueMapper<Object, Correspondence<CorrespondenceType, Matchable>, Correspondence<CorrespondenceType, Matchable>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.AbstractBlocker
 
Comparator<RecordType extends Matchable,SchemaElementType extends Matchable> - Interface in de.uni_mannheim.informatik.dws.winter.matching.rules
Interface for all AbstractRecord comparators.
COMPARATORLOG - Static variable in class de.uni_mannheim.informatik.dws.winter.matching.rules.ComparatorLogger
 
ComparatorLogger - Class in de.uni_mannheim.informatik.dws.winter.matching.rules
 
ComparatorLogger(String) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.rules.ComparatorLogger
 
COMPARATORNAME - Static variable in class de.uni_mannheim.informatik.dws.winter.matching.rules.ComparatorLogger
 
compare(RecordType, RecordType, Correspondence<SchemaElementType, Matchable>) - Method in interface de.uni_mannheim.informatik.dws.winter.matching.rules.Comparator
Compares two records and returns a similarity value
compare(TypeA, TypeA, Correspondence<TypeB, Matchable>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.IdentityMatchingRule
 
compare(RecordType, RecordType, Correspondence<SchemaElementType, Matchable>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.LinearCombinationMatchingRule
 
compare(RecordType, RecordType, Correspondence<SchemaElementType, Matchable>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.MaxScoreMatchingRule
 
compare(RecordType, RecordType, Correspondence<SchemaElementType, Matchable>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.VotingMatchingRule
 
compare(RecordType, RecordType, Correspondence<SchemaElementType, Matchable>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.WekaMatchingRule
 
compare(Correspondence<RecordType, CausalType>, Correspondence<RecordType, CausalType>) - Method in class de.uni_mannheim.informatik.dws.winter.model.Correspondence.ByIdentifiersComparator
 
compare(Correspondence<RecordType, CausalType>, Correspondence<RecordType, CausalType>) - Method in class de.uni_mannheim.informatik.dws.winter.model.Correspondence.BySimilarityComparator
 
compare(Attribute, Attribute, Correspondence<Attribute, Matchable>) - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators.LabelComparatorJaccard
 
compare(Attribute, Attribute, Correspondence<Record, Matchable>) - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators.LabelComparatorLevenshtein
 
compare(Record, Record, Correspondence<Attribute, Matchable>) - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators.RecordComparatorEqual
 
compare(Record, Record, Correspondence<Attribute, Matchable>) - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators.RecordComparatorJaccard
 
compare(Record, Record, Correspondence<Attribute, Matchable>) - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators.RecordComparatorLevenshtein
 
compare(Record, Record, Correspondence<Attribute, Matchable>) - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators.RecordComparatorOverlapMultipleAttributes
 
compare(Edge<TNode, TEdge>, Edge<TNode, TEdge>) - Method in class de.uni_mannheim.informatik.dws.winter.utils.graph.Edge.EdgeByNodeIdComparator
 
compare(Node<T>, Node<T>) - Method in class de.uni_mannheim.informatik.dws.winter.utils.graph.Node.NodeIdComparator
 
compare(Table, Table) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table.TableIdComparator
 
compare(Table, Table) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table.TablePathComparator
 
compare(TableColumn, TableColumn) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableColumn.TableColumnByIndexComparator
 
compareTo(TableColumn) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableColumn
 
ComplexSetSimilarity<T> - Class in de.uni_mannheim.informatik.dws.winter.similarity.list
super class for set-based similarity functions that compare the elements of the sets using an inner similarity function
ComplexSetSimilarity() - Constructor for class de.uni_mannheim.informatik.dws.winter.similarity.list.ComplexSetSimilarity
 
ConflictResolutionFunction<ValueType,RecordType extends Matchable & Fusible<SchemaElementType>,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution
The abstract super class for all conflict resolution functions
ConflictResolutionFunction() - Constructor for class de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution.ConflictResolutionFunction
 
ConnectedComponentClusterer<T> - Class in de.uni_mannheim.informatik.dws.winter.clustering
A Clusterer that returns the weakly connected components in the graph formed by the input data.
ConnectedComponentClusterer() - Constructor for class de.uni_mannheim.informatik.dws.winter.clustering.ConnectedComponentClusterer
 
CONSISTENCY - Static variable in class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeFusionLogger
 
Consumer<T> - Interface in de.uni_mannheim.informatik.dws.winter.utils.parallel
Interface for a data consumer
containPunctuationCharactersinHeaderCell(String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.FeatureSet
Returns true if punctuations are present in header cell an otherwise false.
Contains(T) - Constructor for class de.uni_mannheim.informatik.dws.winter.utils.query.P.Contains
 
ContainsAll(Collection<T>) - Constructor for class de.uni_mannheim.informatik.dws.winter.utils.query.P.ContainsAll
 
containsAny(String, Collection<String>) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.StringUtils
Checks if the string passed as first parameter contains any of the other strings passed as second parameter
containsNegative(String, String) - Method in class de.uni_mannheim.informatik.dws.winter.model.MatchingGoldStandard
Checks if the gold standard contains the given combination of record ids as a negative example
containsNegative(Matchable, Matchable) - Method in class de.uni_mannheim.informatik.dws.winter.model.MatchingGoldStandard
Checks if the gold standard contains the given combination of records as a negative example
containsPositive(String, String) - Method in class de.uni_mannheim.informatik.dws.winter.model.MatchingGoldStandard
Checks if the gold standard contains the given combination of record ids as a positive example
containsPositive(Matchable, Matchable) - Method in class de.uni_mannheim.informatik.dws.winter.model.MatchingGoldStandard
Checks if the gold standard contains the given combination of records as a positive example
continueCollectDebugResults() - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.MatchingRule
Continue to collect debug results if result log shorter than maxDebugLogSize
ConvertTable - Class in de.uni_mannheim.informatik.dws.winter.webtables.app
 
ConvertTable() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.app.ConvertTable
 
ConvertTable.format - Enum in de.uni_mannheim.informatik.dws.winter.webtables.app
 
convertValues() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
Converts all values to the type corresponding to the respective column's data type (no unit detection/conversion)
copy() - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SimilarityMatrix
 
copy() - Method in interface de.uni_mannheim.informatik.dws.winter.processing.Processable
 
copy() - Method in class de.uni_mannheim.informatik.dws.winter.processing.ProcessableCollection
 
copy(Table, int) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableColumn
 
copy(Table, int, boolean) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableColumn
 
copy(Table) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableRow
 
copySchema() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
 
CORRECT_VALUE - Static variable in class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeFusionLogger
 
Correspondence<RecordType extends Matchable,CausalType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.model
Represent a correspondence.
Correspondence() - Constructor for class de.uni_mannheim.informatik.dws.winter.model.Correspondence
 
Correspondence(RecordType, RecordType, double) - Constructor for class de.uni_mannheim.informatik.dws.winter.model.Correspondence
 
Correspondence(RecordType, RecordType, double, Processable<Correspondence<CausalType, Matchable>>) - Constructor for class de.uni_mannheim.informatik.dws.winter.model.Correspondence
 
Correspondence(RecordType, RecordType, double, Processable<Correspondence<CausalType, Matchable>>, Object) - Constructor for class de.uni_mannheim.informatik.dws.winter.model.Correspondence
 
Correspondence.ByIdentifiersComparator<RecordType extends Matchable,CausalType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.model
 
Correspondence.BySimilarityComparator<RecordType extends Matchable,CausalType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.model
 
Correspondence.RecordId - Class in de.uni_mannheim.informatik.dws.winter.model
 
CorrespondenceAggregator<TypeA extends Matchable,TypeB extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.aggregators
An aggregation function for correspondences that sums up the scores of all correspondences in the same group.
CorrespondenceAggregator(double) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.aggregators.CorrespondenceAggregator
 
CorrespondenceCombiningBlocker<RecordType extends Matchable,SchemaElementType extends Matchable,BlockedType extends Matchable,CorrespondenceType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.blockers
Combines the provided record correspondences with the schema correspondences.
CorrespondenceCombiningBlocker(Processable<Correspondence<BlockedType, CorrespondenceType>>) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.blockers.CorrespondenceCombiningBlocker
 
CorrespondenceCombiningBlocker() - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.blockers.CorrespondenceCombiningBlocker
 
CorrespondenceCountAggregator<TypeA extends Matchable,TypeB extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.aggregators
An aggregation function for correspondences that counts the number of correspondences in the same group.
CorrespondenceCountAggregator(double) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.aggregators.CorrespondenceCountAggregator
 
correspondences - Variable in class de.uni_mannheim.informatik.dws.winter.matching.blockers.CorrespondenceCombiningBlocker
 
CorrespondenceSet<RecordType extends Matchable & Fusible<SchemaElementType>,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.datafusion
Represents a set of correspondences (from the identity resolution)
CorrespondenceSet() - Constructor for class de.uni_mannheim.informatik.dws.winter.datafusion.CorrespondenceSet
 
CountAggregator<KeyType,RecordType> - Class in de.uni_mannheim.informatik.dws.winter.processing.aggregators
DataAggregator that counts the number of elements.
CountAggregator() - Constructor for class de.uni_mannheim.informatik.dws.winter.processing.aggregators.CountAggregator
 
countLines(String) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.FileUtils
 
createBlockingVectors(Processable<Pair<RecordType, Processable<Correspondence<CorrespondenceType, Matchable>>>>, BlockingKeyGenerator<RecordType, CorrespondenceType, BlockedType>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.BlockingKeyIndexer
 
createCausalCorrespondences(Pair<RecordType, Processable<Correspondence<CorrespondenceType, Matchable>>>, Pair<RecordType, Processable<Correspondence<CorrespondenceType, Matchable>>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.AbstractBlocker
 
createCausalCorrespondences(BlockedType, BlockedType, BlockingKeyIndexer<RecordType, SchemaElementType, BlockedType, CorrespondenceType>.BlockingVector, BlockingKeyIndexer<RecordType, SchemaElementType, BlockedType, CorrespondenceType>.BlockingVector) - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.BlockingKeyIndexer
 
createCausalCorrespondences(BlockedType, BlockedType, BlockingKeyIndexer<RecordType, SchemaElementType, BlockedType, MatchableValue>.BlockingVector, BlockingKeyIndexer<RecordType, SchemaElementType, BlockedType, MatchableValue>.BlockingVector) - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.InstanceBasedBlockingKeyIndexer
 
createClusters() - Method in class de.uni_mannheim.informatik.dws.winter.clustering.HierarchicalClusterer
 
createCorrespondences(Processable<Triple<String, Pair<BlockedType, BlockingKeyIndexer<RecordType, SchemaElementType, BlockedType, CorrespondenceType>.BlockingVector>, Pair<BlockedType, BlockingKeyIndexer<RecordType, SchemaElementType, BlockedType, CorrespondenceType>.BlockingVector>>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.BlockingKeyIndexer
 
createDisambiguationColumn(TableColumn) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.preprocessing.TableDisambiguationExtractor
 
createDocumentFrequencies(Processable<BlockingKeyIndexer<RecordType, SchemaElementType, BlockedType, CorrespondenceType>.Block>, Processable<BlockingKeyIndexer<RecordType, SchemaElementType, BlockedType, CorrespondenceType>.Block>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.BlockingKeyIndexer
 
createElementFromRecord(RecordType, Document) - Method in class de.uni_mannheim.informatik.dws.winter.model.io.XMLFormatter
Creates an element representing a record
createEmptyCopy() - Method in class de.uni_mannheim.informatik.dws.winter.matrices.ArrayBasedSimilarityMatrix
 
createEmptyCopy() - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SimilarityMatrix
 
createEmptyCopy() - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SparseSimilarityMatrix
 
createFeatures(String[], AnnotationPipeline) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.FeatureSet
serves as a general entrance point and organizes the feature creation.
createFinalValue(Pair<TypeA, TypeA>, Correspondence<TypeA, TypeB>, Object) - Method in class de.uni_mannheim.informatik.dws.winter.matching.aggregators.CorrespondenceAggregator
 
createFinalValue(Pair<TypeA, TypeA>, Correspondence<TypeA, TypeB>, Object) - Method in class de.uni_mannheim.informatik.dws.winter.matching.aggregators.VotingAggregator
 
createFinalValue(KeyType, Double, Object) - Method in class de.uni_mannheim.informatik.dws.winter.processing.aggregators.AverageAggregator
 
createFinalValue(KeyType, ResultType, Object) - Method in interface de.uni_mannheim.informatik.dws.winter.processing.DataAggregator
 
createFirstDimensionCache() - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SparseSimilarityMatrix
 
createFromCorrespondences(Processable<Correspondence<RecordType, Matchable>>, FusibleDataSet<RecordType, SchemaElementType>, FusibleDataSet<RecordType, SchemaElementType>) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.CorrespondenceSet
Creates the CorrespondenceSet from correspondences.
createFusedDataSet() - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.DataFusionStrategy
Creates a new instance of a FusibleDataSet and adds attributes for all known attribute fusers.
createInnerMap() - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SparseSimilarityMatrix
 
createInstanceForFusion(RecordGroup<RecordType, SchemaElementType>) - Method in interface de.uni_mannheim.informatik.dws.winter.model.FusibleFactory
Creates a record that will receive all the values from the data fusion for the given record group
createInvertedIndex(Processable<Pair<BlockedType, BlockingKeyIndexer<RecordType, SchemaElementType, BlockedType, CorrespondenceType>.BlockingVector>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.BlockingKeyIndexer
 
createModelFromElement(Node, String) - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.XMLRecordReader
 
createModelFromElement(Node, String) - Method in class de.uni_mannheim.informatik.dws.winter.model.io.XMLMatchableReader
creates a RecordType record from an XML node
createOneElementSequences(Collection<List<TData>>) - Method in class de.uni_mannheim.informatik.dws.winter.utils.mining.SequentialPatternMiner
 
createOuterMap() - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SparseSimilarityMatrix
 
createProcessable(OutputRecordType) - Method in class de.uni_mannheim.informatik.dws.winter.processing.parallel.ParallelProcessableCollection
 
createProcessable(OutputRecordType) - Method in interface de.uni_mannheim.informatik.dws.winter.processing.Processable
Creates a new Processable for the type given as parameter.
createProcessable(OutputRecordType) - Method in class de.uni_mannheim.informatik.dws.winter.processing.ProcessableCollection
 
createProcessableFromCollection(Collection<OutputRecordType>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.parallel.ParallelProcessableCollection
 
createProcessableFromCollection(Collection<OutputRecordType>) - Method in interface de.uni_mannheim.informatik.dws.winter.processing.Processable
Creates a new Processable with the provided elements as content
createProcessableFromCollection(Collection<OutputRecordType>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.ProcessableCollection
 
createRecordGroup() - Method in class de.uni_mannheim.informatik.dws.winter.model.RecordGroupFactory
 
createResult() - Method in class de.uni_mannheim.informatik.dws.winter.clustering.ConnectedComponentClusterer
 
createResult() - Method in class de.uni_mannheim.informatik.dws.winter.clustering.PartitioningWithPositiveAndNegativeEdges
 
createRootElement(Document) - Method in class de.uni_mannheim.informatik.dws.winter.model.io.XMLFormatter
Creates the root element for a collection of records
createSecondDimensionCache() - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SparseSimilarityMatrix
 
createSimilarityMatrix(int, int) - Method in class de.uni_mannheim.informatik.dws.winter.matrices.ArrayBasedSimilarityMatrixFactory
 
createSimilarityMatrix(int, int) - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SimilarityMatrixFactory
 
createSimilarityMatrix(int, int) - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SparseSimilarityMatrixFactory
 
createTableFromFile(File) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.TableFactory
 
CreateTableStatistics - Class in de.uni_mannheim.informatik.dws.winter.webtables.app
 
CreateTableStatistics() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.app.CreateTableStatistics
 
createTextElement(String, String, Document) - Method in class de.uni_mannheim.informatik.dws.winter.model.io.XMLFormatter
Creates a text element with the specified element name and the value as content
createTFIDFVectors(Processable<Pair<BlockedType, BlockingKeyIndexer<RecordType, SchemaElementType, BlockedType, CorrespondenceType>.BlockingVector>>, Processable<Pair<String, Double>>, int) - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.BlockingKeyIndexer
 
createTwoElementSequences(Set<SequentialPatternMiner.Sequence<TData>>) - Method in class de.uni_mannheim.informatik.dws.winter.utils.mining.SequentialPatternMiner
 
crossValidateModel(Classifier, Instances, int, Random, Object...) - Method in class de.uni_mannheim.informatik.dws.winter.utils.weka.EvaluationWithBalancing
 
CSVCorrespondenceFormatter - Class in de.uni_mannheim.informatik.dws.winter.model.io
Writes correspondences to a CSV file.
CSVCorrespondenceFormatter() - Constructor for class de.uni_mannheim.informatik.dws.winter.model.io.CSVCorrespondenceFormatter
 
CSVDataSetFormatter<RecordType extends Matchable,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.model.io
Super class for formatting a AbstractRecord as CSV
CSVDataSetFormatter() - Constructor for class de.uni_mannheim.informatik.dws.winter.model.io.CSVDataSetFormatter
 
CSVFormatter<RecordType> - Class in de.uni_mannheim.informatik.dws.winter.model.io
Super class for CSV writers.
CSVFormatter() - Constructor for class de.uni_mannheim.informatik.dws.winter.model.io.CSVFormatter
 
CSVMatchableReader<RecordType extends Matchable,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.model.io
Super class for CSV readers.
CSVMatchableReader() - Constructor for class de.uni_mannheim.informatik.dws.winter.model.io.CSVMatchableReader
 
CSVRecordReader - Class in de.uni_mannheim.informatik.dws.winter.model.defaultmodel
Reader for records from CSV files.
CSVRecordReader(int) - Constructor for class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.CSVRecordReader
 
CSVRecordReader(int, Map<String, Attribute>) - Constructor for class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.CSVRecordReader
 
CsvTableParser - Class in de.uni_mannheim.informatik.dws.winter.webtables.parsers
Loads a Web Table in the CSV format.
CsvTableParser() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.parsers.CsvTableParser
 
CsvTableParser(TypeDetector) - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.parsers.CsvTableParser
 
CSVTableWriter - Class in de.uni_mannheim.informatik.dws.winter.webtables.writers
Writes a Web Table in the CSV format.
CSVTableWriter() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.writers.CSVTableWriter
 

D

DATA_TYPES - Static variable in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableMapping
 
DATA_TYPES - Static variable in class de.uni_mannheim.informatik.dws.winter.webtables.TableMapping
 
DataAggregator<KeyType,RecordType,ResultType> - Interface in de.uni_mannheim.informatik.dws.winter.processing
Interface for aggregation operations.
DataFusionEngine<RecordType extends Matchable & Fusible<SchemaElementType>,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.datafusion
Executer class to run the data fusion based on a selected DataFusionStrategy.
DataFusionEngine(DataFusionStrategy<RecordType, SchemaElementType>) - Constructor for class de.uni_mannheim.informatik.dws.winter.datafusion.DataFusionEngine
Creates a new instance that uses the specified data fusion strategy.
DataFusionEvaluator<RecordType extends Matchable & Fusible<SchemaElementType>,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.datafusion
Evaluates a data fusion result based on a given DataFusionStrategy
DataFusionEvaluator(DataFusionStrategy<RecordType, SchemaElementType>, RecordGroupFactory<RecordType, SchemaElementType>) - Constructor for class de.uni_mannheim.informatik.dws.winter.datafusion.DataFusionEvaluator
Creates a new instance with the provided strategy
DataFusionEvaluator(DataFusionStrategy<RecordType, SchemaElementType>) - Constructor for class de.uni_mannheim.informatik.dws.winter.datafusion.DataFusionEvaluator
Creates a new instance with the provided strategy
DataFusionStrategy<RecordType extends Matchable & Fusible<SchemaElementType>,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.datafusion
Defines which fuser should be applied and which evaluation rules should be used during data fusion process.
DataFusionStrategy(FusibleFactory<RecordType, SchemaElementType>) - Constructor for class de.uni_mannheim.informatik.dws.winter.datafusion.DataFusionStrategy
Creates a new instance and specifies which factory to use when creating fused records
DataIterator<RecordType> - Interface in de.uni_mannheim.informatik.dws.winter.processing
Interface for iterations.
DataSet<RecordType extends Matchable,SchemaElementType extends Matchable> - Interface in de.uni_mannheim.informatik.dws.winter.model
Interface for data sets.
DataSetNormalizer<RecordType extends Record> - Class in de.uni_mannheim.informatik.dws.winter.model.defaultmodel.preprocessing
 
DataSetNormalizer() - Constructor for class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.preprocessing.DataSetNormalizer
 
DataType - Enum in de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes
 
DataTypeProjection() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.TableColumn.DataTypeProjection
 
DataTypesConfig - Class in de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes
 
DataTypesConfig() - Constructor for class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.DataTypesConfig
 
DateJavaTime - Class in de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes
 
DateJavaTime() - Constructor for class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.DateJavaTime
 
DateUtil - Class in de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes
Useful Date utilities.
DaySimilarity - Class in de.uni_mannheim.informatik.dws.winter.similarity.date
SimilarityMeasure, that calculates the similarity of two dates, based on the number of days between them.
DaySimilarity(int) - Constructor for class de.uni_mannheim.informatik.dws.winter.similarity.date.DaySimilarity
Initialize DaySimilarity with a maximal difference (in days).
de.uni_mannheim.informatik.dws.winter.clustering - package de.uni_mannheim.informatik.dws.winter.clustering
Defines clustering methods for the ClusteredVote conflict resolution function.
de.uni_mannheim.informatik.dws.winter.datafusion - package de.uni_mannheim.informatik.dws.winter.datafusion
Package for Data Fusion.
de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution - package de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution
Conflict resolution functions for data fusion.
de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution.list - package de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution.list
 
de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution.meta - package de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution.meta
 
de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution.numeric - package de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution.numeric
 
de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution.string - package de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution.string
 
de.uni_mannheim.informatik.dws.winter.index - package de.uni_mannheim.informatik.dws.winter.index
 
de.uni_mannheim.informatik.dws.winter.index.io - package de.uni_mannheim.informatik.dws.winter.index.io
 
de.uni_mannheim.informatik.dws.winter.index.management - package de.uni_mannheim.informatik.dws.winter.index.management
 
de.uni_mannheim.informatik.dws.winter.matching - package de.uni_mannheim.informatik.dws.winter.matching
Package for Schema Matching and Identity Resolution.
de.uni_mannheim.informatik.dws.winter.matching.aggregators - package de.uni_mannheim.informatik.dws.winter.matching.aggregators
 
de.uni_mannheim.informatik.dws.winter.matching.algorithms - package de.uni_mannheim.informatik.dws.winter.matching.algorithms
 
de.uni_mannheim.informatik.dws.winter.matching.blockers - package de.uni_mannheim.informatik.dws.winter.matching.blockers
 
de.uni_mannheim.informatik.dws.winter.matching.blockers.generators - package de.uni_mannheim.informatik.dws.winter.matching.blockers.generators
 
de.uni_mannheim.informatik.dws.winter.matching.rules - package de.uni_mannheim.informatik.dws.winter.matching.rules
 
de.uni_mannheim.informatik.dws.winter.matrices - package de.uni_mannheim.informatik.dws.winter.matrices
 
de.uni_mannheim.informatik.dws.winter.matrices.matcher - package de.uni_mannheim.informatik.dws.winter.matrices.matcher
 
de.uni_mannheim.informatik.dws.winter.model - package de.uni_mannheim.informatik.dws.winter.model
 
de.uni_mannheim.informatik.dws.winter.model.defaultmodel - package de.uni_mannheim.informatik.dws.winter.model.defaultmodel
 
de.uni_mannheim.informatik.dws.winter.model.defaultmodel.blocking - package de.uni_mannheim.informatik.dws.winter.model.defaultmodel.blocking
 
de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators - package de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators
 
de.uni_mannheim.informatik.dws.winter.model.defaultmodel.preprocessing - package de.uni_mannheim.informatik.dws.winter.model.defaultmodel.preprocessing
 
de.uni_mannheim.informatik.dws.winter.model.io - package de.uni_mannheim.informatik.dws.winter.model.io
 
de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes - package de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes
 
de.uni_mannheim.informatik.dws.winter.preprocessing.units - package de.uni_mannheim.informatik.dws.winter.preprocessing.units
 
de.uni_mannheim.informatik.dws.winter.processing - package de.uni_mannheim.informatik.dws.winter.processing
 
de.uni_mannheim.informatik.dws.winter.processing.aggregators - package de.uni_mannheim.informatik.dws.winter.processing.aggregators
 
de.uni_mannheim.informatik.dws.winter.processing.parallel - package de.uni_mannheim.informatik.dws.winter.processing.parallel
 
de.uni_mannheim.informatik.dws.winter.similarity - package de.uni_mannheim.informatik.dws.winter.similarity
 
de.uni_mannheim.informatik.dws.winter.similarity.date - package de.uni_mannheim.informatik.dws.winter.similarity.date
 
de.uni_mannheim.informatik.dws.winter.similarity.list - package de.uni_mannheim.informatik.dws.winter.similarity.list
 
de.uni_mannheim.informatik.dws.winter.similarity.modifiers - package de.uni_mannheim.informatik.dws.winter.similarity.modifiers
 
de.uni_mannheim.informatik.dws.winter.similarity.numeric - package de.uni_mannheim.informatik.dws.winter.similarity.numeric
 
de.uni_mannheim.informatik.dws.winter.similarity.string - package de.uni_mannheim.informatik.dws.winter.similarity.string
 
de.uni_mannheim.informatik.dws.winter.similarity.vectorspace - package de.uni_mannheim.informatik.dws.winter.similarity.vectorspace
 
de.uni_mannheim.informatik.dws.winter.utils - package de.uni_mannheim.informatik.dws.winter.utils
 
de.uni_mannheim.informatik.dws.winter.utils.graph - package de.uni_mannheim.informatik.dws.winter.utils.graph
 
de.uni_mannheim.informatik.dws.winter.utils.mining - package de.uni_mannheim.informatik.dws.winter.utils.mining
 
de.uni_mannheim.informatik.dws.winter.utils.parallel - package de.uni_mannheim.informatik.dws.winter.utils.parallel
 
de.uni_mannheim.informatik.dws.winter.utils.query - package de.uni_mannheim.informatik.dws.winter.utils.query
 
de.uni_mannheim.informatik.dws.winter.utils.weka - package de.uni_mannheim.informatik.dws.winter.utils.weka
 
de.uni_mannheim.informatik.dws.winter.webtables - package de.uni_mannheim.informatik.dws.winter.webtables
 
de.uni_mannheim.informatik.dws.winter.webtables.app - package de.uni_mannheim.informatik.dws.winter.webtables.app
 
de.uni_mannheim.informatik.dws.winter.webtables.detectors - package de.uni_mannheim.informatik.dws.winter.webtables.detectors
 
de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier - package de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier
 
de.uni_mannheim.informatik.dws.winter.webtables.features - package de.uni_mannheim.informatik.dws.winter.webtables.features
 
de.uni_mannheim.informatik.dws.winter.webtables.lod - package de.uni_mannheim.informatik.dws.winter.webtables.lod
 
de.uni_mannheim.informatik.dws.winter.webtables.parsers - package de.uni_mannheim.informatik.dws.winter.webtables.parsers
 
de.uni_mannheim.informatik.dws.winter.webtables.parsers.specialised.uri - package de.uni_mannheim.informatik.dws.winter.webtables.parsers.specialised.uri
 
de.uni_mannheim.informatik.dws.winter.webtables.preprocessing - package de.uni_mannheim.informatik.dws.winter.webtables.preprocessing
 
de.uni_mannheim.informatik.dws.winter.webtables.writers - package de.uni_mannheim.informatik.dws.winter.webtables.writers
 
deduplicate(Collection<TableColumn>) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
Removes duplicates from the table.
deduplicate(Collection<TableColumn>, Table.ConflictHandling) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
Removes duplicates from the table.
deduplicate(Collection<TableColumn>, Table.ConflictHandling, boolean) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
Removes duplicates from the table.
deduplicateFeatureDataSet(FeatureVectorDataSet) - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.RuleLearner
 
DefaultAttributeValueGenerator - Class in de.uni_mannheim.informatik.dws.winter.model.defaultmodel.blocking
A blocking key generator that uses the values of an attribute as blocking keys
DefaultAttributeValueGenerator(DataSet<Attribute, Attribute>) - Constructor for class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.blocking.DefaultAttributeValueGenerator
 
DefaultAttributeValuesAsBlockingKeyGenerator - Class in de.uni_mannheim.informatik.dws.winter.model.defaultmodel.blocking
A blocking key generator that uses the values of an attribute as blocking keys
DefaultAttributeValuesAsBlockingKeyGenerator(DataSet<Attribute, Attribute>) - Constructor for class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.blocking.DefaultAttributeValuesAsBlockingKeyGenerator
 
DefaultIndex - Class in de.uni_mannheim.informatik.dws.winter.index.io
 
DefaultIndex() - Constructor for class de.uni_mannheim.informatik.dws.winter.index.io.DefaultIndex
 
DefaultIndex(String) - Constructor for class de.uni_mannheim.informatik.dws.winter.index.io.DefaultIndex
 
DefaultRecordValueGenerator - Class in de.uni_mannheim.informatik.dws.winter.model.defaultmodel.blocking
A blocking key generator that uses the values of a record as blocking keys
DefaultRecordValueGenerator(DataSet<Attribute, Attribute>) - Constructor for class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.blocking.DefaultRecordValueGenerator
 
DefaultRecordValuesAsBlockingKeyGenerator - Class in de.uni_mannheim.informatik.dws.winter.model.defaultmodel.blocking
A blocking key generator that uses the values of a record as blocking keys
DefaultRecordValuesAsBlockingKeyGenerator(DataSet<Attribute, Attribute>) - Constructor for class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.blocking.DefaultRecordValuesAsBlockingKeyGenerator
 
delimiter - Static variable in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.LodCsvTableParser
 
Dependency() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema.Dependency
 
Dependency(int[], int[], double) - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema.Dependency
 
detectColumnType(DataSet<RecordType, Attribute>, Attribute, TypeDetector) - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.preprocessing.DataSetNormalizer
 
detectEmptyHeaderRows(String[][], boolean) - Method in interface de.uni_mannheim.informatik.dws.winter.webtables.detectors.RowContentDetector
 
detectEmptyHeaderRows(String[][], boolean) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.WebTablesRowContentDetector
Empty rows at the beginning of a table.
detectSumRow(String[][]) - Method in interface de.uni_mannheim.informatik.dws.winter.webtables.detectors.RowContentDetector
 
detectSumRow(String[][]) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.WebTablesRowContentDetector
Detectors a sum Row based on the value of the last row´s first value by using the totalRowIndicators
detectTableHeader(String[][], int[]) - Method in interface de.uni_mannheim.informatik.dws.winter.webtables.detectors.TableHeaderDetector
 
detectTableHeader(String[][], int[]) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.TableHeaderDetectorContentBased
 
detectTableHeader(String[][], int[]) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.TableHeaderDetectorDatatypeBased
 
detectTableHeader(String[][], int[]) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.TableHeaderDetectorFirstRow
 
detectTypeForColumn(Object[], String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.PatternbasedTypeDetector
 
detectTypeForColumn(Object[], String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.TypeClassifier
Interface method to reach the ColumnDetectionLibrary.
detectTypeForColumn(Object[], String) - Method in interface de.uni_mannheim.informatik.dws.winter.webtables.detectors.TypeDetector
 
detectTypeForColumn(Object[], String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.TypeGuesser
 
detectTypeForSingleValue(String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.PatternbasedTypeDetector
 
detectTypeForValue(String, Unit) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.PatternbasedTypeDetector
use for rough type detection
determineDateFormat(String) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.DateJavaTime
Determine DateTimeFormatter pattern matching with the given date string.
determineDateFormat(String) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.DateUtil
Determine SimpleDateFormat pattern matching with the given date string.
DeviationSimilarity - Class in de.uni_mannheim.informatik.dws.winter.similarity.numeric
returns 1 if the values are equal, otherwise 0.5 * (smaller value / larger value)
DeviationSimilarity() - Constructor for class de.uni_mannheim.informatik.dws.winter.similarity.numeric.DeviationSimilarity
 
distinct() - Method in interface de.uni_mannheim.informatik.dws.winter.processing.Processable
returns only distinct elements (based on hashCode and equals)
distinct() - Method in class de.uni_mannheim.informatik.dws.winter.processing.ProcessableCollection
 
Distribution<T> - Class in de.uni_mannheim.informatik.dws.winter.utils
A model for frequency distributions.
Distribution() - Constructor for class de.uni_mannheim.informatik.dws.winter.utils.Distribution
 
DistributionAggregator<KeyType,RecordType,InnerKeyType> - Class in de.uni_mannheim.informatik.dws.winter.processing.aggregators
DataAggregator that creates a frequency distribution of the values given by getInnerKey(record).
DistributionAggregator() - Constructor for class de.uni_mannheim.informatik.dws.winter.processing.aggregators.DistributionAggregator
 
DuplicateBasedMatchingAlgorithm<RecordType extends Matchable,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.algorithms
Implementation of duplicate-based matching: the values of the given duplicates are compared and vote for correspondences.
DuplicateBasedMatchingAlgorithm(DataSet<SchemaElementType, SchemaElementType>, DataSet<SchemaElementType, SchemaElementType>, Processable<Correspondence<RecordType, Matchable>>, VotingMatchingRule<SchemaElementType, RecordType>, CorrespondenceAggregator<SchemaElementType, RecordType>, Blocker<SchemaElementType, SchemaElementType, SchemaElementType, RecordType>) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.algorithms.DuplicateBasedMatchingAlgorithm
Constructor without filtering: all votes are used.
DuplicateBasedMatchingAlgorithm(DataSet<SchemaElementType, SchemaElementType>, DataSet<SchemaElementType, SchemaElementType>, Processable<Correspondence<RecordType, Matchable>>, VotingMatchingRule<SchemaElementType, RecordType>, TopKVotesAggregator<SchemaElementType, RecordType>, CorrespondenceAggregator<SchemaElementType, RecordType>, Blocker<SchemaElementType, SchemaElementType, SchemaElementType, RecordType>) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.algorithms.DuplicateBasedMatchingAlgorithm
Constructor with filtering: a voteFilter is applied before aggregating the votes.
DynamicStringNormalizer - Class in de.uni_mannheim.informatik.dws.winter.webtables.parsers
 
DynamicStringNormalizer() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.parsers.DynamicStringNormalizer
 

E

Edge<TNode,TEdge> - Class in de.uni_mannheim.informatik.dws.winter.utils.graph
Model of an edge in a graph.
Edge(Node<TNode>, Node<TNode>, TEdge, double) - Constructor for class de.uni_mannheim.informatik.dws.winter.utils.graph.Edge
 
Edge.EdgeByNodeIdComparator<TNode,TEdge> - Class in de.uni_mannheim.informatik.dws.winter.utils.graph
 
EdgeByNodeIdComparator() - Constructor for class de.uni_mannheim.informatik.dws.winter.utils.graph.Edge.EdgeByNodeIdComparator
 
elapsedDays(Calendar, Calendar) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.CalendarUtil
Retrieve the amount of elapsed days between the two given calendars.
elapsedDays(Date, Date) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.DateUtil
Retrieve the amount of elapsed days between the two given dates.
elapsedHours(Calendar, Calendar) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.CalendarUtil
Retrieve the amount of elapsed hours between the two given calendars.
elapsedHours(Date, Date) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.DateUtil
Retrieve the amount of elapsed hours between the two given dates.
elapsedMillis(Calendar, Calendar) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.CalendarUtil
Retrieve the amount of elapsed milliseconds between the two given calendars.
elapsedMillis(Date, Date) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.DateUtil
Retrieve the amount of elapsed milliseconds between the two given dates.
elapsedMinutes(Calendar, Calendar) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.CalendarUtil
Retrieve the amount of elapsed minutes between the two given calendars.
elapsedMinutes(Date, Date) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.DateUtil
Retrieve the amount of elapsed minutes between the two given dates.
elapsedMonths(Calendar, Calendar) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.CalendarUtil
Retrieve the amount of elapsed months between the two given calendars.
elapsedMonths(Date, Date) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.DateUtil
Retrieve the amount of elapsed months between the two given dates.
elapsedSeconds(Calendar, Calendar) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.CalendarUtil
Retrieve the amount of elapsed seconds between the two given calendars.
elapsedSeconds(Date, Date) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.DateUtil
Retrieve the amount of elapsed seconds between the two given dates.
elapsedTime(Calendar, Calendar) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.CalendarUtil
Calculate the total of elapsed time from years up to seconds between the two given calendars.
elapsedTime(Date, Date) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.DateUtil
Calculate the total of elapsed time from years up to seconds between the two given dates.
elapsedYears(Calendar, Calendar) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.CalendarUtil
Retrieve the amount of elapsed years between the two given calendars.
elapsedYears(Date, Date) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.DateUtil
Retrieve the amount of elapsed years between the two given dates.
elements - Variable in class de.uni_mannheim.informatik.dws.winter.processing.ProcessableCollection
 
endLoad() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
Should be called after the loading is done, so unneeded memory overhead can be freed
endLoadData() - Static method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.LodCsvTableParser
 
EnsembleMatchingAlgorithm<TypeA extends Matchable,TypeB extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.algorithms
Ensemble that combines the results of multiple matchers.
EnsembleMatchingAlgorithm(CorrespondenceAggregator<TypeA, TypeB>) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.algorithms.EnsembleMatchingAlgorithm
 
entriesSortedByValues(Map<K, V>) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.OtherOperations
 
equals(Object) - Method in class de.uni_mannheim.informatik.dws.winter.model.AbstractRecord
 
equals(Object) - Method in class de.uni_mannheim.informatik.dws.winter.model.Correspondence
 
equals(Object) - Method in class de.uni_mannheim.informatik.dws.winter.model.Correspondence.RecordId
 
equals(Object) - Method in class de.uni_mannheim.informatik.dws.winter.model.LeftIdentityPair
 
equals(Object) - Method in class de.uni_mannheim.informatik.dws.winter.model.MatchableValue
 
equals(Object) - Method in class de.uni_mannheim.informatik.dws.winter.model.Pair
 
equals(Object) - Method in class de.uni_mannheim.informatik.dws.winter.model.Triple
 
equals(Object) - Method in class de.uni_mannheim.informatik.dws.winter.utils.graph.Edge
 
equals(Object) - Method in class de.uni_mannheim.informatik.dws.winter.utils.graph.Node
 
equals(Object) - Method in class de.uni_mannheim.informatik.dws.winter.utils.mining.SequentialPatternMiner.Sequence
 
equals(Object, Object, boolean) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.query.Q
 
equals(Object) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableColumn
 
equals(Object) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableRow
 
EqualsSimilarity<DataType> - Class in de.uni_mannheim.informatik.dws.winter.similarity
A SimilarityMeasure that checks two records for equality.
EqualsSimilarity() - Constructor for class de.uni_mannheim.informatik.dws.winter.similarity.EqualsSimilarity
 
era - Static variable in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.DataTypesConfig
 
evaluate(FusibleDataSet<RecordType, SchemaElementType>, DataSet<RecordType, SchemaElementType>, Processable<Correspondence<SchemaElementType, Matchable>>) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.DataFusionEvaluator
Evaluates the the data fusion result against a gold standard
evaluateMatching(Processable<Correspondence<RecordType, SchemaElementType>>, MatchingGoldStandard) - Method in class de.uni_mannheim.informatik.dws.winter.matching.MatchingEvaluator
Evaluates the given correspondences against the gold standard
evaluateMatching(Collection<Correspondence<RecordType, SchemaElementType>>, MatchingGoldStandard) - Method in class de.uni_mannheim.informatik.dws.winter.matching.MatchingEvaluator
Evaluates the given correspondences against the gold standard
EvaluationRule<RecordType extends Matchable,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.datafusion
Abstract super class for all evaluation rules
EvaluationRule() - Constructor for class de.uni_mannheim.informatik.dws.winter.datafusion.EvaluationRule
 
EvaluationWithBalancing - Class in de.uni_mannheim.informatik.dws.winter.utils.weka
 
EvaluationWithBalancing(Instances, Filter) - Constructor for class de.uni_mannheim.informatik.dws.winter.utils.weka.EvaluationWithBalancing
 
Executable - Class in de.uni_mannheim.informatik.dws.winter.utils
Super class for executable classes that provides command-line parsing
Executable() - Constructor for class de.uni_mannheim.informatik.dws.winter.utils.Executable
 
execute(RecordGroup<RecordType, SchemaElementType>, RecordType) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeFusionTask
 
execute(BlockingKeyIndexer<RecordType, SchemaElementType, BlockedType, CorrespondenceType>.Block) - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.BlockingKeyIndexer.BlockJoinKeyGenerator
 
execute(ValueBasedBlocker<RecordType, SchemaElementType, BlockedType>.Block) - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.ValueBasedBlocker.BlockJoinKeyGenerator
 
execute(InputType) - Method in interface de.uni_mannheim.informatik.dws.winter.processing.Action
 
execute(InputType) - Method in interface de.uni_mannheim.informatik.dws.winter.processing.Function
 
execute(Group<KeyType, RecordType>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.GroupJoinKeyGenerator
 
execute(Pair<T, U>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.PairFirstJoinKeyGenerator
 
execute(T) - Method in interface de.uni_mannheim.informatik.dws.winter.utils.parallel.Consumer
 
execute() - Method in interface de.uni_mannheim.informatik.dws.winter.utils.parallel.Parallel.ITask
 
execute() - Method in class de.uni_mannheim.informatik.dws.winter.utils.parallel.Producer
 
execute() - Method in class de.uni_mannheim.informatik.dws.winter.utils.parallel.Task
 
execute(String[][]) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.TypeClassifier
Executes the ColumnTypeDetection for a two dimensional String Table.
expectedFirstDimensionSize - Variable in class de.uni_mannheim.informatik.dws.winter.matrices.SparseSimilarityMatrix
 
expectedSecondDimensionSize - Variable in class de.uni_mannheim.informatik.dws.winter.matrices.SparseSimilarityMatrix
 
exportModel(File) - Method in interface de.uni_mannheim.informatik.dws.winter.matching.rules.LearnableMatchingRule
 
exportModel(File) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.LinearCombinationMatchingRule
 
exportModel(File) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.WekaMatchingRule
Store model in file system
exportTrainingData(DataSet<RecordType, SchemaElementType>, DataSet<RecordType, SchemaElementType>, MatchingGoldStandard, File) - Method in interface de.uni_mannheim.informatik.dws.winter.matching.rules.LearnableMatchingRule
 
exportTrainingData(DataSet<RecordType, SchemaElementType>, DataSet<RecordType, SchemaElementType>, MatchingGoldStandard, File) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.LinearCombinationMatchingRule
 
exportTrainingData(DataSet<RecordType, SchemaElementType>, DataSet<RecordType, SchemaElementType>, MatchingGoldStandard, File) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.WekaMatchingRule
 
ExtendedRunnable - Class in de.uni_mannheim.informatik.dws.winter.utils.parallel
Extended version of the Runnable interface that can keep track of exceptions.
ExtendedRunnable() - Constructor for class de.uni_mannheim.informatik.dws.winter.utils.parallel.ExtendedRunnable
 
extractDisambiguations(Collection<Table>) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.preprocessing.TableDisambiguationExtractor
 
extractNumbering(Collection<Table>) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.preprocessing.TableNumberingExtractor
 
extractPatternFromCell(String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.TableHeaderDetectorContentBased
Define the extraction pattern.

F

FavourSources<ValueType,RecordType extends Matchable & Fusible<SchemaElementType>,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution.meta
Favour sources ConflictResolutionFunction: returns the value from the dataset with the highest data set score, which can represent the rating of this dataset or any other score
FavourSources() - Constructor for class de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution.meta.FavourSources
 
Feature - Interface in de.uni_mannheim.informatik.dws.winter.webtables.features
 
FeatureGenerator - Class in de.uni_mannheim.informatik.dws.winter.webtables.app
 
FeatureGenerator() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.app.FeatureGenerator
 
FeatureSet - Class in de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier
Creates the feature set per column, which is used to predict a column´s data type.
FeatureSet(MaxentTagger) - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.FeatureSet
 
FeatureVectorDataSet - Class in de.uni_mannheim.informatik.dws.winter.model.defaultmodel
A data set for features created by a matching rule.
FeatureVectorDataSet() - Constructor for class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.FeatureVectorDataSet
 
FileUtils - Class in de.uni_mannheim.informatik.dws.winter.utils
Collection of utility functions for files.
FileUtils() - Constructor for class de.uni_mannheim.informatik.dws.winter.utils.FileUtils
 
fillDebugRecord(Record, Comparator<RecordType, SchemaElementType>, int) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.MatchingRule
Fills a debug result from the corresponding comparators log.
fillFusionLog(AttributeFusionTask<RecordType, SchemaElementType>, RecordGroup<RecordType, SchemaElementType>, Processable<Correspondence<SchemaElementType, Matchable>>, RecordType) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.DataFusionStrategy
Add log entry to debug results log.
fillSimilarity(RecordType, RecordType, double) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.MatchingRule
Fills the similarity value of a debug record based on its identifier.
fillSimilarity(Record, Double) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.MatchingRule
Fills the similarity value of a debug record.
FilteringMatchingRule<RecordType extends Matchable,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.rules
Super-class for matching rules for schema matching
FilteringMatchingRule(double) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.rules.FilteringMatchingRule
 
finalise() - Method in class de.uni_mannheim.informatik.dws.winter.processing.AggregateCollector
 
finalise() - Method in interface de.uni_mannheim.informatik.dws.winter.processing.DataIterator
 
finalise() - Method in class de.uni_mannheim.informatik.dws.winter.processing.GroupCollector
 
finalise() - Method in class de.uni_mannheim.informatik.dws.winter.processing.parallel.ThreadSafeAggregateCollector
 
finalise() - Method in class de.uni_mannheim.informatik.dws.winter.processing.parallel.ThreadSafeGroupCollector
 
finalise() - Method in class de.uni_mannheim.informatik.dws.winter.processing.parallel.ThreadSafeProcessableCollector
 
finalise() - Method in class de.uni_mannheim.informatik.dws.winter.processing.ProcessableCollector
 
finalise() - Method in class de.uni_mannheim.informatik.dws.winter.processing.SysOutDatasetIterator
 
findUniquenessViolations(Collection<TableColumn>) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
checks for duplicate values of the provided column combination and returns all rows which contain duplicate values.
firstOrDefault(Collection<T>) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.query.Q
 
firstOrNull() - Method in interface de.uni_mannheim.informatik.dws.winter.processing.Processable
 
firstOrNull() - Method in class de.uni_mannheim.informatik.dws.winter.processing.ProcessableCollection
 
flatten(Processable<Correspondence<T, U>>, Processable<Correspondence<T, U>>) - Static method in class de.uni_mannheim.informatik.dws.winter.model.Correspondence
creates a new correspondence for each causal correspondence
FlattenAggregatedCorrespondencesRule<KeyType,RecordType extends Matchable,CausalType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.rules
A RecordMapper that returns the result of a list-aggregation operation without the grouping key as a single output list.
FlattenAggregatedCorrespondencesRule() - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.rules.FlattenAggregatedCorrespondencesRule
 
FlattenAggregationResultMapper<KeyType,RecordType> - Class in de.uni_mannheim.informatik.dws.winter.processing
A RecordMapper that returns the result of a list-aggregation operation without the grouping key as a single output list
FlattenAggregationResultMapper() - Constructor for class de.uni_mannheim.informatik.dws.winter.processing.FlattenAggregationResultMapper
 
foreach(DataIterator<RecordType>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.parallel.ParallelProcessableCollection
 
foreach(Action<RecordType>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.parallel.ParallelProcessableCollection
 
foreach(DataIterator<RecordType>) - Method in interface de.uni_mannheim.informatik.dws.winter.processing.Processable
Iterates over the given dataset without producing a result
foreach(Action<RecordType>) - Method in interface de.uni_mannheim.informatik.dws.winter.processing.Processable
Iterates over the processable and executes the provided action for each element.
foreach(DataIterator<RecordType>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.ProcessableCollection
 
foreach(Action<RecordType>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.ProcessableCollection
 
foreach(Iterable<T>, Consumer<T>) - Method in class de.uni_mannheim.informatik.dws.winter.utils.parallel.Parallel
 
foreach(Iterable<T>, Consumer<T>, String) - Method in class de.uni_mannheim.informatik.dws.winter.utils.parallel.Parallel
 
forLoop(int, int, Consumer<Integer>) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.parallel.Parallel
 
forLoop(int, int, Consumer<Integer>, String) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.parallel.Parallel
 
format(Record, DataSet<Record, Attribute>, List<Attribute>) - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.RecordCSVFormatter
 
format(Correspondence<TypeA, TypeB>) - Method in class de.uni_mannheim.informatik.dws.winter.model.io.CSVCorrespondenceFormatter
 
format(RecordType, DataSet<RecordType, SchemaElementType>, List<SchemaElementType>) - Method in class de.uni_mannheim.informatik.dws.winter.model.io.CSVDataSetFormatter
 
format(RecordType) - Method in class de.uni_mannheim.informatik.dws.winter.model.io.CSVFormatter
 
format() - Method in class de.uni_mannheim.informatik.dws.winter.utils.Distribution
 
format(int) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableRow
 
format() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableSchema
 
format(int) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableSchema
 
formatCompact() - Method in class de.uni_mannheim.informatik.dws.winter.utils.Distribution
 
formatDataTypes(int) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableSchema
 
formatFunctionalDependencies() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
 
formatList(List<String>) - Static method in class de.uni_mannheim.informatik.dws.winter.webtables.ListHandler
 
formatRowIdentifier(String, int) - Static method in class de.uni_mannheim.informatik.dws.winter.webtables.TableRow
 
formatValue(Object, TableColumn) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.writers.LodCsvTableWriter
 
frequency - Static variable in class de.uni_mannheim.informatik.dws.winter.matching.blockers.AbstractBlocker
 
FrequentItemSetMiner<TItem> - Class in de.uni_mannheim.informatik.dws.winter.utils.mining
 
FrequentItemSetMiner() - Constructor for class de.uni_mannheim.informatik.dws.winter.utils.mining.FrequentItemSetMiner
 
fromCollection(Collection<T>) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.Distribution
 
fromCollection(Collection<T>, Func<TDist, T>) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.Distribution
 
fromCorrespondences(Collection<Correspondence<T, U>>, SimilarityMatrixFactory) - Static method in class de.uni_mannheim.informatik.dws.winter.matrices.SimilarityMatrix
 
fromJson(File) - Static method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
fromJson(File) - Static method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableWithMappingSchema
 
fromMap(Map<T, U>) - Static method in class de.uni_mannheim.informatik.dws.winter.model.Pair
 
fromTableMapping(TableMapping) - Static method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableMapping
 
fromTriples(Collection<Triple<TNode, TNode, Double>>) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.graph.Graph
 
Func<TOut,TIn> - Interface in de.uni_mannheim.informatik.dws.winter.utils.query
Interface for functions with one input and one output value.
Function<OutputType,InputType> - Interface in de.uni_mannheim.informatik.dws.winter.processing
Interface for functions with one input and one output.
fuse(RecordGroup<RecordType, SchemaElementType>, RecordType, Processable<Correspondence<SchemaElementType, Matchable>>, SchemaElementType) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeFuser
fuses the group of records and assigns values to the fused Record
FUSEDVALUE - Static variable in class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeFusionLogger
 
FusedValue<ValueType,RecordType extends Matchable & Fusible<SchemaElementType>,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.model
Represents a fused value in the data fusion process
FusedValue(ValueType) - Constructor for class de.uni_mannheim.informatik.dws.winter.model.FusedValue
Creates a fused value without any provenance information
FusedValue(FusibleValue<ValueType, RecordType, SchemaElementType>) - Constructor for class de.uni_mannheim.informatik.dws.winter.model.FusedValue
Creates a fused value with the original record and dataset as provenance information
Fusible<SchemaElementType> - Interface in de.uni_mannheim.informatik.dws.winter.model
Interface representing all fusible records
FusibleDataSet<RecordType extends Matchable & Fusible<SchemaElementType>,SchemaElementType extends Matchable> - Interface in de.uni_mannheim.informatik.dws.winter.model
DataSet extended by functionality for data fusion
FusibleFactory<RecordType extends Matchable & Fusible<SchemaElementType>,SchemaElementType extends Matchable> - Interface in de.uni_mannheim.informatik.dws.winter.model
Specifies the factory method for creating a fused record
FusibleHashedDataSet<RecordType extends Matchable & Fusible<SchemaElementType>,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.model
HashedDataSet class extended by functionalities for data fusion
FusibleHashedDataSet() - Constructor for class de.uni_mannheim.informatik.dws.winter.model.FusibleHashedDataSet
 
FusibleParallelHashedDataSet<RecordType extends Matchable & Fusible<SchemaElementType>,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.model
ParallelHashedDataSet class extended by functionalities for data fusion
FusibleParallelHashedDataSet() - Constructor for class de.uni_mannheim.informatik.dws.winter.model.FusibleParallelHashedDataSet
 
FusibleValue<ValueType,RecordType extends Matchable & Fusible<SchemaElementType>,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.model
Wrapper for a value during the data fusion process
FusibleValue(ValueType, RecordType, FusibleDataSet<RecordType, SchemaElementType>) - Constructor for class de.uni_mannheim.informatik.dws.winter.model.FusibleValue
Creates a fusable value from the actual value, the source record and the source dataset

G

GeneralisedJaccard<T extends Comparable<T>> - Class in de.uni_mannheim.informatik.dws.winter.similarity.list
Jaccard similarity with an inner similarity function for token comparisons.
GeneralisedJaccard() - Constructor for class de.uni_mannheim.informatik.dws.winter.similarity.list.GeneralisedJaccard
 
GeneralisedMaximumOfContainment<T extends Comparable<? super T>> - Class in de.uni_mannheim.informatik.dws.winter.similarity.list
 
GeneralisedMaximumOfContainment(SimilarityMeasure<T>, double) - Constructor for class de.uni_mannheim.informatik.dws.winter.similarity.list.GeneralisedMaximumOfContainment
 
GeneralisedStringJaccard - Class in de.uni_mannheim.informatik.dws.winter.similarity.string
Generalised Jaccard for strings.
GeneralisedStringJaccard(SimilarityMeasure<String>, double, double) - Constructor for class de.uni_mannheim.informatik.dws.winter.similarity.string.GeneralisedStringJaccard
 
generateAggregationKey(Correspondence<RecordType, SchemaElementType>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.AggregableMatchingRule
 
generateAggregationKey(Correspondence<RecordType, SchemaElementType>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.AggregateByFirstRecordRule
 
generateAggregationKey(Correspondence<RecordType, SchemaElementType>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.AggregateBySecondRecordRule
 
generateBlockingKeys(RecordType, Processable<Correspondence<CorrespondenceType, Matchable>>, DataIterator<Pair<String, BlockedType>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.generators.BlockingKeyGenerator
Generates the blocking key(s) for the given record.
generateBlockingKeys(RecordType, Processable<Correspondence<CorrespondenceType, Matchable>>, DataIterator<Pair<String, RecordType>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.generators.StaticBlockingKeyGenerator
 
generateBlockingKeys(Record, Processable<Correspondence<MatchableValue, Matchable>>, DataIterator<Pair<String, Attribute>>) - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.blocking.DefaultAttributeValueGenerator
 
generateBlockingKeys(Record, Processable<Correspondence<MatchableValue, Matchable>>, DataIterator<Pair<String, Attribute>>) - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.blocking.DefaultAttributeValuesAsBlockingKeyGenerator
 
generateBlockingKeys(Record, Processable<Correspondence<MatchableValue, Matchable>>, DataIterator<Pair<String, Record>>) - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.blocking.DefaultRecordValueGenerator
 
generateBlockingKeys(Record, Processable<Correspondence<MatchableValue, Matchable>>, DataIterator<Pair<String, Record>>) - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.blocking.DefaultRecordValuesAsBlockingKeyGenerator
 
generateFeatures(RecordType, RecordType, Processable<Correspondence<SchemaElementType, Matchable>>, FeatureVectorDataSet) - Method in interface de.uni_mannheim.informatik.dws.winter.matching.rules.LearnableMatchingRule
creates the record with the respective features
generateFeatures(RecordType, RecordType, Processable<Correspondence<SchemaElementType, Matchable>>, FeatureVectorDataSet) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.LinearCombinationMatchingRule
 
generateFeatures(RecordType, RecordType, Processable<Correspondence<SchemaElementType, Matchable>>, FeatureVectorDataSet) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.WekaMatchingRule
creates the record with the respective features
generateTrainingDataForLearning(DataSet<RecordType, SchemaElementType>, DataSet<RecordType, SchemaElementType>, MatchingGoldStandard, LearnableMatchingRule<RecordType, SchemaElementType>, Processable<? extends Correspondence<SchemaElementType, ? extends Matchable>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.RuleLearner
Generates a data set containing features that can be used to learn matching rules.
GEO_COORD_REGEX_SIMPLE - Static variable in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.GeoCoordinateParser
 
GEO_COORD_REGEX_SIMPLE1 - Static variable in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.GeoCoordinateParser
 
GeoCoordinate - Class in de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes
 
GeoCoordinate() - Constructor for class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.GeoCoordinate
 
GeoCoordinateParser - Class in de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes
 
GeoCoordinateParser() - Constructor for class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.GeoCoordinateParser
 
GeoCoordRegex - Static variable in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.GeoCoordinateParser
this regex is more complex and catches all types of coordinates, but often catches single double numbers
get(T, T) - Method in class de.uni_mannheim.informatik.dws.winter.matrices.ArrayBasedSimilarityMatrix
 
get(T, T) - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SimilarityMatrix
 
get(T, T) - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SparseSimilarityMatrix
 
get() - Method in class de.uni_mannheim.informatik.dws.winter.model.HashedDataSet
 
get() - Method in class de.uni_mannheim.informatik.dws.winter.model.ParallelHashedDataSet
 
get() - Method in interface de.uni_mannheim.informatik.dws.winter.processing.Processable
 
get() - Method in class de.uni_mannheim.informatik.dws.winter.processing.ProcessableCollection
 
get(Map<T, U>, T, U) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.MapUtils
 
get(Map<K, Map<K, V>>, K, K) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.MapUtils2
 
get(Map<K, Map<K, V>>, K, K, V) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.MapUtils2
 
get() - Method in class de.uni_mannheim.informatik.dws.winter.utils.parallel.ThreadBoundObject
 
get(int) - Method in class de.uni_mannheim.informatik.dws.winter.utils.SparseArray
 
get(int, T[], int[]) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.SparseArray
 
get(String) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.StringCache
 
get(int) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
 
get(int) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableRow
 
get(int) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableSchema
 
getAbbreviations() - Method in class de.uni_mannheim.informatik.dws.winter.preprocessing.units.Quantity
 
getAbbreviations() - Method in class de.uni_mannheim.informatik.dws.winter.preprocessing.units.Unit
 
getAggregationResult() - Method in class de.uni_mannheim.informatik.dws.winter.processing.AggregateCollector
 
getAggregationResult() - Method in class de.uni_mannheim.informatik.dws.winter.processing.parallel.ThreadSafeAggregateCollector
 
getAll() - Method in class de.uni_mannheim.informatik.dws.winter.utils.parallel.ThreadBoundObject
 
getAllElementsSupportCount() - Method in class de.uni_mannheim.informatik.dws.winter.utils.mining.SequentialPatternMiner.SequentialRule
 
getAllProperSubsets(Set<T>) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.query.Q
Creates all proper subsets of the given set (that is, excluding the set itself).
getAllSubsets(Set<T>) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.query.Q
Creates all subsets of the given set (including the set itself).
getAttribute(String) - Method in interface de.uni_mannheim.informatik.dws.winter.model.DataSet
 
getAttribute(String) - Method in class de.uni_mannheim.informatik.dws.winter.model.HashedDataSet
 
getAttribute(String) - Method in class de.uni_mannheim.informatik.dws.winter.model.ParallelHashedDataSet
 
getAttributeConsistencies(CorrespondenceSet<RecordType, SchemaElementType>, Processable<Correspondence<SchemaElementType, Matchable>>) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.DataFusionEngine
Calculates the consistencies of the attributes of the records in the given correspondence set according to the data fusion strategy
getAttributeConsistency(RecordGroup<RecordType, SchemaElementType>, Processable<Correspondence<SchemaElementType, Matchable>>) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.DataFusionStrategy
calculates the number of non-conflicting values for the given group of records, according the fusers of this strategy
getAttributeDensities() - Method in interface de.uni_mannheim.informatik.dws.winter.model.FusibleDataSet
 
getAttributeDensities() - Method in class de.uni_mannheim.informatik.dws.winter.model.FusibleHashedDataSet
 
getAttributeDensities() - Method in class de.uni_mannheim.informatik.dws.winter.model.FusibleParallelHashedDataSet
 
getAttributeFusers(RecordGroup<RecordType, SchemaElementType>, Processable<Correspondence<SchemaElementType, Matchable>>) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.DataFusionStrategy
returns the fusers specified for this strategy
getAttributeId() - Method in class de.uni_mannheim.informatik.dws.winter.model.MatchableValue
 
getAttributeName() - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeFusionLogger
 
getAttributeRecord1() - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators.RecordComparator
 
getAttributeRecord2() - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators.RecordComparator
 
getAttributeRecords1() - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators.RecordComparatorOverlapMultipleAttributes
 
getAttributeRecords2() - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators.RecordComparatorOverlapMultipleAttributes
 
getAverage() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableColumnStatistics
 
getAverageCharacterLenghth() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.FeatureSet
 
getAverageNumberofDataTokensinEachCell() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.FeatureSet
 
getAverageNumberofPunctuationsinEachCell() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.FeatureSet
 
getAverageNumberofSpecialCharactersinEachCell() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.FeatureSet
 
getBlockedPairs() - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.AbstractBlocker
 
getBlocker() - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.DuplicateBasedMatchingAlgorithm
 
getBlocker() - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.RuleBasedMatchingAlgorithm
 
getBuildTime(Class<?>) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.BuildInfo
 
getBuildTimeString(Class<?>) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.BuildInfo
 
getCandidateKeys() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
getCandidateKeys() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableSchema
 
getCausalCorrespondences() - Method in class de.uni_mannheim.informatik.dws.winter.model.Correspondence
 
getCellContentPattern() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.FeatureSet
 
getClassifier() - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.WekaMatchingRule
 
getColSums() - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SimilarityMatrix
 
getColumnContentWithoutSpaces(String[]) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.OtherOperations
 
getColumnDensities() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
 
getColumnDomains() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
 
getColumnHeaders() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
getColumnIndex() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableColumn
 
getColumnProvenance() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
getColumns() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
 
getColumnUniqueness() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
 
getComparatorName() - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.ComparatorLogger
 
getComparatorName(Comparator<RecordType, SchemaElementType>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.WekaMatchingRule
 
getComparisonLog() - Method in interface de.uni_mannheim.informatik.dws.winter.matching.rules.Comparator
 
getComparisonLog() - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.MatchingRule
 
getComparisonLog() - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators.LabelComparatorJaccard
 
getComparisonLog() - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators.LabelComparatorLevenshtein
 
getComparisonLog() - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators.RecordComparatorEqual
 
getComparisonLog() - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators.RecordComparatorJaccard
 
getComparisonLog() - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators.RecordComparatorLevenshtein
 
getComparisonLog() - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators.RecordComparatorOverlapMultipleAttributes
 
getCondition() - Method in class de.uni_mannheim.informatik.dws.winter.utils.mining.SequentialPatternMiner.SequentialRule
 
getConfidence() - Method in class de.uni_mannheim.informatik.dws.winter.utils.mining.SequentialPatternMiner.SequentialRule
 
getConnectedComponents(Collection<Correspondence<T, U>>) - Static method in class de.uni_mannheim.informatik.dws.winter.model.Correspondence
 
getConsequent() - Method in class de.uni_mannheim.informatik.dws.winter.utils.mining.SequentialPatternMiner.SequentialRule
 
getConsistency(RecordGroup<RecordType, SchemaElementType>, EvaluationRule<RecordType, SchemaElementType>, Processable<Correspondence<SchemaElementType, Matchable>>, SchemaElementType) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeFuser
Determines if the given group of records has conflicting values
getConsistency() - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeFusionLogger
 
getConsistency(RecordGroup<RecordType, SchemaElementType>, EvaluationRule<RecordType, SchemaElementType>, Processable<Correspondence<SchemaElementType, Matchable>>, SchemaElementType) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeValueFuser
 
getContext() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
 
getCorrectValue() - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeFusionLogger
 
getCorrespondenceForComparator(Processable<Correspondence<SchemaElementType, Matchable>>, RecordType, RecordType, Comparator<RecordType, SchemaElementType>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.MatchingRule
 
getCorrespondences() - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeFusionTask
 
getCorrespondences() - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.DuplicateBasedMatchingAlgorithm
 
getCorrespondences() - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.RuleBasedMatchingAlgorithm
 
getCorrespondences() - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.BlockingKeyIndexer.BlockingVector
 
getCount() - Method in class de.uni_mannheim.informatik.dws.winter.utils.mining.SequentialPatternMiner.Sequence
 
getData() - Method in class de.uni_mannheim.informatik.dws.winter.utils.graph.Edge
 
getData() - Method in class de.uni_mannheim.informatik.dws.winter.utils.graph.Node
 
getDataNodes() - Method in class de.uni_mannheim.informatik.dws.winter.utils.graph.Graph
 
getDataset() - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.SimpleDuplicateDetectionAlgorithm
 
getDataset() - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.SymmetricInstanceBasedSchemaMatchingAlgorithm
 
getDataset() - Method in class de.uni_mannheim.informatik.dws.winter.model.FusibleValue
 
getDataset1() - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.DuplicateBasedMatchingAlgorithm
 
getDataset1() - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.InstanceBasedSchemaMatchingAlgorithm
 
getDataset1() - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.RuleBasedMatchingAlgorithm
 
getDataset1() - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.SimpleIdentityResolutionAlgorithm
 
getDataset2() - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.DuplicateBasedMatchingAlgorithm
 
getDataset2() - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.InstanceBasedSchemaMatchingAlgorithm
 
getDataset2() - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.RuleBasedDuplicateDetectionAlgorithm
 
getDataset2() - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.RuleBasedMatchingAlgorithm
 
getDataset2() - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.SimpleIdentityResolutionAlgorithm
 
getDataSourceClusters(Processable<CorT>) - Static method in class de.uni_mannheim.informatik.dws.winter.model.Correspondence
 
getDataSourceIdentifier() - Method in interface de.uni_mannheim.informatik.dws.winter.model.Matchable
 
getDataSourceScore() - Method in class de.uni_mannheim.informatik.dws.winter.model.FusibleValue
 
getDataType() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableColumn
 
getDataType(int) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableMapping
 
getDataTypes() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableMapping
 
getDataTypes() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableMapping
 
getDate() - Method in interface de.uni_mannheim.informatik.dws.winter.model.FusibleDataSet
 
getDate() - Method in class de.uni_mannheim.informatik.dws.winter.model.FusibleHashedDataSet
 
getDate() - Method in class de.uni_mannheim.informatik.dws.winter.model.FusibleParallelHashedDataSet
 
getDateRange() - Method in class de.uni_mannheim.informatik.dws.winter.similarity.date.NormalisedDateSimilarity
 
getDateSourceDate() - Method in class de.uni_mannheim.informatik.dws.winter.model.FusibleValue
 
getDayWeight() - Method in class de.uni_mannheim.informatik.dws.winter.similarity.date.WeightedDateSimilarity
 
getDecoratedObject() - Method in class de.uni_mannheim.informatik.dws.winter.similarity.modifiers.SimilarityMeasureModifier
 
getDefaultExecutor() - Static method in class de.uni_mannheim.informatik.dws.winter.utils.parallel.Parallel
 
getDefaultField() - Method in class de.uni_mannheim.informatik.dws.winter.index.management.IndexManagerBase
 
getDefaultQueueSize() - Static method in class de.uni_mannheim.informatik.dws.winter.utils.parallel.Parallel
 
getDensity() - Method in interface de.uni_mannheim.informatik.dws.winter.model.FusibleDataSet
 
getDensity() - Method in class de.uni_mannheim.informatik.dws.winter.model.FusibleHashedDataSet
 
getDensity() - Method in class de.uni_mannheim.informatik.dws.winter.model.FusibleParallelHashedDataSet
 
getDependant() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema.Dependency
 
getDeterminant() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema.Dependency
 
getDistinctValues() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableColumnStatistics
 
getElements() - Method in class de.uni_mannheim.informatik.dws.winter.utils.Distribution
 
getElements() - Method in class de.uni_mannheim.informatik.dws.winter.utils.mining.SequentialPatternMiner.Sequence
 
getEvaluationRule() - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeFusionTask
 
getEvaluationRules() - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.DataFusionStrategy
 
getException() - Method in class de.uni_mannheim.informatik.dws.winter.utils.parallel.ExtendedRunnable
 
getExecutor(int) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.parallel.Parallel
 
getF1() - Method in class de.uni_mannheim.informatik.dws.winter.model.BigPerformance
 
getF1() - Method in class de.uni_mannheim.informatik.dws.winter.model.Performance
 
getFactor() - Method in class de.uni_mannheim.informatik.dws.winter.preprocessing.units.Quantity
 
getFactor() - Method in class de.uni_mannheim.informatik.dws.winter.preprocessing.units.Unit
 
getFast(Map<T, U>, T, Function<T, U>) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.MapUtils
 
getFileName(File) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.writers.JsonTableWriter
 
getFilterField() - Method in class de.uni_mannheim.informatik.dws.winter.index.management.IndexManagerBase
 
getFilterValues() - Method in class de.uni_mannheim.informatik.dws.winter.index.management.IndexManagerBase
 
getFinalThreshold() - Method in class de.uni_mannheim.informatik.dws.winter.matching.aggregators.CorrespondenceAggregator
 
getFinalThreshold() - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.MatchingRule
 
getFirst() - Method in class de.uni_mannheim.informatik.dws.winter.model.Pair
 
getFirst() - Method in class de.uni_mannheim.informatik.dws.winter.model.Triple
 
getFirstDimension() - Method in class de.uni_mannheim.informatik.dws.winter.matrices.ArrayBasedSimilarityMatrix
 
getFirstDimension() - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SimilarityMatrix
 
getFirstDimension() - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SparseSimilarityMatrix
 
getFirstRecord() - Method in class de.uni_mannheim.informatik.dws.winter.model.Correspondence
 
getFirstSchemaElement(RecordType) - Method in interface de.uni_mannheim.informatik.dws.winter.matching.rules.Comparator
 
getFractionofCellswithNumnericContent() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.FeatureSet
 
getFrequency(T) - Method in class de.uni_mannheim.informatik.dws.winter.utils.Distribution
 
getFunctionalDependencies() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
getFunctionalDependencies() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableSchema
 
getFusableValues(RecordGroup<RecordType, SchemaElementType>, Processable<Correspondence<SchemaElementType, Matchable>>, SchemaElementType) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeValueFuser
Collects all fusable values from the group of records
getFusedValue() - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeFusionLogger
 
getFusedValue(RecordGroup<RecordType, SchemaElementType>, Processable<Correspondence<SchemaElementType, Matchable>>, SchemaElementType) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeValueFuser
Returns the fused value by applying the conflict resolution function to the list of fusible values
getFuser() - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeFusionTask
 
getFusionLog() - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeFuser
 
getGraphNodes() - Method in class de.uni_mannheim.informatik.dws.winter.utils.graph.Graph
 
getHasMatchPredicate() - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SimilarityMatrix
 
getHeader(List<Attribute>) - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.RecordCSVFormatter
 
getHeader(List<SchemaElementType>) - Method in class de.uni_mannheim.informatik.dws.winter.model.io.CSVDataSetFormatter
 
getHeader() - Method in class de.uni_mannheim.informatik.dws.winter.model.io.CSVFormatter
 
getHeader() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableColumn
 
getHeaderPosition() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
getHeaderRowIndex() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
getHostName(Table) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.app.GroupTablesByHost
 
getId() - Method in class de.uni_mannheim.informatik.dws.winter.utils.graph.Node
 
getIdentifier() - Method in class de.uni_mannheim.informatik.dws.winter.model.AbstractRecord
 
getIdentifier() - Method in class de.uni_mannheim.informatik.dws.winter.model.Correspondence.RecordId
 
getIdentifier() - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.Attribute
 
getIdentifier() - Method in interface de.uni_mannheim.informatik.dws.winter.model.Matchable
 
getIdentifier() - Method in class de.uni_mannheim.informatik.dws.winter.model.MatchableValue
 
getIdentifier() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.lod.LodTableColumn
 
getIdentifier() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.lod.LodTableRow
 
getIdentifier() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableColumn
 
getIdentifier() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableRow
 
getIdentifiers() - Method in class de.uni_mannheim.informatik.dws.winter.model.Correspondence
 
getIndex() - Method in class de.uni_mannheim.informatik.dws.winter.index.management.IndexManagerBase
 
getIndexDir() - Method in class de.uni_mannheim.informatik.dws.winter.index.io.DefaultIndex
 
getIndexSearcher() - Method in interface de.uni_mannheim.informatik.dws.winter.index.IIndex
 
getIndexSearcher() - Method in class de.uni_mannheim.informatik.dws.winter.index.io.DefaultIndex
 
getIndexSearcher() - Method in class de.uni_mannheim.informatik.dws.winter.index.io.InMemoryIndex
 
getIndexWriter() - Method in interface de.uni_mannheim.informatik.dws.winter.index.IIndex
 
getIndexWriter() - Method in class de.uni_mannheim.informatik.dws.winter.index.io.DefaultIndex
 
getIndexWriter() - Method in class de.uni_mannheim.informatik.dws.winter.index.io.InMemoryIndex
 
getIndices() - Method in class de.uni_mannheim.informatik.dws.winter.utils.SparseArray
 
getInnerFunction() - Method in class de.uni_mannheim.informatik.dws.winter.similarity.string.GeneralisedStringJaccard
 
getInnerKey(RecordType) - Method in class de.uni_mannheim.informatik.dws.winter.processing.aggregators.DistributionAggregator
 
getInnerSimilarity() - Method in class de.uni_mannheim.informatik.dws.winter.similarity.list.ComplexSetSimilarity
 
getInnerSimilarityThreshold() - Method in class de.uni_mannheim.informatik.dws.winter.similarity.list.ComplexSetSimilarity
 
getInnerThreshold() - Method in class de.uni_mannheim.informatik.dws.winter.similarity.string.GeneralisedStringJaccard
 
getIntraClusterDistance(Collection<T>) - Method in class de.uni_mannheim.informatik.dws.winter.clustering.HierarchicalClusterer
 
getIsCorrect() - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeFusionLogger
 
getJaccardThreshold() - Method in class de.uni_mannheim.informatik.dws.winter.similarity.string.GeneralisedStringJaccard
 
getJarPath(Class<?>) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.BuildInfo
 
getKey() - Method in class de.uni_mannheim.informatik.dws.winter.processing.Group
 
getKeyColumnIndex() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
getKeyIndex() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableMapping
 
getKeyIndex() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableMapping
 
getKeyUniquenessThreshold() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.TableKeyIdentification
 
getKeyValue() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableRow
 
getKurtosis() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableColumnStatistics
 
getLabel(T) - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SimilarityMatrix
 
getLastModified() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
getLastModified() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableContext
 
getLastTime() - Method in class de.uni_mannheim.informatik.dws.winter.utils.ProgressReporter
 
getLatitude() - Method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.GeoCoordinate
 
getLHSFrequencyDistribution(Collection<Correspondence<T, U>>) - Static method in class de.uni_mannheim.informatik.dws.winter.model.Correspondence
 
getList(Attribute) - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.Record
 
getListFromChildElement(Node, String) - Method in class de.uni_mannheim.informatik.dws.winter.model.io.XMLMatchableReader
returns a list of values from a child node of the first parameter.
getLogger() - Static method in class de.uni_mannheim.informatik.dws.winter.utils.WinterLogManager
Return current active logger.
getLogger(String) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.WinterLogManager
Return the logger defined in name.
getLongitude() - Method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.GeoCoordinate
 
getMappedClass() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableMapping
 
getMappedClass() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableMapping
 
getMappedInstance(int) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableMapping
 
getMappedInstances() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableMapping
 
getMappedInstances() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableMapping
 
getMappedProperties() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableMapping
 
getMappedProperties() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableMapping
 
getMappedProperty(int) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableMapping
 
getMapping() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableWithMappingSchema
 
getMapping() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
 
getMatches(T) - Method in class de.uni_mannheim.informatik.dws.winter.matrices.ArrayBasedSimilarityMatrix
 
getMatches(T) - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SimilarityMatrix
 
getMatches(T) - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SparseSimilarityMatrix
 
getMatchesAboveThreshold(T, double) - Method in class de.uni_mannheim.informatik.dws.winter.matrices.ArrayBasedSimilarityMatrix
 
getMatchesAboveThreshold(T, double) - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SimilarityMatrix
 
getMatchesAboveThreshold(T, double) - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SparseSimilarityMatrix
 
getMatchIndex(List<TData>) - Method in class de.uni_mannheim.informatik.dws.winter.utils.mining.SequentialPatternMiner.Sequence
 
getMax() - Method in class de.uni_mannheim.informatik.dws.winter.similarity.numeric.NormalisedNumericSimilarity
 
getMaxDate() - Method in class de.uni_mannheim.informatik.dws.winter.similarity.date.NormalisedDateSimilarity
 
getMaxEditDistance() - Method in class de.uni_mannheim.informatik.dws.winter.index.management.IndexManagerBase
 
getMaxFrequency() - Method in class de.uni_mannheim.informatik.dws.winter.utils.Distribution
 
getMaximumWeightGlobalInstanceMatching(Processable<Correspondence<RecordType, SchemaElementType>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.MatchingEngine
 
getMaximumWeightGlobalSchemaMatching(Processable<Correspondence<SchemaElementType, RecordType>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.MatchingEngine
 
getMaxValue() - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SimilarityMatrix
 
getMessage() - Method in class de.uni_mannheim.informatik.dws.winter.utils.parallel.RunnableProgressReporter
 
getMessage() - Method in class de.uni_mannheim.informatik.dws.winter.utils.ProgressReporter
 
getMin() - Method in class de.uni_mannheim.informatik.dws.winter.similarity.numeric.NormalisedNumericSimilarity
 
getMinDate() - Method in class de.uni_mannheim.informatik.dws.winter.similarity.date.NormalisedDateSimilarity
 
getMode() - Method in class de.uni_mannheim.informatik.dws.winter.utils.Distribution
 
getModelDescription() - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.WekaMatchingRule
 
getMonthWeight() - Method in class de.uni_mannheim.informatik.dws.winter.similarity.date.WeightedDateSimilarity
 
getName() - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.Attribute
 
getName() - Method in class de.uni_mannheim.informatik.dws.winter.preprocessing.units.Quantity
 
getName() - Method in class de.uni_mannheim.informatik.dws.winter.preprocessing.units.Unit
 
getName() - Method in class de.uni_mannheim.informatik.dws.winter.preprocessing.units.UnitCategory
 
getNegativeExamples() - Method in class de.uni_mannheim.informatik.dws.winter.model.MatchingGoldStandard
 
getNewQueryParser() - Method in class de.uni_mannheim.informatik.dws.winter.index.management.IndexManagerBase
 
getNmDocs() - Method in interface de.uni_mannheim.informatik.dws.winter.index.IIndex
 
getNmDocs() - Method in class de.uni_mannheim.informatik.dws.winter.index.io.DefaultIndex
 
getNmDocs() - Method in class de.uni_mannheim.informatik.dws.winter.index.io.InMemoryIndex
 
getNodes() - Method in class de.uni_mannheim.informatik.dws.winter.utils.graph.Edge
 
getNonNull(T) - Method in class de.uni_mannheim.informatik.dws.winter.utils.Distribution
 
getNumberOfAttributes(RecordType) - Method in interface de.uni_mannheim.informatik.dws.winter.model.FusibleDataSet
 
getNumberOfAttributes(RecordType) - Method in class de.uni_mannheim.informatik.dws.winter.model.FusibleHashedDataSet
 
getNumberOfAttributes(RecordType) - Method in class de.uni_mannheim.informatik.dws.winter.model.FusibleParallelHashedDataSet
 
getNumberOfCorrectlyPredicted() - Method in class de.uni_mannheim.informatik.dws.winter.model.BigPerformance
 
getNumberOfCorrectlyPredicted() - Method in class de.uni_mannheim.informatik.dws.winter.model.Performance
 
getNumberOfCorrectlyPredictedBig() - Method in class de.uni_mannheim.informatik.dws.winter.model.BigPerformance
 
getNumberOfCorrectTotal() - Method in class de.uni_mannheim.informatik.dws.winter.model.BigPerformance
 
getNumberOfCorrectTotal() - Method in class de.uni_mannheim.informatik.dws.winter.model.Performance
 
getNumberOfCorrectTotalBig() - Method in class de.uni_mannheim.informatik.dws.winter.model.BigPerformance
 
getNumberofDistinctValuesinColumn() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.FeatureSet
 
getNumberOfElements() - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SimilarityMatrix
 
getNumberOfHeaderRows() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
getNumberOfNonZeroElements() - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SimilarityMatrix
 
getNumberOfPredicedBig() - Method in class de.uni_mannheim.informatik.dws.winter.model.BigPerformance
 
getNumberOfPredicted() - Method in class de.uni_mannheim.informatik.dws.winter.model.BigPerformance
 
getNumberOfPredicted() - Method in class de.uni_mannheim.informatik.dws.winter.model.Performance
 
getNumberOfValues(RecordType) - Method in interface de.uni_mannheim.informatik.dws.winter.model.FusibleDataSet
 
getNumberOfValues(RecordType) - Method in class de.uni_mannheim.informatik.dws.winter.model.FusibleHashedDataSet
 
getNumberOfValues(RecordType) - Method in class de.uni_mannheim.informatik.dws.winter.model.FusibleParallelHashedDataSet
 
getNumberOfValuesPerColumn() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
 
getNumElements() - Method in class de.uni_mannheim.informatik.dws.winter.utils.Distribution
 
getNumHeaderRows() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableMapping
 
getNumHeaderRows() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableMapping
 
getNumRetrievedDocsFromIndex() - Method in class de.uni_mannheim.informatik.dws.winter.index.management.IndexManagerBase
 
getObjectListFromChildElement(Node, String, String, XMLMatchableReader<ItemType, SchemaElementType>, String) - Method in class de.uni_mannheim.informatik.dws.winter.model.io.XMLMatchableReader
returns a list of records from a child node of the first parameter.
getOneValue() - Method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.GeoCoordinate
 
getOriginalIds() - Method in class de.uni_mannheim.informatik.dws.winter.model.FusedValue
 
getOriginalRecords() - Method in class de.uni_mannheim.informatik.dws.winter.model.FusedValue
 
getOutput() - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SimilarityMatrix
 
getOutput(int) - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SimilarityMatrix
 
getOutput(Collection<Object>, Collection<Object>) - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SimilarityMatrix
 
getOutput(Collection<Object>, Collection<Object>, int) - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SimilarityMatrix
 
getOutput2(Collection<Object>, Collection<Object>) - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SimilarityMatrix
 
getPageTitle() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
getPageTitle() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableContext
 
getPairsSortedDescending() - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SimilarityMatrix
 
getparameters() - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.WekaMatchingRule
 
getParams() - Method in class de.uni_mannheim.informatik.dws.winter.utils.Executable
 
getPath() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
 
getPercentageofAlphabeticCharacters() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.FeatureSet
 
getPercentageofNumericCharacters() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.FeatureSet
 
getPercentageofPunctuationCharacters() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.FeatureSet
 
getPercentageofSpecialCharacters() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.FeatureSet
 
getPool() - Method in class de.uni_mannheim.informatik.dws.winter.utils.parallel.RunnableProgressReporter
 
getPopulationSize() - Method in class de.uni_mannheim.informatik.dws.winter.utils.Distribution
 
getPositiveExamples() - Method in class de.uni_mannheim.informatik.dws.winter.model.MatchingGoldStandard
 
getPOSPatternofColumn() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.FeatureSet
 
getPOSPatternofHeaderCell() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.FeatureSet
 
getPostprocessedSimilarity() - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.ComparatorLogger
 
getPrecision() - Method in class de.uni_mannheim.informatik.dws.winter.model.BigPerformance
 
getPrecision() - Method in class de.uni_mannheim.informatik.dws.winter.model.Performance
 
getProbability() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema.Dependency
 
getProcessedElements() - Method in class de.uni_mannheim.informatik.dws.winter.utils.ProgressReporter
 
getProvenance() - Method in class de.uni_mannheim.informatik.dws.winter.model.AbstractRecord
 
getProvenance() - Method in class de.uni_mannheim.informatik.dws.winter.model.Correspondence
 
getProvenance() - Method in class de.uni_mannheim.informatik.dws.winter.model.Correspondence.RecordId
 
getProvenance() - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.Attribute
 
getProvenance() - Method in interface de.uni_mannheim.informatik.dws.winter.model.Matchable
 
getProvenance() - Method in class de.uni_mannheim.informatik.dws.winter.model.MatchableValue
 
getProvenance() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
 
getProvenance() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableColumn
 
getProvenance() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableRow
 
getQuantity() - Method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.ValueDetectionType
 
getQuantity(String) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.units.UnitCategoryParser
 
getQueryParser() - Method in class de.uni_mannheim.informatik.dws.winter.index.management.IndexManagerBase
 
getQueryParserFromCache() - Method in class de.uni_mannheim.informatik.dws.winter.index.management.IndexManagerBase
 
getRandomRecord() - Method in interface de.uni_mannheim.informatik.dws.winter.model.DataSet
 
getRandomRecord() - Method in class de.uni_mannheim.informatik.dws.winter.model.HashedDataSet
 
getRandomRecord() - Method in class de.uni_mannheim.informatik.dws.winter.model.ParallelHashedDataSet
 
getRange() - Method in class de.uni_mannheim.informatik.dws.winter.similarity.numeric.NormalisedNumericSimilarity
 
getRange() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.lod.LodTableColumn
 
getReader(String) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.FileUtils
 
getRecall() - Method in class de.uni_mannheim.informatik.dws.winter.model.BigPerformance
 
getRecall() - Method in class de.uni_mannheim.informatik.dws.winter.model.Performance
 
getRecord(String) - Method in interface de.uni_mannheim.informatik.dws.winter.model.DataSet
 
getRecord(String) - Method in class de.uni_mannheim.informatik.dws.winter.model.FusibleHashedDataSet
 
getRecord(String) - Method in class de.uni_mannheim.informatik.dws.winter.model.FusibleParallelHashedDataSet
 
getRecord() - Method in class de.uni_mannheim.informatik.dws.winter.model.FusibleValue
 
getRecord(String) - Method in class de.uni_mannheim.informatik.dws.winter.model.HashedDataSet
 
getRecord(String) - Method in class de.uni_mannheim.informatik.dws.winter.model.ParallelHashedDataSet
 
getRecord(String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableSchema
 
getRecord1PreprocessedValue() - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.ComparatorLogger
 
getRecord1Value() - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.ComparatorLogger
 
getRecord2PreprocessedValue() - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.ComparatorLogger
 
getRecord2Value() - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.ComparatorLogger
 
getRecordEndOffset() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
getRecordGroupConsistencies(CorrespondenceSet<RecordType, SchemaElementType>, Processable<Correspondence<SchemaElementType, Matchable>>) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.DataFusionEngine
Calculates the consistencies of the record groups in the given correspondence set according to the data fusion strategy
getRecordGroups() - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.CorrespondenceSet
 
getRecordId() - Method in class de.uni_mannheim.informatik.dws.winter.model.MatchableValue
 
getRecordIds() - Method in class de.uni_mannheim.informatik.dws.winter.model.RecordGroup
 
getRecordOffset() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
getRecords() - Method in class de.uni_mannheim.informatik.dws.winter.model.RecordGroup
 
getRecords() - Method in class de.uni_mannheim.informatik.dws.winter.processing.Group
 
getRecords() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableSchema
 
getRecordsWithDataSets() - Method in class de.uni_mannheim.informatik.dws.winter.model.RecordGroup
 
getReductionRatio() - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.RuleBasedDuplicateDetectionAlgorithm
 
getReductionRatio() - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.RuleBasedMatchingAlgorithm
 
getReductionRatio() - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.AbstractBlocker
Returns the reduction ratio of the last blocking operation.
getReductionRatio() - Method in interface de.uni_mannheim.informatik.dws.winter.matching.blockers.Blocker
 
getReductionRatio() - Method in interface de.uni_mannheim.informatik.dws.winter.matching.blockers.SymmetricBlocker
 
getRelation() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
getRelativeFrequency(T) - Method in class de.uni_mannheim.informatik.dws.winter.utils.Distribution
 
getReportIfStuck() - Method in class de.uni_mannheim.informatik.dws.winter.utils.parallel.RunnableProgressReporter
 
getResult() - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.DuplicateBasedMatchingAlgorithm
 
getResult() - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.EnsembleMatchingAlgorithm
 
getResult() - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.GreedyOneToOneMatchingAlgorithm
 
getResult() - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.InstanceBasedSchemaMatchingAlgorithm
 
getResult() - Method in interface de.uni_mannheim.informatik.dws.winter.matching.algorithms.MatchingAlgorithm
 
getResult() - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.MaximumBipartiteMatchingAlgorithm
 
getResult() - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.RuleBasedMatchingAlgorithm
 
getResult() - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.SimpleDuplicateDetectionAlgorithm
 
getResult() - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.SimpleIdentityResolutionAlgorithm
 
getResult() - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.SymmetricInstanceBasedSchemaMatchingAlgorithm
 
getResult() - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.TransitiveCorrespondencesCreator
 
getResult() - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.VectorSpaceIdentityResolutionAlgorithm
 
getResult() - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.VectorSpaceInstanceBasedSchemaMatchingAlgorithm
 
getResult() - Method in class de.uni_mannheim.informatik.dws.winter.processing.GroupCollector
 
getResult() - Method in class de.uni_mannheim.informatik.dws.winter.processing.parallel.ThreadSafeGroupCollector
 
getResult() - Method in class de.uni_mannheim.informatik.dws.winter.processing.ProcessableCollector
 
getResultToComparatorLog() - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.MatchingRule
Returns the comparator comparison log
getRHSFrequencyDistribution(Collection<Correspondence<T, U>>) - Static method in class de.uni_mannheim.informatik.dws.winter.model.Correspondence
 
getRowContentDetector() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.TableParser
 
getRowNumber() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableRow
 
getRowProvenance() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
getRows() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
 
getRowSums() - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SimilarityMatrix
 
getRule() - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.DuplicateBasedMatchingAlgorithm
 
getRule() - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.RuleBasedMatchingAlgorithm
 
getS3Link() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
getScale() - Method in class de.uni_mannheim.informatik.dws.winter.model.BigPerformance
 
getSchema() - Method in interface de.uni_mannheim.informatik.dws.winter.model.DataSet
 
getSchema() - Method in class de.uni_mannheim.informatik.dws.winter.model.HashedDataSet
 
getSchema() - Method in class de.uni_mannheim.informatik.dws.winter.model.ParallelHashedDataSet
 
getSchema() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
 
getSchemaCorrespondenceForRecord(RecordType, Processable<Correspondence<SchemaElementType, Matchable>>, SchemaElementType) - Method in class de.uni_mannheim.informatik.dws.winter.model.RecordGroup
 
getSchemaElement() - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeFusionTask
Returns the corresponding schema element in the target schema (the attribute to which the values are fused)
getScore() - Method in interface de.uni_mannheim.informatik.dws.winter.model.FusibleDataSet
 
getScore() - Method in class de.uni_mannheim.informatik.dws.winter.model.FusibleHashedDataSet
 
getScore() - Method in class de.uni_mannheim.informatik.dws.winter.model.FusibleParallelHashedDataSet
 
getSecond() - Method in class de.uni_mannheim.informatik.dws.winter.model.Pair
 
getSecond() - Method in class de.uni_mannheim.informatik.dws.winter.model.Triple
 
getSecondDimension() - Method in class de.uni_mannheim.informatik.dws.winter.matrices.ArrayBasedSimilarityMatrix
 
getSecondDimension() - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SimilarityMatrix
 
getSecondDimension() - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SparseSimilarityMatrix
 
getSecondRecord() - Method in class de.uni_mannheim.informatik.dws.winter.model.Correspondence
 
getSecondSchemaElement(RecordType) - Method in interface de.uni_mannheim.informatik.dws.winter.matching.rules.Comparator
 
getSimilarity() - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.ComparatorLogger
 
getSimilarityFunction() - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.BlockingKeyIndexer
 
getSimilarityMatrixFactory() - Method in class de.uni_mannheim.informatik.dws.winter.matrices.matcher.MatrixMatcher
 
getSimilarityScore(Correspondence<TypeA, TypeB>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.aggregators.CorrespondenceAggregator
Calculates the weight of a vote
getSimilarityScore(Correspondence<TypeA, TypeB>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.aggregators.VotingAggregator
 
getSimilarityScore() - Method in class de.uni_mannheim.informatik.dws.winter.model.Correspondence
 
getSize() - Method in class de.uni_mannheim.informatik.dws.winter.model.RecordGroup
 
getSize() - Method in class de.uni_mannheim.informatik.dws.winter.utils.mining.SequentialPatternMiner.Sequence
 
getSize() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
 
getSize() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableSchema
 
getSkewness() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableColumnStatistics
 
getSparseMartrix() - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SparseSimilarityMatrix
 
getStandardDeviation() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableColumnStatistics
 
getStart() - Method in class de.uni_mannheim.informatik.dws.winter.utils.ProgressReporter
 
getStrategy() - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.DataFusionEngine
 
getStringNormalizer() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.TableParser
 
getSubjectColumn() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
 
getSubjectColumnIndex() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
 
getSum() - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SimilarityMatrix
 
getSynonyms() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableColumn
 
getTable() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableWithMappingSchema
 
getTable() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.specialised.uri.JsonTableWithMapping
 
getTable() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableColumn
 
getTable() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableRow
 
getTableContextTimeStampAfterTable() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
getTableContextTimeStampBeforeTable() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
getTableHeaderDetector() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.TableParser
 
getTableId() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
getTableId() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
 
getTableName() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableMapping
 
getTableName() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableMapping
 
getTableNum() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
getTableNum() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableContext
 
getTableOrientation() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
getTableTitle() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableContext
 
getTableType() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
getTaskName() - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.RuleBasedMatchingAlgorithm
 
getTextAfterTable() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
getTextAfterTable() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableContext
 
getTextBeforeTable() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
getTextBeforeTable() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableContext
 
getThird() - Method in class de.uni_mannheim.informatik.dws.winter.model.Triple
 
getTimestampAfterTable() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableContext
 
getTimestampBeforeTable() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableContext
 
getTitle() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
getTopKInstanceCorrespondences(Processable<Correspondence<RecordType, SchemaElementType>>, int, double) - Method in class de.uni_mannheim.informatik.dws.winter.matching.MatchingEngine
Returns the k correspondences for each record on the left-hand side with the highest similarity score
getTopKSchemaCorrespondences(Processable<Correspondence<SchemaElementType, RecordType>>, int, double) - Method in class de.uni_mannheim.informatik.dws.winter.matching.MatchingEngine
Returns the k correspondences for each attribute on the left-hand side with the highest similarity score
getTotal() - Method in class de.uni_mannheim.informatik.dws.winter.utils.ProgressReporter
 
getType() - Method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.ColumnType
 
getTypeDetector() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.TableParser
 
getUniqueName() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.lod.LodTableColumn
 
getUniqueName() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableColumn
 
getUnit() - Method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.ColumnType
 
getUnit(String) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.units.UnitParser
 
getUnit() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableColumn
 
getUnitCategories() - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.units.UnitCategoryParser
 
getUnitCategory() - Method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.ValueDetectionType
 
getUnitCategory() - Method in class de.uni_mannheim.informatik.dws.winter.preprocessing.units.Unit
 
getUnitCategory(String) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.units.UnitCategoryParser
 
getUnits() - Method in class de.uni_mannheim.informatik.dws.winter.preprocessing.units.UnitCategory
 
getUnits() - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.units.UnitParser
 
getURI() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableMapping
 
getUri() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableColumn
 
getURI() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableMapping
 
getUrl() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
getUrl() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.specialised.uri.JsonTableUri
 
getUrl() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableContext
 
getUserData() - Method in class de.uni_mannheim.informatik.dws.winter.utils.parallel.Task
 
getUserTask() - Method in class de.uni_mannheim.informatik.dws.winter.utils.parallel.RunnableProgressReporter
 
getValidCalendar(int, int, int) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.CalendarUtil
Validate the actual date of the given date elements and returns a calendar instance based on the given date elements.
getValidCalendar(int, int, int, int, int, int) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.CalendarUtil
Validate the actual date of the given date elements and returns a calendar instance based on the given date elements.
getValue(RecordType, Correspondence<SchemaElementType, Matchable>) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeValueFuser
returns the value that is used by this fuser from the given record.
getValue(Attribute) - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.Record
 
getValue() - Method in class de.uni_mannheim.informatik.dws.winter.model.FusedValue
 
getValue() - Method in class de.uni_mannheim.informatik.dws.winter.model.FusibleValue
 
getValue() - Method in class de.uni_mannheim.informatik.dws.winter.model.MatchableValue
 
getValue(RecordType) - Method in class de.uni_mannheim.informatik.dws.winter.processing.aggregators.AverageAggregator
 
getValue(Double) - Method in class de.uni_mannheim.informatik.dws.winter.processing.aggregators.AverageDoubleAggregator
 
getValue(RecordType) - Method in class de.uni_mannheim.informatik.dws.winter.processing.aggregators.SumAggregator
 
getValue(Double) - Method in class de.uni_mannheim.informatik.dws.winter.processing.aggregators.SumDoubleAggregator
 
getValue() - Method in class de.uni_mannheim.informatik.dws.winter.processing.parallel.LockableValue
 
getValueArray() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableRow
 
getValueFromChildElement(Node, String) - Method in class de.uni_mannheim.informatik.dws.winter.model.io.XMLMatchableReader
returns a value from a child node of the first parameter.
getValueIDS() - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeFusionLogger
 
getValues() - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeFusionLogger
 
getValues() - Method in class de.uni_mannheim.informatik.dws.winter.utils.SparseArray
 
getVariance() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableColumnStatistics
 
getWeight() - Method in class de.uni_mannheim.informatik.dws.winter.utils.graph.Edge
 
getXmlType() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.lod.LodTableColumn
 
getYearRange() - Method in class de.uni_mannheim.informatik.dws.winter.similarity.date.WeightedDateSimilarity
 
getYearWeight() - Method in class de.uni_mannheim.informatik.dws.winter.similarity.date.WeightedDateSimilarity
 
GoldStandardBlocker<RecordType extends Matchable,SchemaElementType extends Matchable,CorrespondenceType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.blockers
Implementation of a standard AbstractBlocker based on blocking keys.
GoldStandardBlocker(MatchingGoldStandard) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.blockers.GoldStandardBlocker
 
Graph<TNode,TEdge> - Class in de.uni_mannheim.informatik.dws.winter.utils.graph
Model of a graph.
Graph() - Constructor for class de.uni_mannheim.informatik.dws.winter.utils.graph.Graph
 
GraphBasedClusteringAlgorithm<T> - Class in de.uni_mannheim.informatik.dws.winter.clustering
Super class for graph-based clustering algorithms
GraphBasedClusteringAlgorithm() - Constructor for class de.uni_mannheim.informatik.dws.winter.clustering.GraphBasedClusteringAlgorithm
 
GreedyOneToOneMatchingAlgorithm<TypeA extends Matchable,TypeB extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.algorithms
Takes a set of correspondences as input and returns a set of correspondences in which every element can only part of one correspondence.
GreedyOneToOneMatchingAlgorithm(Processable<Correspondence<TypeA, TypeB>>) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.algorithms.GreedyOneToOneMatchingAlgorithm
 
Group<KeyType,RecordType> - Class in de.uni_mannheim.informatik.dws.winter.processing
Representation of grouped data
Group() - Constructor for class de.uni_mannheim.informatik.dws.winter.processing.Group
 
Group(KeyType, Processable<RecordType>) - Constructor for class de.uni_mannheim.informatik.dws.winter.processing.Group
 
group(RecordKeyValueMapper<KeyType, RecordType, OutputRecordType>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.parallel.ParallelProcessableCollection
 
group(RecordKeyValueMapper<KeyType, RecordType, OutputRecordType>) - Method in interface de.uni_mannheim.informatik.dws.winter.processing.Processable
Groups records based on the given groupBy mapper.
group(RecordKeyValueMapper<KeyType, RecordType, OutputRecordType>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.ProcessableCollection
 
group(Iterable<U>, Func<T, U>) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.query.Q
 
GroupCollector<KeyType,RecordType> - Class in de.uni_mannheim.informatik.dws.winter.processing
A data set collector for grouped data
GroupCollector() - Constructor for class de.uni_mannheim.informatik.dws.winter.processing.GroupCollector
 
GroupJoinKeyGenerator<KeyType,RecordType> - Class in de.uni_mannheim.informatik.dws.winter.processing
Function that returns the key of a given Group.
GroupJoinKeyGenerator() - Constructor for class de.uni_mannheim.informatik.dws.winter.processing.GroupJoinKeyGenerator
 
GroupTablesByHost - Class in de.uni_mannheim.informatik.dws.winter.webtables.app
 
GroupTablesByHost() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.app.GroupTablesByHost
 
guessTypeForValue(String, Unit) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.TypeGuesser
use for rough type guesssing

H

hashCode() - Method in class de.uni_mannheim.informatik.dws.winter.model.AbstractRecord
 
hashCode() - Method in class de.uni_mannheim.informatik.dws.winter.model.Correspondence
 
hashCode() - Method in class de.uni_mannheim.informatik.dws.winter.model.Correspondence.RecordId
 
hashCode() - Method in class de.uni_mannheim.informatik.dws.winter.model.LeftIdentityPair
 
hashCode() - Method in class de.uni_mannheim.informatik.dws.winter.model.MatchableValue
 
hashCode() - Method in class de.uni_mannheim.informatik.dws.winter.model.Pair
 
hashCode() - Method in class de.uni_mannheim.informatik.dws.winter.model.Triple
 
hashCode() - Method in class de.uni_mannheim.informatik.dws.winter.utils.graph.Edge
 
hashCode() - Method in class de.uni_mannheim.informatik.dws.winter.utils.graph.Node
 
hashCode() - Method in class de.uni_mannheim.informatik.dws.winter.utils.mining.SequentialPatternMiner.Sequence
 
hashCode() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableColumn
 
hashCode() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableRow
 
HashedDataSet<RecordType extends Matchable,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.model
An implementation of a Data set backed by a HashMap
HashedDataSet() - Constructor for class de.uni_mannheim.informatik.dws.winter.model.HashedDataSet
 
HashedDataSet(Collection<RecordType>) - Constructor for class de.uni_mannheim.informatik.dws.winter.model.HashedDataSet
 
hashRecords(Processable<ElementType>, Function<KeyType, ElementType>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.parallel.ParallelProcessableCollection
 
hashRecords(Processable<ElementType>, Function<KeyType, ElementType>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.ProcessableCollection
Applies the hash function to all records
HasMatchPredicate(SimilarityMatrix<T>) - Constructor for class de.uni_mannheim.informatik.dws.winter.matrices.SimilarityMatrix.HasMatchPredicate
 
hasSubjectColumn() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
 
hasValue(RecordType, Correspondence<SchemaElementType, Matchable>) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeFuser
Determines whether the record has a value for the attribute that is used by this fuser.
hasValue(Attribute) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeFusionLogger
Check whether a specific attribute exists.
hasValue(Attribute) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.ComparatorLogger
 
hasValue(SchemaElementType) - Method in class de.uni_mannheim.informatik.dws.winter.model.AbstractRecord
 
hasValue(Attribute) - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.Record
 
hasValue(SchemaElementType) - Method in interface de.uni_mannheim.informatik.dws.winter.model.Fusible
checks if this fusible has a value for the given attribute
HierarchicalClusterer<T> - Class in de.uni_mannheim.informatik.dws.winter.clustering
Hierarchical Clustering.
HierarchicalClusterer(HierarchicalClusterer.LinkageMode, int) - Constructor for class de.uni_mannheim.informatik.dws.winter.clustering.HierarchicalClusterer
 
HierarchicalClusterer(HierarchicalClusterer.LinkageMode, double) - Constructor for class de.uni_mannheim.informatik.dws.winter.clustering.HierarchicalClusterer
 
HierarchicalClusterer.LinkageMode - Enum in de.uni_mannheim.informatik.dws.winter.clustering
 
HorizontallyStackedFeature - Class in de.uni_mannheim.informatik.dws.winter.webtables.features
 
HorizontallyStackedFeature() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.features.HorizontallyStackedFeature
 

I

id - Variable in class de.uni_mannheim.informatik.dws.winter.model.AbstractRecord
 
id - Variable in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.Attribute
 
identifyKeys(Table) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.TableKeyIdentification
 
identifySubjectColumn() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
Detects and sets the key column for this table
identifySubjectColumn(double) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
Detects and sets the key column for this table
identifySubjectColumn(double, boolean) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
 
IdentityMatchingRule<TypeA extends Matchable,TypeB extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.rules
A matching rule that returns the input correspondences above the specified threshold and specifies that correspondences should be grouped by both elements.
IdentityMatchingRule(double) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.rules.IdentityMatchingRule
 
IIndex - Interface in de.uni_mannheim.informatik.dws.winter.index
 
IIndexSearcher<TDocument> - Interface in de.uni_mannheim.informatik.dws.winter.index
 
increment(Map<T, Integer>, T) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.MapUtils
 
incrementCount() - Method in class de.uni_mannheim.informatik.dws.winter.utils.mining.SequentialPatternMiner.Sequence
 
incrementProgress() - Method in class de.uni_mannheim.informatik.dws.winter.utils.ProgressReporter
 
IndexManagerBase - Class in de.uni_mannheim.informatik.dws.winter.index.management
 
IndexManagerBase() - Constructor for class de.uni_mannheim.informatik.dws.winter.index.management.IndexManagerBase
 
IndexManagerBase(IIndex, String) - Constructor for class de.uni_mannheim.informatik.dws.winter.index.management.IndexManagerBase
 
indexOf(TableColumn) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableSchema
 
inferSchema() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
Detects data types and units for all columns with data type 'unknown'
inferSchema(TypeDetector) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
Detects data types and units for all columns with data type 'unknown'
inferSchemaAndConvertValues() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
Detects data types and units for all columns with data type 'unknown' and converts their values to the corresponding types
inferSchemaAndConvertValues(TypeDetector) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
Detects data types and units for all columns with data type 'unknown' and converts their values to the corresponding types
initialise(Pair<TypeA, TypeA>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.aggregators.CorrespondenceAggregator
 
initialise(KeyType) - Method in class de.uni_mannheim.informatik.dws.winter.matching.aggregators.TopKAggregator
 
initialise() - Method in class de.uni_mannheim.informatik.dws.winter.processing.AggregateCollector
 
initialise(KeyType) - Method in class de.uni_mannheim.informatik.dws.winter.processing.aggregators.AverageAggregator
 
initialise(KeyType) - Method in class de.uni_mannheim.informatik.dws.winter.processing.aggregators.CountAggregator
 
initialise(KeyType) - Method in class de.uni_mannheim.informatik.dws.winter.processing.aggregators.DistributionAggregator
 
initialise(KeyType) - Method in class de.uni_mannheim.informatik.dws.winter.processing.aggregators.MaxAggregator
 
initialise(KeyType) - Method in class de.uni_mannheim.informatik.dws.winter.processing.aggregators.PerformanceAggregator
 
initialise(KeyType) - Method in class de.uni_mannheim.informatik.dws.winter.processing.aggregators.SetAggregator
 
initialise(KeyType) - Method in class de.uni_mannheim.informatik.dws.winter.processing.aggregators.StringConcatenationAggregator
 
initialise(KeyType) - Method in class de.uni_mannheim.informatik.dws.winter.processing.aggregators.SumAggregator
 
initialise(KeyType) - Method in interface de.uni_mannheim.informatik.dws.winter.processing.DataAggregator
Creates an initial value for the aggregation of keyValue.
initialise() - Method in interface de.uni_mannheim.informatik.dws.winter.processing.DataIterator
 
initialise() - Method in class de.uni_mannheim.informatik.dws.winter.processing.GroupCollector
 
initialise() - Method in class de.uni_mannheim.informatik.dws.winter.processing.parallel.ThreadSafeAggregateCollector
 
initialise() - Method in class de.uni_mannheim.informatik.dws.winter.processing.parallel.ThreadSafeGroupCollector
 
initialise() - Method in class de.uni_mannheim.informatik.dws.winter.processing.parallel.ThreadSafeProcessableCollector
 
initialise() - Method in class de.uni_mannheim.informatik.dws.winter.processing.ProcessableCollector
 
initialise() - Method in class de.uni_mannheim.informatik.dws.winter.processing.SysOutDatasetIterator
 
initialise() - Method in class de.uni_mannheim.informatik.dws.winter.utils.parallel.RunnableProgressReporter
 
initialiseClassifier(String, String[]) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.WekaMatchingRule
 
initialiseDataset(DataSet<Record, Attribute>) - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.XMLRecordReader
 
initialiseDataset(DataSet<RecordType, SchemaElementType>) - Method in class de.uni_mannheim.informatik.dws.winter.model.io.XMLMatchableReader
 
initialiseFeatures() - Method in interface de.uni_mannheim.informatik.dws.winter.matching.rules.LearnableMatchingRule
 
initialiseFeatures() - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.LinearCombinationMatchingRule
 
initialiseFeatures() - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.WekaMatchingRule
Create a new FeatureVectorDataSet with the corresponding features, which result from the added comparators.
initialize() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.TypeClassifier
Initializes the tokenizer to detect date columns.
initializeBlockingResults() - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.AbstractBlocker
Initializes the schema for the debug results of the blocking.
initializeDebugRecord(RecordType, RecordType, int) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.MatchingRule
Initializes a new record for a debug result based on the input records and the position of the corresponding comparator.
initializeFusionResults() - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.DataFusionStrategy
Initialize Debug Data Fusion
initializeMatchingResults() - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.MatchingRule
Initialize Debug Matching Results.
InMemoryIndex - Class in de.uni_mannheim.informatik.dws.winter.index.io
 
InMemoryIndex() - Constructor for class de.uni_mannheim.informatik.dws.winter.index.io.InMemoryIndex
 
insertColumn(int, TableColumn) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
Adds a new column to the schema and updates all rows with the new indices.
insertColumn(int, TableColumn) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableSchema
Inserts a column at the given position.
INSTANCE_SCORES - Static variable in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableMapping
 
INSTANCE_SCORES - Static variable in class de.uni_mannheim.informatik.dws.winter.webtables.TableMapping
 
InstanceBasedBlockingKeyIndexer<RecordType extends Matchable,SchemaElementType extends Matchable,BlockedType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.blockers
 
InstanceBasedBlockingKeyIndexer(BlockingKeyGenerator<RecordType, MatchableValue, BlockedType>, BlockingKeyGenerator<RecordType, MatchableValue, BlockedType>, VectorSpaceSimilarity, BlockingKeyIndexer.VectorCreationMethod, double) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.blockers.InstanceBasedBlockingKeyIndexer
 
InstanceBasedSchemaBlocker<RecordType extends Matchable,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.blockers
Blocking-key based blocker for instance-based schema matching
InstanceBasedSchemaBlocker(BlockingKeyGenerator<RecordType, MatchableValue, SchemaElementType>) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.blockers.InstanceBasedSchemaBlocker
 
InstanceBasedSchemaBlocker(BlockingKeyGenerator<RecordType, MatchableValue, SchemaElementType>, BlockingKeyGenerator<RecordType, MatchableValue, SchemaElementType>) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.blockers.InstanceBasedSchemaBlocker
 
InstanceBasedSchemaMatchingAlgorithm<RecordType extends Matchable,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.algorithms
Implementation of instance-based schema matching: the schemas are matched by comparing the values of the schema elements.
InstanceBasedSchemaMatchingAlgorithm(DataSet<RecordType, SchemaElementType>, DataSet<RecordType, SchemaElementType>, Blocker<RecordType, SchemaElementType, SchemaElementType, MatchableValue>, CorrespondenceAggregator<SchemaElementType, MatchableValue>) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.algorithms.InstanceBasedSchemaMatchingAlgorithm
 
INSTANCES - Static variable in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableMapping
 
INSTANCES - Static variable in class de.uni_mannheim.informatik.dws.winter.webtables.TableMapping
 
Intersection<ValueType,RecordType extends Matchable & Fusible<SchemaElementType>,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution.list
Intersection ConflictResolutionFunction: returns the intersection of all lists of values, meaning only values are returned which are part of all lists.
Intersection() - Constructor for class de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution.list.Intersection
 
intersection(Collection<T>, Collection<T>) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.query.Q
 
IntersectionKSources<ValueType,RecordType extends Matchable & Fusible<SchemaElementType>,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution.list
Intersection ConflictResolutionFunction: returns the values which are at least included in k lists
IntersectionKSources(int) - Constructor for class de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution.list.IntersectionKSources
Constructor for this particular ConflictResolutionFunction
invalidateRowNumber() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableRow
enforces that the row number is re-calculated the next time TableRow.getRowNumber() is called.
invert() - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SimilarityMatrix
inverts each value of the matrix x by replacing it with 1/x
invert(Map<K, V>) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.MapUtils
inverts a key-value map such that all values will become keys and the keys will be the values.
invoke(T) - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SimilarityMatrix.HasMatchPredicate
 
invoke(Node<T>) - Method in class de.uni_mannheim.informatik.dws.winter.utils.graph.Node.NodeDataProjection
 
invoke(Node<T>) - Method in class de.uni_mannheim.informatik.dws.winter.utils.graph.Node.NodeIdProjection
 
invoke(TIn) - Method in interface de.uni_mannheim.informatik.dws.winter.utils.query.Func
 
invoke(Collection<T>) - Method in class de.uni_mannheim.informatik.dws.winter.utils.query.P.AreAllContainedIn
 
invoke(Collection<T>) - Method in class de.uni_mannheim.informatik.dws.winter.utils.query.P.Contains
 
invoke(Collection<T>) - Method in class de.uni_mannheim.informatik.dws.winter.utils.query.P.ContainsAll
 
invoke(T) - Method in class de.uni_mannheim.informatik.dws.winter.utils.query.P.IsContainedIn
 
invoke(Collection<T>) - Method in class de.uni_mannheim.informatik.dws.winter.utils.query.P.SetEquals
 
invoke(Table) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table.TablePathProjection
 
invoke(TableColumn) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableColumn.ColumnHeaderProjection
 
invoke(TableColumn) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableColumn.ColumnIdentifierProjection
 
invoke(TableColumn) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableColumn.ColumnIndexAndHeaderProjection
 
invoke(TableColumn) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableColumn.ColumnIndexProjection
 
invoke(TableColumn) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableColumn.DataTypeProjection
 
invoke(TableRow) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableRow.TableRowIdentifierProjection
 
IS_CORRECT - Static variable in class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeFusionLogger
 
isArray(Object) - Static method in class de.uni_mannheim.informatik.dws.winter.webtables.ListHandler
 
isBackwardSelection() - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.WekaMatchingRule
 
isCleanHeader() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.TableParser
 
isCollectDebugResults() - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeFuser
 
isComplete() - Method in class de.uni_mannheim.informatik.dws.winter.model.MatchingGoldStandard
In a complete gold standard, every example that is not in the list of correct examples is considered wrong.
IsContainedIn(Collection<T>) - Constructor for class de.uni_mannheim.informatik.dws.winter.utils.query.P.IsContainedIn
 
isContainPunctuationCharactersinHeaderCell() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.FeatureSet
 
isContainSpecialCharactersinHeaderCell() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.FeatureSet
 
isConvertValues() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.TableParser
 
isDebugReportActive() - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.DataFusionStrategy
Check whether debug flag is set.
isDebugReportActive() - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.MatchingRule
Switch to collect debug results
isEdgeAlreadyInCluster(T, T) - Method in class de.uni_mannheim.informatik.dws.winter.clustering.ConnectedComponentClusterer
 
isEdgeAlreadyInCluster(T, T) - Method in class de.uni_mannheim.informatik.dws.winter.clustering.PartitioningWithPositiveAndNegativeEdges
 
isEqual(RecordType, RecordType, SchemaElementType) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.EvaluationRule
 
isEqual(RecordType, RecordType, Correspondence<SchemaElementType, Matchable>) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.EvaluationRule
 
isForceOneToOneMapping() - Method in class de.uni_mannheim.informatik.dws.winter.matrices.matcher.BestChoiceMatching
 
isForwardSelection() - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.WekaMatchingRule
 
isHasHeader() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
isHasHeaderCell() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.FeatureSet
 
isHasKeyColumn() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
isInferSchema() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableParser
 
isIsAlphanumeric() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.FeatureSet
 
isIsBooleanValue() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.FeatureSet
 
isIsDateorTime() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.FeatureSet
 
isLowerCase() - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators.StringComparator
 
isMeasureBlockSizes() - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.AbstractBlocker
 
isMeasureBlockSizes() - Method in interface de.uni_mannheim.informatik.dws.winter.matching.blockers.Blocker
 
isReferenceLabel() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.lod.LodTableColumn
 
isRemoveBrackets() - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators.StringComparator
 
isSearchExactMatches() - Method in class de.uni_mannheim.informatik.dws.winter.index.management.IndexManagerBase
 
isSingleThreaded() - Method in class de.uni_mannheim.informatik.dws.winter.utils.parallel.Producer
 
isStringOnly(String[]) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.TableHeaderDetectorDatatypeBased
 
isUniform() - Method in class de.uni_mannheim.informatik.dws.winter.utils.Distribution
 
isValidDate(int, int, int) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.CalendarUtil
Checks whether the given day, month and year combination is a valid date or not.
isValidDate(int, int, int, int, int, int) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.CalendarUtil
Checks whether the given day, month, year, hour, minute and second combination is a valid date or not.
isValidDate(String) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.DateUtil
Checks whether the actual date of the given date string is valid.
isValidDate(String, String) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.DateUtil
Checks whether the actual date of the given date string is valid based on the given date format pattern.
isValidTime(int, int, int) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.CalendarUtil
Checks whether the given hour, minute and second combination is a valid time or not.
isVerbose() - Method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.TypeConverter
 

J

JaccardOnNGramsSimilarity - Class in de.uni_mannheim.informatik.dws.winter.similarity.string
Calculates Jaccard similarity on n-grams, which are created from the values
JaccardOnNGramsSimilarity(int) - Constructor for class de.uni_mannheim.informatik.dws.winter.similarity.string.JaccardOnNGramsSimilarity
 
join(Processable<RecordType2>, Function<KeyType, RecordType>, Function<KeyType, RecordType2>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.parallel.ParallelProcessableCollection
 
join(Processable<RecordType>, Function<KeyType, RecordType>) - Method in interface de.uni_mannheim.informatik.dws.winter.processing.Processable
Joins two processables using the provided joinKeyGenerator (inner join).
join(Processable<RecordType2>, Function<KeyType, RecordType>, Function<KeyType, RecordType2>) - Method in interface de.uni_mannheim.informatik.dws.winter.processing.Processable
Joins two processables using the provided joinKeyGenerators (inner join).
join(Processable<RecordType>, Function<KeyType, RecordType>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.ProcessableCollection
 
join(Processable<RecordType2>, Function<KeyType, RecordType>, Function<KeyType, RecordType2>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.ProcessableCollection
 
join(Thread) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.parallel.Parallel
 
join(Parallel.ITask) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.parallel.Parallel
 
join(Collection<?>, String) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.StringUtils
 
join(Object[], String) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.StringUtils
 
join(Table, Collection<Pair<TableColumn, TableColumn>>, Collection<TableColumn>) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
 
join(Table, Collection<Pair<TableColumn, TableColumn>>, Collection<TableColumn>, Map<TableColumn, TableColumn>) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
 
JsonTableMapping - Class in de.uni_mannheim.informatik.dws.winter.webtables.parsers
 
JsonTableMapping() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableMapping
 
JsonTableParser - Class in de.uni_mannheim.informatik.dws.winter.webtables.parsers
Loads a Web Table in the JSON format.
JsonTableParser() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableParser
 
JsonTableParser(TypeDetector) - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableParser
 
JsonTableSchema - Class in de.uni_mannheim.informatik.dws.winter.webtables.parsers
Represents the JSON schema of the Web Table data.
JsonTableSchema() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
JsonTableSchema.Dependency - Class in de.uni_mannheim.informatik.dws.winter.webtables.parsers
 
JsonTableSchema.HeaderPosition - Enum in de.uni_mannheim.informatik.dws.winter.webtables.parsers
 
JsonTableSchema.TableOrientation - Enum in de.uni_mannheim.informatik.dws.winter.webtables.parsers
 
JsonTableSchema.TableType - Enum in de.uni_mannheim.informatik.dws.winter.webtables.parsers
 
JsonTableUri - Class in de.uni_mannheim.informatik.dws.winter.webtables.parsers.specialised.uri
 
JsonTableUri() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.parsers.specialised.uri.JsonTableUri
 
JsonTableWithMapping - Class in de.uni_mannheim.informatik.dws.winter.webtables.parsers.specialised.uri
 
JsonTableWithMapping() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.parsers.specialised.uri.JsonTableWithMapping
 
JsonTableWithMappingSchema - Class in de.uni_mannheim.informatik.dws.winter.webtables.parsers
 
JsonTableWithMappingSchema() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableWithMappingSchema
 
JsonTableWriter - Class in de.uni_mannheim.informatik.dws.winter.webtables.writers
Writes a Web Table in the JSON format.
JsonTableWriter() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.writers.JsonTableWriter
 
JsonToCsvConverter - Class in de.uni_mannheim.informatik.dws.winter.webtables.app
 
JsonToCsvConverter() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.app.JsonToCsvConverter
 

K

KEY_COLUMN - Static variable in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableMapping
 
KEY_COLUMN - Static variable in class de.uni_mannheim.informatik.dws.winter.webtables.TableMapping
 

L

LabelComparatorJaccard - Class in de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators
A comparator that compares attribute names with Jaccard similarity.
LabelComparatorJaccard() - Constructor for class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators.LabelComparatorJaccard
 
LabelComparatorLevenshtein - Class in de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators
A comparator that compares attribute names with Levenshtein similarity
LabelComparatorLevenshtein() - Constructor for class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators.LabelComparatorLevenshtein
 
LearnableMatchingRule<RecordType extends Matchable,SchemaElementType extends Matchable> - Interface in de.uni_mannheim.informatik.dws.winter.matching.rules
 
learnMatchingRule(DataSet<RecordType, SchemaElementType>, DataSet<RecordType, SchemaElementType>, Processable<? extends Correspondence<SchemaElementType, ?>>, LearnableMatchingRule<RecordType, SchemaElementType>, MatchingGoldStandard) - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.RuleLearner
 
learnMatchingRule(DataSet<RecordType, SchemaElementType>, DataSet<RecordType, SchemaElementType>, Processable<? extends Correspondence<SchemaElementType, ?>>, LearnableMatchingRule<RecordType, SchemaElementType>, MatchingGoldStandard, boolean) - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.RuleLearner
 
learnParameters(FeatureVectorDataSet) - Method in interface de.uni_mannheim.informatik.dws.winter.matching.rules.LearnableMatchingRule
 
learnParameters(FeatureVectorDataSet) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.LinearCombinationMatchingRule
 
learnParameters(FeatureVectorDataSet) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.WekaMatchingRule
Learns the rule from parsed features in a cross validation and the set parameters.
LeftIdentityPair<T,U> - Class in de.uni_mannheim.informatik.dws.winter.model
A Pair that is equal to another pair if the first element of both pairs is equal.
LeftIdentityPair() - Constructor for class de.uni_mannheim.informatik.dws.winter.model.LeftIdentityPair
 
LeftIdentityPair(T, U) - Constructor for class de.uni_mannheim.informatik.dws.winter.model.LeftIdentityPair
 
leftJoin(Processable<RecordType>, Function<KeyType, RecordType>) - Method in interface de.uni_mannheim.informatik.dws.winter.processing.Processable
Joins two processables using the provided joinKeyGenerator (left join).
leftJoin(Processable<RecordType2>, Function<KeyType, RecordType>, Function<KeyType, RecordType2>) - Method in interface de.uni_mannheim.informatik.dws.winter.processing.Processable
Joins two processables using the provided joinKeyGenerators (left join).
leftJoin(Processable<RecordType>, Function<KeyType, RecordType>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.ProcessableCollection
 
leftJoin(Processable<RecordType2>, Function<KeyType, RecordType>, Function<KeyType, RecordType2>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.ProcessableCollection
 
LeftSideCoverage<T extends Comparable<T>> - Class in de.uni_mannheim.informatik.dws.winter.similarity.list
The first set (left side) is important here.
LeftSideCoverage() - Constructor for class de.uni_mannheim.informatik.dws.winter.similarity.list.LeftSideCoverage
 
LevenshteinEditDistance - Class in de.uni_mannheim.informatik.dws.winter.similarity.string
SimilarityMeasure, that calculates the abslute Levenshtein edit distance between two strings.
LevenshteinEditDistance() - Constructor for class de.uni_mannheim.informatik.dws.winter.similarity.string.LevenshteinEditDistance
 
LevenshteinSimilarity - Class in de.uni_mannheim.informatik.dws.winter.similarity.string
SimilarityMeasure, that calculates the Levenshtein similarity between two strings.
LevenshteinSimilarity() - Constructor for class de.uni_mannheim.informatik.dws.winter.similarity.string.LevenshteinSimilarity
 
LinearCombinationMatchingRule<RecordType extends Matchable,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.rules
A MatchingRule that is defined by a weighted linear combination of attribute similarities.
LinearCombinationMatchingRule(double) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.rules.LinearCombinationMatchingRule
Initializes the rule.
LinearCombinationMatchingRule(double, double) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.rules.LinearCombinationMatchingRule
Initializes the rule.
listAllFiles(File) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.FileUtils
 
ListFeature - Class in de.uni_mannheim.informatik.dws.winter.webtables.features
 
ListFeature() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.features.ListFeature
 
ListHandler - Class in de.uni_mannheim.informatik.dws.winter.webtables
 
ListHandler() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.ListHandler
 
listPairs() - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SimilarityMatrix
 
loadCorrespondences(File, FusibleDataSet<RecordType, SchemaElementType>, FusibleDataSet<RecordType, SchemaElementType>) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.CorrespondenceSet
Loads correspondences from a file and adds them to this correspondence set.
loadCorrespondences(File, FusibleDataSet<RecordType, SchemaElementType>) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.CorrespondenceSet
Loads correspondences from a file and adds them to this correspondence set.
loadFromCsv(File) - Static method in class de.uni_mannheim.informatik.dws.winter.model.Correspondence
 
loadFromCsv(File, DataSet<RecordType, SchemaElementType>, DataSet<RecordType, SchemaElementType>) - Static method in class de.uni_mannheim.informatik.dws.winter.model.Correspondence
 
loadFromCSV(File, DataSet<RecordType, SchemaElementType>) - Method in class de.uni_mannheim.informatik.dws.winter.model.io.CSVMatchableReader
 
loadFromCSVFile(File) - Method in class de.uni_mannheim.informatik.dws.winter.model.MatchingGoldStandard
Loads a gold standard from a CSV file
loadFromRDF(File, String, DataSet<RecordType, SchemaElementType>) - Method in class de.uni_mannheim.informatik.dws.winter.model.io.RDFMatchableReader
 
loadFromTSVFile(File) - Method in class de.uni_mannheim.informatik.dws.winter.model.MatchingGoldStandard
Loads a gold standard from a TSV file
loadFromXML(File, String, DataSet<RecordType, SchemaElementType>) - Method in class de.uni_mannheim.informatik.dws.winter.model.io.XMLMatchableReader
Loads a data set from an XML file
LockableValue<ElementType> - Class in de.uni_mannheim.informatik.dws.winter.processing.parallel
A decorator that can be used to lock a value before it is assigned.
LockableValue() - Constructor for class de.uni_mannheim.informatik.dws.winter.processing.parallel.LockableValue
 
LodCsvTableParser - Class in de.uni_mannheim.informatik.dws.winter.webtables.parsers
 
LodCsvTableParser() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.parsers.LodCsvTableParser
 
LodCsvTableWriter - Class in de.uni_mannheim.informatik.dws.winter.webtables.writers
 
LodCsvTableWriter() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.writers.LodCsvTableWriter
 
LodTableColumn - Class in de.uni_mannheim.informatik.dws.winter.webtables.lod
 
LodTableColumn(int, Table) - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.lod.LodTableColumn
 
LodTableRow - Class in de.uni_mannheim.informatik.dws.winter.webtables.lod
 
LodTableRow(int, Table) - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.lod.LodTableRow
 
LongestString<RecordType extends Matchable & Fusible<SchemaElementType>,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution.string
Longest string ConflictResolutionFunction: Returns the longest string value
LongestString() - Constructor for class de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution.string.LongestString
 
lookup(String) - Method in interface de.uni_mannheim.informatik.dws.winter.index.IIndexSearcher
Looks up a specific term (no normalisation is done)

M

main(String[]) - Static method in class de.uni_mannheim.informatik.dws.winter.webtables.app.ConvertTable
 
main(String[]) - Static method in class de.uni_mannheim.informatik.dws.winter.webtables.app.CreateTableStatistics
 
main(String[]) - Static method in class de.uni_mannheim.informatik.dws.winter.webtables.app.FeatureGenerator
 
main(String[]) - Static method in class de.uni_mannheim.informatik.dws.winter.webtables.app.GroupTablesByHost
 
main(String[]) - Static method in class de.uni_mannheim.informatik.dws.winter.webtables.app.JsonToCsvConverter
 
main(String[]) - Static method in class de.uni_mannheim.informatik.dws.winter.webtables.app.ShowTableData
 
makeBinary(double) - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SimilarityMatrix
Changes the values of the matrix such that each value is either 1 (if above the threshold) or 0.
makeColumnStochastic() - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SimilarityMatrix
Changes the values of the matrix such that each column sums to 1, preserving the relative differences of the values in each column
makeRowStochastic() - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SimilarityMatrix
Changes the values of the matrix such that each row sums to 1, preserving the relative differences of the values in each row
makeStochastic() - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SimilarityMatrix
Changes the values of the matrix such that all values sum to 1, preserving the relative differences of the values
map(RecordMapper<RecordType, OutputRecordType>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.parallel.ParallelProcessableCollection
 
map(RecordMapper<RecordType, OutputRecordType>) - Method in interface de.uni_mannheim.informatik.dws.winter.processing.Processable
Iterates over all elements and produces a result
map(Function<OutputRecordType, RecordType>) - Method in interface de.uni_mannheim.informatik.dws.winter.processing.Processable
Iterates over all elements and produces a result
map(RecordMapper<RecordType, OutputRecordType>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.ProcessableCollection
 
map(Function<OutputRecordType, RecordType>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.ProcessableCollection
 
map(Collection<T>, Func<KeyType, T>) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.query.Q
 
map(Collection<T>, Func<KeyType, T>, Func<ValueType, T>) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.query.Q
 
mapRecord(Pair<RecordType, Processable<Correspondence<CorrespondenceType, Matchable>>>, DataIterator<Pair<String, Pair<BlockedType, Processable<Correspondence<CorrespondenceType, Matchable>>>>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.generators.BlockingKeyGenerator
 
mapRecord(Correspondence<RecordType, SchemaElementType>, DataIterator<Correspondence<RecordType, SchemaElementType>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.FilteringMatchingRule
 
mapRecord(Pair<KeyType, Processable<Correspondence<RecordType, CausalType>>>, DataIterator<Correspondence<RecordType, CausalType>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.FlattenAggregatedCorrespondencesRule
 
mapRecord(Correspondence<TypeA, TypeB>, DataIterator<Correspondence<TypeA, TypeB>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.IdentityMatchingRule
 
mapRecord(Correspondence<RecordType, SchemaElementType>, DataIterator<Correspondence<RecordType, SchemaElementType>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.VotingMatchingRule
 
mapRecord(Pair<KeyType, RecordType>, DataIterator<RecordType>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.AggregationResultMapper
 
mapRecord(Pair<KeyType, Processable<RecordType>>, DataIterator<RecordType>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.FlattenAggregationResultMapper
 
mapRecord(RecordType, DataIterator<OutputRecordType>) - Method in interface de.uni_mannheim.informatik.dws.winter.processing.RecordMapper
 
mapRecordToKey(Pair<RecordType, Processable<Correspondence<CorrespondenceType, Matchable>>>, DataIterator<Pair<String, Pair<BlockedType, Processable<Correspondence<CorrespondenceType, Matchable>>>>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.generators.BlockingKeyGenerator
 
mapRecordToKey(Pair<RecordType, Processable<Correspondence<MatchableValue, Matchable>>>, DataIterator<Pair<String, Pair<RecordType, Processable<Correspondence<MatchableValue, Matchable>>>>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.generators.RecordValueGenerator
 
mapRecordToKey(Pair<RecordType, Processable<Correspondence<MatchableValue, Matchable>>>, DataIterator<Pair<String, Pair<SchemaElementType, Processable<Correspondence<MatchableValue, Matchable>>>>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.generators.SchemaValueGenerator
 
mapRecordToKey(Correspondence<RecordType, SchemaElementType>, DataIterator<Pair<Pair<RecordType, RecordType>, Correspondence<RecordType, SchemaElementType>>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.AggregableMatchingRule
 
mapRecordToKey(Pair<Record, Processable<Correspondence<MatchableValue, Matchable>>>, DataIterator<Pair<String, Pair<Attribute, Processable<Correspondence<MatchableValue, Matchable>>>>>) - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.blocking.DefaultAttributeValueGenerator
 
mapRecordToKey(Pair<Record, Processable<Correspondence<MatchableValue, Matchable>>>, DataIterator<Pair<String, Pair<Record, Processable<Correspondence<MatchableValue, Matchable>>>>>) - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.blocking.DefaultRecordValueGenerator
 
mapRecordToKey(RecordType, DataIterator<Pair<KeyType, OutputRecordType>>) - Method in interface de.uni_mannheim.informatik.dws.winter.processing.RecordKeyValueMapper
 
mapRecordToKey(RecordType, DataIterator<Pair<KeyType, OutputRecordType>>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.SimpleKeyValueMapper
 
MapUtils - Class in de.uni_mannheim.informatik.dws.winter.utils
Collection of utility functions for maps
MapUtils() - Constructor for class de.uni_mannheim.informatik.dws.winter.utils.MapUtils
 
MapUtils2 - Class in de.uni_mannheim.informatik.dws.winter.utils
Utility Class for Maps of Maps (Maps with 2 indices)
MapUtils2() - Constructor for class de.uni_mannheim.informatik.dws.winter.utils.MapUtils2
 
match(SimilarityMatrix<T>) - Method in class de.uni_mannheim.informatik.dws.winter.matrices.matcher.BestChoiceMatching
 
Matchable - Interface in de.uni_mannheim.informatik.dws.winter.model
An interface defining the basic requirements for everything that can be matched with this framework.
MatchableValue - Class in de.uni_mannheim.informatik.dws.winter.model
A wrapper for objects that implements the {link Matchable interface.
MatchableValue(Object, String, String) - Constructor for class de.uni_mannheim.informatik.dws.winter.model.MatchableValue
 
matches(List<TData>) - Method in class de.uni_mannheim.informatik.dws.winter.utils.mining.SequentialPatternMiner.Sequence
 
MatchingAlgorithm<TypeA extends Matchable,TypeB extends Matchable> - Interface in de.uni_mannheim.informatik.dws.winter.matching.algorithms
Interface for all matching algorithms.
MatchingEngine<RecordType extends Matchable,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching
The matching engine provides access to the matching algorithms for schema matching and identity resolution.
MatchingEngine() - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.MatchingEngine
 
MatchingEvaluator<RecordType extends Matchable,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching
Evaluates a set of Correspondences against a MatchingGoldStandard.
MatchingEvaluator() - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.MatchingEvaluator
 
MatchingGoldStandard - Class in de.uni_mannheim.informatik.dws.winter.model
Class representing a gold standard data.
MatchingGoldStandard() - Constructor for class de.uni_mannheim.informatik.dws.winter.model.MatchingGoldStandard
 
MatchingRule<RecordType extends Matchable,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.rules
Super class for all matching rules.
MatchingRule(double) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.rules.MatchingRule
 
MATCHINGRULE - Variable in class de.uni_mannheim.informatik.dws.winter.matching.rules.MatchingRule
 
matchSet - Variable in class de.uni_mannheim.informatik.dws.winter.matching.rules.WekaMatchingRule
 
MatrixMatcher - Class in de.uni_mannheim.informatik.dws.winter.matrices.matcher
super class for all second-line matchers (those that take similarity matrices as input and output another similarity matrix)
MatrixMatcher() - Constructor for class de.uni_mannheim.informatik.dws.winter.matrices.matcher.MatrixMatcher
 
max(Map<T, U>) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.MapUtils
 
max(Collection<T>) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.query.Q
 
max(Collection<T>, Func<U, T>) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.query.Q
 
MaxAggregator<KeyType,RecordType extends Comparable<RecordType>> - Class in de.uni_mannheim.informatik.dws.winter.processing.aggregators
DataAggregator that sums up the elements.
MaxAggregator() - Constructor for class de.uni_mannheim.informatik.dws.winter.processing.aggregators.MaxAggregator
 
MaximumBipartiteMatchingAlgorithm<TypeA extends Matchable,TypeB extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.algorithms
 
MaximumBipartiteMatchingAlgorithm(Processable<Correspondence<TypeA, TypeB>>) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.algorithms.MaximumBipartiteMatchingAlgorithm
 
MaximumOfContainment<DataType> - Class in de.uni_mannheim.informatik.dws.winter.similarity.list
 
MaximumOfContainment() - Constructor for class de.uni_mannheim.informatik.dws.winter.similarity.list.MaximumOfContainment
 
MaximumOfTokenContainment - Class in de.uni_mannheim.informatik.dws.winter.similarity.string
 
MaximumOfTokenContainment() - Constructor for class de.uni_mannheim.informatik.dws.winter.similarity.string.MaximumOfTokenContainment
 
MaxScoreMatchingRule<RecordType extends Matchable,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.rules
A matching rule that combines several other matching rules.
MaxScoreMatchingRule(double) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.rules.MaxScoreMatchingRule
 
MaxSimilarity<T> - Class in de.uni_mannheim.informatik.dws.winter.similarity.list
Set-based similarity function that returns the maximum similarity between any two elements of both sets
MaxSimilarity() - Constructor for class de.uni_mannheim.informatik.dws.winter.similarity.list.MaxSimilarity
 
measureBlockSizes(Processable<Triple<String, BlockedType, BlockedType>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.BlockingKeyIndexer
 
Median<RecordType extends Matchable & Fusible<SchemaElementType>,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution.numeric
Median ConflictResolutionFunction: Returns the median of all values
Median() - Constructor for class de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution.numeric.Median
 
merge(Pair<Correspondence<TypeA, TypeB>, Object>, Pair<Correspondence<TypeA, TypeB>, Object>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.aggregators.CorrespondenceAggregator
 
merge(Pair<Processable<Correspondence<TypeA, TypeB>>, Object>, Pair<Processable<Correspondence<TypeA, TypeB>>, Object>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.aggregators.TopKAggregator
 
merge(Pair<Correspondence<TypeA, TypeB>, Object>, Pair<Correspondence<TypeA, TypeB>, Object>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.aggregators.VotingAggregator
 
merge(Pair<Double, Object>, Pair<Double, Object>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.aggregators.AverageAggregator
 
merge(Pair<Integer, Object>, Pair<Integer, Object>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.aggregators.CountAggregator
 
merge(Pair<Distribution<InnerKeyType>, Object>, Pair<Distribution<InnerKeyType>, Object>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.aggregators.DistributionAggregator
 
merge(Pair<RecordType, Object>, Pair<RecordType, Object>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.aggregators.MaxAggregator
 
merge(Pair<Performance, Object>, Pair<Performance, Object>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.aggregators.PerformanceAggregator
 
merge(Pair<Set<RecordType>, Object>, Pair<Set<RecordType>, Object>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.aggregators.SetAggregator
 
merge(Pair<String, Object>, Pair<String, Object>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.aggregators.StringConcatenationAggregator
 
merge(Pair<Double, Object>, Pair<Double, Object>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.aggregators.SumAggregator
 
merge(Pair<ResultType, Object>, Pair<ResultType, Object>) - Method in interface de.uni_mannheim.informatik.dws.winter.processing.DataAggregator
 
merge(Processable<RecordType>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.ProcessableCollection
 
mergeSequences(Set<SequentialPatternMiner.Sequence<TData>>) - Method in class de.uni_mannheim.informatik.dws.winter.utils.mining.SequentialPatternMiner
 
mergeToMap(Collection<Pair<T, U>>, Function<U, Pair<U, U>>) - Static method in class de.uni_mannheim.informatik.dws.winter.model.Pair
 
mergeWith(RecordGroup<RecordType, SchemaElementType>) - Method in class de.uni_mannheim.informatik.dws.winter.model.RecordGroup
Adds all records from the provided group to this group
min(Collection<T>, Func<U, T>) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.query.Q
 
months - Static variable in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.DataTypesConfig
 
MostRecent<ValueType,RecordType extends Matchable & Fusible<SchemaElementType>,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution.meta
Most recent ConflictResolutionFunction: Returns the most recent value according to the dataset metadata
MostRecent() - Constructor for class de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution.meta.MostRecent
 
multiplyScalar(double) - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SimilarityMatrix
Multiply the matrix with a scalar value

N

next(Pair<KeyType, RecordType>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.AggregateCollector
 
next(RecordType) - Method in interface de.uni_mannheim.informatik.dws.winter.processing.DataIterator
 
next(Pair<KeyType, RecordType>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.GroupCollector
 
next(Pair<KeyType, RecordType>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.parallel.ThreadSafeAggregateCollector
 
next(Pair<KeyType, RecordType>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.parallel.ThreadSafeGroupCollector
 
next(RecordType) - Method in class de.uni_mannheim.informatik.dws.winter.processing.parallel.ThreadSafeProcessableCollector
 
next(RecordType) - Method in class de.uni_mannheim.informatik.dws.winter.processing.ProcessableCollector
 
next(ElementType) - Method in class de.uni_mannheim.informatik.dws.winter.processing.SysOutDatasetIterator
 
NoBlocker<RecordType extends Matchable,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.blockers
Class which implements no blocking strategy but returns the cross product of the input data set(s).
NoBlocker() - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.blockers.NoBlocker
 
Node<T> - Class in de.uni_mannheim.informatik.dws.winter.utils.graph
Model of a node in a graph.
Node(T, int) - Constructor for class de.uni_mannheim.informatik.dws.winter.utils.graph.Node
 
Node.NodeDataProjection<T> - Class in de.uni_mannheim.informatik.dws.winter.utils.graph
 
Node.NodeIdComparator<T> - Class in de.uni_mannheim.informatik.dws.winter.utils.graph
 
Node.NodeIdProjection<T> - Class in de.uni_mannheim.informatik.dws.winter.utils.graph
 
NodeDataProjection() - Constructor for class de.uni_mannheim.informatik.dws.winter.utils.graph.Node.NodeDataProjection
 
NodeIdComparator() - Constructor for class de.uni_mannheim.informatik.dws.winter.utils.graph.Node.NodeIdComparator
 
NodeIdProjection() - Constructor for class de.uni_mannheim.informatik.dws.winter.utils.graph.Node.NodeIdProjection
 
normalise(String, boolean) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.DynamicStringNormalizer
splits the string into tokens and concatenates it again, inserting white spaces between all tokens
normalise(String, boolean) - Method in interface de.uni_mannheim.informatik.dws.winter.webtables.parsers.StringNormalizer
 
normalise(String, boolean) - Static method in class de.uni_mannheim.informatik.dws.winter.webtables.WebTablesStringNormalizer
splits the string into tokens and concatenates it again, inserting white spaces between all tokens
NormalisedDateSimilarity - Class in de.uni_mannheim.informatik.dws.winter.similarity.date
Calculates the difference of two dates in days and normalises the value with the provided value range.
NormalisedDateSimilarity() - Constructor for class de.uni_mannheim.informatik.dws.winter.similarity.date.NormalisedDateSimilarity
 
NormalisedNumericSimilarity - Class in de.uni_mannheim.informatik.dws.winter.similarity.numeric
Calculates the absolute difference between two numbers and normalises it with the provided value range.
NormalisedNumericSimilarity() - Constructor for class de.uni_mannheim.informatik.dws.winter.similarity.numeric.NormalisedNumericSimilarity
 
normaliseHeader(String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.DynamicStringNormalizer
 
normaliseHeader(String) - Method in interface de.uni_mannheim.informatik.dws.winter.webtables.parsers.StringNormalizer
 
normaliseHeader(String) - Static method in class de.uni_mannheim.informatik.dws.winter.webtables.WebTablesStringNormalizer
 
normaliseNumeric(String) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.TypeConverter
 
normaliseScore(double, Map<String, Double>, Map<String, Double>) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.vectorspace.VectorSpaceCosineSimilarity
 
normaliseScore(double, Map<String, Double>, Map<String, Double>) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.vectorspace.VectorSpaceJaccardSimilarity
 
normaliseScore(double, Map<String, Double>, Map<String, Double>) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.vectorspace.VectorSpaceMaximumOfContainmentSimilarity
 
normaliseScore(double, Map<String, Double>, Map<String, Double>) - Method in interface de.uni_mannheim.informatik.dws.winter.similarity.vectorspace.VectorSpaceSimilarity
Defines how the final score is normalised
normaliseValue(String, boolean) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.DynamicStringNormalizer
 
normaliseValue(String, boolean) - Method in interface de.uni_mannheim.informatik.dws.winter.webtables.parsers.StringNormalizer
 
normaliseValue(String, boolean) - Static method in class de.uni_mannheim.informatik.dws.winter.webtables.WebTablesStringNormalizer
 
normalize(double) - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SimilarityMatrix
Normalize all values in the matrix by the factor v = v / normalizingFactor
normalize() - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SimilarityMatrix
Normalise all values in the matrix in the range between 0 and 1.
normalize(String, DataType, UnitCategory) - Method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.ValueNormalizer
Converts a String into the given type
normalizeColumn(ValueDetectionType, DataSet<RecordType, Attribute>, Attribute) - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.preprocessing.DataSetNormalizer
 
normalizeDataset(DataSet<RecordType, Attribute>, TypeDetector) - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.preprocessing.DataSetNormalizer
 
normalizeDataset(DataSet<RecordType, Attribute>, Map<Attribute, ValueDetectionType>) - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.preprocessing.DataSetNormalizer
 
normalizeNumeric(String) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.units.UnitCategoryParser
 
normalizeWeights() - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.LinearCombinationMatchingRule
Normalize the weights of the different comparators so they sum up to 1.
NoSchemaBlocker<SchemaElementType extends Matchable,CorrespondenceType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.blockers
Class which implements no blocking strategy but returns the cross product of the input data set(s).
NoSchemaBlocker() - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.blockers.NoSchemaBlocker
 
nullValue - Static variable in interface de.uni_mannheim.informatik.dws.winter.webtables.parsers.StringNormalizer
 
nullValue - Static variable in class de.uni_mannheim.informatik.dws.winter.webtables.WebTablesStringNormalizer
 
NUM_HEADER_ROWS - Static variable in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableMapping
 
NUM_HEADER_ROWS - Static variable in class de.uni_mannheim.informatik.dws.winter.webtables.TableMapping
 
NumericParser - Class in de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes
 
NumericParser() - Constructor for class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.NumericParser
 

O

OtherOperations - Class in de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier
Provides Auxilary Methods to prepare the needed features.
OtherOperations() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.OtherOperations
 
OverlapSimilarity - Class in de.uni_mannheim.informatik.dws.winter.similarity.list
SimilarityMeasure which calculates the overlap similarity between two lists of strings.
OverlapSimilarity() - Constructor for class de.uni_mannheim.informatik.dws.winter.similarity.list.OverlapSimilarity
 

P

P - Class in de.uni_mannheim.informatik.dws.winter.utils.query
Helper class containing various predicates which can be used with Q
P() - Constructor for class de.uni_mannheim.informatik.dws.winter.utils.query.P
 
P.AreAllContainedIn<T> - Class in de.uni_mannheim.informatik.dws.winter.utils.query
 
P.Contains<T> - Class in de.uni_mannheim.informatik.dws.winter.utils.query
 
P.ContainsAll<T> - Class in de.uni_mannheim.informatik.dws.winter.utils.query
 
P.IsContainedIn<T> - Class in de.uni_mannheim.informatik.dws.winter.utils.query
 
P.SetEquals<T> - Class in de.uni_mannheim.informatik.dws.winter.utils.query
 
padLeft(String, int) - Static method in class de.uni_mannheim.informatik.dws.winter.matrices.SimilarityMatrix
 
padRight(String, int) - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SimilarityMatrix
 
padRight(String, int) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableRow
 
padRight(String, int) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableSchema
 
Pair<T,U> - Class in de.uni_mannheim.informatik.dws.winter.model
A pair of two objects.
Pair() - Constructor for class de.uni_mannheim.informatik.dws.winter.model.Pair
 
Pair(T, U) - Constructor for class de.uni_mannheim.informatik.dws.winter.model.Pair
 
PairFirstJoinKeyGenerator<T,U> - Class in de.uni_mannheim.informatik.dws.winter.processing
Function that returns the key of a given Pair.
PairFirstJoinKeyGenerator() - Constructor for class de.uni_mannheim.informatik.dws.winter.processing.PairFirstJoinKeyGenerator
 
Parallel<T> - Class in de.uni_mannheim.informatik.dws.winter.utils.parallel
Implementations of parallel loops.
Parallel() - Constructor for class de.uni_mannheim.informatik.dws.winter.utils.parallel.Parallel
 
Parallel(int) - Constructor for class de.uni_mannheim.informatik.dws.winter.utils.parallel.Parallel
 
Parallel.ITask - Interface in de.uni_mannheim.informatik.dws.winter.utils.parallel
 
ParallelHashedDataSet<RecordType extends Matchable,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.model
An implementation of a DataSet backed by a HashMap
ParallelHashedDataSet() - Constructor for class de.uni_mannheim.informatik.dws.winter.model.ParallelHashedDataSet
 
ParallelHashedDataSet(Collection<RecordType>) - Constructor for class de.uni_mannheim.informatik.dws.winter.model.ParallelHashedDataSet
 
ParallelProcessableCollection<RecordType> - Class in de.uni_mannheim.informatik.dws.winter.processing.parallel
Multi-threaded implementation of Processable
ParallelProcessableCollection() - Constructor for class de.uni_mannheim.informatik.dws.winter.processing.parallel.ParallelProcessableCollection
 
ParallelProcessableCollection(Collection<RecordType>) - Constructor for class de.uni_mannheim.informatik.dws.winter.processing.parallel.ParallelProcessableCollection
 
ParallelProcessableCollection(Processable<RecordType>) - Constructor for class de.uni_mannheim.informatik.dws.winter.processing.parallel.ParallelProcessableCollection
 
params - Variable in class de.uni_mannheim.informatik.dws.winter.utils.Executable
 
parse(String) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.DateJavaTime
Parse the given date string to date object and return a localDateTime instance based on the given date string.
parse(String, String) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.DateJavaTime
Validate the actual date of the given date string based on the given date format pattern and return a date instance based on the given date string.
parse(String) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.DateUtil
Parse the given date string to date object and return a date instance based on the given date string.
parse(String, String) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.DateUtil
Validate the actual date of the given date string based on the given date format pattern and return a date instance based on the given date string.
parseBoolean(String) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.BooleanParser
 
parseCandidateKeys(JsonTableSchema, Table) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableParser
 
parseColumnData(JsonTableSchema, Table) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableParser
 
parseCommandLine(Class<?>, String...) - Method in class de.uni_mannheim.informatik.dws.winter.utils.Executable
 
parseCoordinate(String) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.GeoCoordinate
 
parseDependencies(JsonTableSchema, Table) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableParser
 
parseGeoCoordinate(String) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.GeoCoordinateParser
 
parseMetadata(String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableMapping
 
parseMetadata(String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableMapping
 
parseNumeric(String) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.NumericParser
 
parseProvenance(JsonTableSchema, Table) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableParser
 
parseTable(File) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.CsvTableParser
 
parseTable(Reader, String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.CsvTableParser
 
parseTable(File) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableParser
 
parseTable(Reader, String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableParser
 
parseTable(JsonTableSchema, String, TableMapping) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableParser
 
parseTable(File) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.LodCsvTableParser
 
parseTable(Reader, String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.LodCsvTableParser
 
parseTable(File) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.RdfTableParser
 
parseTable(Reader, String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.RdfTableParser
 
parseTable(File) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.specialised.uri.UriParser
 
parseTable(Reader, String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.specialised.uri.UriParser
 
parseTable(File) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.TableParser
 
parseTable(Reader, String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.TableParser
 
parseUnit(String, String) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.units.UnitParser
 
parseUnitFromHeader(String) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.units.UnitCategoryParser
 
parseUnitFromHeader(String) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.units.UnitParser
 
parseURL(String) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.URLParser
 
Partitioning<TNode> - Class in de.uni_mannheim.informatik.dws.winter.utils.graph
Model of a partitioning of a graph.
Partitioning(Graph<TNode, ?>) - Constructor for class de.uni_mannheim.informatik.dws.winter.utils.graph.Partitioning
 
PartitioningWithPositiveAndNegativeEdges<T> - Class in de.uni_mannheim.informatik.dws.winter.clustering
A partitioning clustering algorithm that considers positive and negative scores between the elements.
PartitioningWithPositiveAndNegativeEdges(double) - Constructor for class de.uni_mannheim.informatik.dws.winter.clustering.PartitioningWithPositiveAndNegativeEdges
 
partitionRecords() - Method in class de.uni_mannheim.informatik.dws.winter.processing.parallel.ParallelProcessableCollection
 
PatternbasedTypeDetector - Class in de.uni_mannheim.informatik.dws.winter.webtables.detectors
Type Detector to detect data type, unit and quantity of a data value based on different regex expressions.
PatternbasedTypeDetector() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.detectors.PatternbasedTypeDetector
 
PercentageSimilarity - Class in de.uni_mannheim.informatik.dws.winter.similarity.numeric
Calculates a numeric similarity based on the percental difference between the two numbers
PercentageSimilarity(double) - Constructor for class de.uni_mannheim.informatik.dws.winter.similarity.numeric.PercentageSimilarity
Creates a new instance of the similarity measure
Performance - Class in de.uni_mannheim.informatik.dws.winter.model
Contains the evaluation performance.
Performance(int, int, int) - Constructor for class de.uni_mannheim.informatik.dws.winter.model.Performance
 
PerformanceAggregator<KeyType> - Class in de.uni_mannheim.informatik.dws.winter.processing.aggregators
Aggregates Performance objects by summing up their values
PerformanceAggregator() - Constructor for class de.uni_mannheim.informatik.dws.winter.processing.aggregators.PerformanceAggregator
 
populateTable(String[][], Table, int[]) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.TableParser
Writes the content from a String[][] into the provided table.
posPatternofHeaderCell(String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.FeatureSet
Uses a MaxentTagger to determine the POS tag of a header cell.
POSTPROCESSEDSIMILARITY - Static variable in class de.uni_mannheim.informatik.dws.winter.matching.rules.ComparatorLogger
 
predictDatatype(List<String>) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.TypeClassifier
Triggers the prediction of datatypes from the features calculated in 'calculateFeatures(String[])'.
preprocess(String) - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators.StringComparator
 
print() - Method in class de.uni_mannheim.informatik.dws.winter.utils.parallel.RunnableProgressReporter
 
printBalanceReport() - Method in class de.uni_mannheim.informatik.dws.winter.model.MatchingGoldStandard
 
printClusterConsistencyReport(CorrespondenceSet<RecordType, SchemaElementType>, Processable<Correspondence<SchemaElementType, Matchable>>) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.DataFusionEngine
Calculates the consistencies of the attributes of the records in the given correspondence set according to the data fusion strategy and prints the results to the console
printDataSetDensityReport() - Method in interface de.uni_mannheim.informatik.dws.winter.model.FusibleDataSet
Calculates the density for all attributes of the records in this dataset and prints the result to the console
printDataSetDensityReport() - Method in class de.uni_mannheim.informatik.dws.winter.model.FusibleHashedDataSet
Calculates the density for all attributes of the records in this dataset and prints the result to the console
printDataSetDensityReport() - Method in class de.uni_mannheim.informatik.dws.winter.model.FusibleParallelHashedDataSet
Calculates the density for all attributes of the records in this dataset and prints the result to the console
printGroupSizeDistribution() - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.CorrespondenceSet
prints the distribution of the sizes of the groups of records to the specified file
printGSReport() - Method in class de.uni_mannheim.informatik.dws.winter.model.MatchingGoldStandard
 
printStatistics(String) - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SimilarityMatrix
 
Processable<RecordType> - Interface in de.uni_mannheim.informatik.dws.winter.processing
Interface for all processable collections.
ProcessableCollection<RecordType> - Class in de.uni_mannheim.informatik.dws.winter.processing
Single-Threaded implementation of Processable
ProcessableCollection() - Constructor for class de.uni_mannheim.informatik.dws.winter.processing.ProcessableCollection
 
ProcessableCollection(Collection<RecordType>) - Constructor for class de.uni_mannheim.informatik.dws.winter.processing.ProcessableCollection
 
ProcessableCollection(Processable<RecordType>) - Constructor for class de.uni_mannheim.informatik.dws.winter.processing.ProcessableCollection
 
ProcessableCollector<RecordType> - Class in de.uni_mannheim.informatik.dws.winter.processing
DataIterator that produces a Processable as result
ProcessableCollector() - Constructor for class de.uni_mannheim.informatik.dws.winter.processing.ProcessableCollector
 
produce(T) - Method in class de.uni_mannheim.informatik.dws.winter.utils.parallel.Producer
 
Producer<T> - Class in de.uni_mannheim.informatik.dws.winter.utils.parallel
Super class for a data producer.
Producer() - Constructor for class de.uni_mannheim.informatik.dws.winter.utils.parallel.Producer
 
producerConsumer(Producer<T>, Consumer<T>) - Method in class de.uni_mannheim.informatik.dws.winter.utils.parallel.Parallel
 
ProgressReporter - Class in de.uni_mannheim.informatik.dws.winter.utils
This class can be used to log and observe the progress of a method.
ProgressReporter(int, String) - Constructor for class de.uni_mannheim.informatik.dws.winter.utils.ProgressReporter
 
ProgressReporter(int, String, int) - Constructor for class de.uni_mannheim.informatik.dws.winter.utils.ProgressReporter
 
project(Collection<TIn>, Func<TOut, ? super TIn>) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.query.Q
 
project(Collection<T>, Collection<Integer>) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.query.Q
 
project(Collection<T>, int[]) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.query.Q
 
project(T[], int[]) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.query.Q
 
project(Collection<TableColumn>) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
 
project(Collection<TableColumn>, boolean) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
 
project(Collection<TableColumn>) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableRow
 
projectColumnIndices(Collection<TableColumn>) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
Projects the table and returns a map that translates the column indices to the projected column indices
projectFunctionalDependencies(Collection<TableColumn>) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
Returns the functional dependencies which will still exist if the table is projected using the specified columns.
PROPERTIES - Static variable in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableMapping
 
PROPERTIES - Static variable in class de.uni_mannheim.informatik.dws.winter.webtables.TableMapping
 
PROPERTY_SCORES - Static variable in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableMapping
 
PROPERTY_SCORES - Static variable in class de.uni_mannheim.informatik.dws.winter.webtables.TableMapping
 
provenance - Variable in class de.uni_mannheim.informatik.dws.winter.model.AbstractRecord
 
provenance - Variable in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.Attribute
 
prune(double) - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SimilarityMatrix
removes all elements below the given threshold
pruneInfrequentSequences(int, Set<SequentialPatternMiner.Sequence<TData>>) - Method in class de.uni_mannheim.informatik.dws.winter.utils.mining.SequentialPatternMiner
 
put(Map<K, Map<K, V>>, K, K, V) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.MapUtils2
 

Q

Q - Class in de.uni_mannheim.informatik.dws.winter.utils.query
Helper class for data querying functions
Q() - Constructor for class de.uni_mannheim.informatik.dws.winter.utils.query.Q
 
QuadraticSimilarityMeasureModifier<DataType> - Class in de.uni_mannheim.informatik.dws.winter.similarity.modifiers
Returns the square of the result of the inner similarity measure.
QuadraticSimilarityMeasureModifier() - Constructor for class de.uni_mannheim.informatik.dws.winter.similarity.modifiers.QuadraticSimilarityMeasureModifier
 
QuadraticSimilarityMeasureModifier(SimilarityMeasure<DataType>) - Constructor for class de.uni_mannheim.informatik.dws.winter.similarity.modifiers.QuadraticSimilarityMeasureModifier
 
quantities - Static variable in class de.uni_mannheim.informatik.dws.winter.preprocessing.units.UnitCategoryParser
 
Quantity - Class in de.uni_mannheim.informatik.dws.winter.preprocessing.units
 
Quantity() - Constructor for class de.uni_mannheim.informatik.dws.winter.preprocessing.units.Quantity
 

R

RandomValue<ValueType,RecordType extends Matchable & Fusible<SchemaElementType>,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution
Random ConflictResolutionFunction: Returns a random value.
RandomValue() - Constructor for class de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution.RandomValue
 
RDFMatchableReader<RecordType extends Matchable,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.model.io
 
RDFMatchableReader() - Constructor for class de.uni_mannheim.informatik.dws.winter.model.io.RDFMatchableReader
 
RdfN3TableWriter - Class in de.uni_mannheim.informatik.dws.winter.webtables.writers
Writes the table data as N3 RDF data.
RdfN3TableWriter() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.writers.RdfN3TableWriter
 
RDFRecordReader - Class in de.uni_mannheim.informatik.dws.winter.model.defaultmodel
 
RDFRecordReader(int) - Constructor for class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.RDFRecordReader
 
RDFRecordReader(int, Map<String, Attribute>) - Constructor for class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.RDFRecordReader
 
RdfTableParser - Class in de.uni_mannheim.informatik.dws.winter.webtables.parsers
A parser that loads the result of a SPARQL query executed against an RDF document as table
RdfTableParser(String) - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.parsers.RdfTableParser
 
RdfXmlTableWriter - Class in de.uni_mannheim.informatik.dws.winter.webtables.writers
Writes the table data as N3 RDF data.
RdfXmlTableWriter() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.writers.RdfXmlTableWriter
 
read(String) - Static method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableMapping
 
read(String) - Static method in class de.uni_mannheim.informatik.dws.winter.webtables.TableMapping
 
readLine(File, int, String[], DataSet<Record, Attribute>) - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.CSVRecordReader
 
readLine(File, int, String[], DataSet<Record, Attribute>) - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.RDFRecordReader
 
readLine(File, int, String[], DataSet<RecordType, SchemaElementType>) - Method in class de.uni_mannheim.informatik.dws.winter.model.io.CSVMatchableReader
 
readLine(File, int, String[], DataSet<RecordType, SchemaElementType>) - Method in class de.uni_mannheim.informatik.dws.winter.model.io.RDFMatchableReader
 
readMapping(String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableMapping
 
readMapping(InputStream, String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableMapping
 
readMapping(String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableMapping
 
readMapping(InputStream, String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableMapping
 
readModel(File) - Method in interface de.uni_mannheim.informatik.dws.winter.matching.rules.LearnableMatchingRule
 
readModel(File) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.LinearCombinationMatchingRule
 
readModel(File) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.WekaMatchingRule
Read model from file system
Record - Class in de.uni_mannheim.informatik.dws.winter.model.defaultmodel
A default model that represents an AbstractRecord as a set of key/value pairs.
Record(String) - Constructor for class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.Record
 
Record(String, String) - Constructor for class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.Record
 
RECORD1IDENTIFIER - Variable in class de.uni_mannheim.informatik.dws.winter.matching.rules.MatchingRule
 
RECORD1PREPROCESSEDVALUE - Static variable in class de.uni_mannheim.informatik.dws.winter.matching.rules.ComparatorLogger
 
RECORD1VALUE - Static variable in class de.uni_mannheim.informatik.dws.winter.matching.rules.ComparatorLogger
 
RECORD2IDENTIFIER - Variable in class de.uni_mannheim.informatik.dws.winter.matching.rules.MatchingRule
 
RECORD2PREPROCESSEDVALUE - Static variable in class de.uni_mannheim.informatik.dws.winter.matching.rules.ComparatorLogger
 
RECORD2VALUE - Static variable in class de.uni_mannheim.informatik.dws.winter.matching.rules.ComparatorLogger
 
RecordBlockingKeyGenerator<RecordType extends Matchable,CorrespondenceType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.blockers.generators
Super class for blocking key generators for records.
RecordBlockingKeyGenerator() - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.blockers.generators.RecordBlockingKeyGenerator
 
RecordComparator - Class in de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators
Comparator for Records based on the Attribute values.
RecordComparator(Attribute, Attribute) - Constructor for class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators.RecordComparator
 
RecordComparatorEqual - Class in de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators
Comparator for Records exactly matching.
RecordComparatorEqual(Attribute, Attribute) - Constructor for class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators.RecordComparatorEqual
 
RecordComparatorJaccard - Class in de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators
Comparator for Records based on the Attribute values, and their TokenizingJaccardSimilarity similarity.
RecordComparatorJaccard(Attribute, Attribute, double, boolean) - Constructor for class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators.RecordComparatorJaccard
 
RecordComparatorLevenshtein - Class in de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators
Comparator for Records based on the values, and their LevenshteinSimilarity similarity.
RecordComparatorLevenshtein(Attribute, Attribute) - Constructor for class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators.RecordComparatorLevenshtein
 
RecordComparatorOverlapMultipleAttributes - Class in de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators
A comparator that compares multiple Token overlaps from different Attributes.
RecordComparatorOverlapMultipleAttributes(List<Attribute>, List<Attribute>) - Constructor for class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators.RecordComparatorOverlapMultipleAttributes
 
RecordCSVFormatter - Class in de.uni_mannheim.informatik.dws.winter.model.defaultmodel
Formats a DefaultModel AbstractRecord as CSV
RecordCSVFormatter() - Constructor for class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.RecordCSVFormatter
 
RecordGroup<RecordType extends Matchable & Fusible<SchemaElementType>,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.model
Represents a group of Fusibles.
RecordGroup() - Constructor for class de.uni_mannheim.informatik.dws.winter.model.RecordGroup
 
RecordGroupFactory<RecordType extends Matchable & Fusible<SchemaElementType>,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.model
Factory for RecordGroups
RecordGroupFactory() - Constructor for class de.uni_mannheim.informatik.dws.winter.model.RecordGroupFactory
 
RecordId(String) - Constructor for class de.uni_mannheim.informatik.dws.winter.model.Correspondence.RecordId
 
RecordKeyValueMapper<KeyType,RecordType,OutputRecordType> - Interface in de.uni_mannheim.informatik.dws.winter.processing
Maps a record of type RecordType via a key of type KeyType to a record of type OutputRecordType.
RecordMapper<RecordType,OutputRecordType> - Interface in de.uni_mannheim.informatik.dws.winter.processing
Maps a record from RecordType to OutputRecordType.
records - Variable in class de.uni_mannheim.informatik.dws.winter.model.HashedDataSet
HashMap of an identifier and the actual AbstractRecord.
records - Variable in class de.uni_mannheim.informatik.dws.winter.model.ParallelHashedDataSet
HashMap of an identifier and the actual AbstractRecord.
RecordValueGenerator<RecordType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.blockers.generators
 
RecordValueGenerator() - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.blockers.generators.RecordValueGenerator
 
remove(RecordType) - Method in interface de.uni_mannheim.informatik.dws.winter.processing.Processable
 
remove(Collection<RecordType>) - Method in interface de.uni_mannheim.informatik.dws.winter.processing.Processable
 
remove(RecordType) - Method in class de.uni_mannheim.informatik.dws.winter.processing.ProcessableCollection
 
remove(Collection<RecordType>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.ProcessableCollection
 
remove(Map<K, Map<K, V>>, K, K) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.MapUtils2
 
removeColumn(TableColumn) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
Removes a column from the schema and updates all rows with the new indices
removeColumn(TableColumn) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableSchema
Removes a column.
removeDisambiguations(Collection<Table>) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.preprocessing.TableDisambiguationExtractor
 
removeNonexistingExamples(DataSet<T, ?>) - Method in class de.uni_mannheim.informatik.dws.winter.model.MatchingGoldStandard
Removes all examples from the gold standard that are not contained in the given collection of records
removeNumbering(Collection<Table>) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.preprocessing.TableNumberingExtractor
 
removeRecord(String) - Method in interface de.uni_mannheim.informatik.dws.winter.model.DataSet
 
removeRecord(String) - Method in class de.uni_mannheim.informatik.dws.winter.model.HashedDataSet
 
removeRecord(String) - Method in class de.uni_mannheim.informatik.dws.winter.model.ParallelHashedDataSet
 
removeRow(int) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
Removes a row from the table by its row number.
reorganiseRowNumbers() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
re-assigns the row numbers to rows.
report() - Method in class de.uni_mannheim.informatik.dws.winter.utils.ProgressReporter
 
resolveConflict(Collection<FusibleValue<ValueType, RecordType, SchemaElementType>>) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution.ClusteredVote
 
resolveConflict(Collection<FusibleValue<ValueType, RecordType, SchemaElementType>>) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution.ConflictResolutionFunction
Fuses a collection of fusable values by applying the conflict resolution
resolveConflict(Collection<FusibleValue<List<ValueType>, RecordType, SchemaElementType>>) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution.list.Intersection
 
resolveConflict(Collection<FusibleValue<List<ValueType>, RecordType, SchemaElementType>>) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution.list.IntersectionKSources
 
resolveConflict(Collection<FusibleValue<List<ValueType>, RecordType, SchemaElementType>>) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution.list.Union
 
resolveConflict(Collection<FusibleValue<ValueType, RecordType, SchemaElementType>>) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution.meta.FavourSources
 
resolveConflict(Collection<FusibleValue<ValueType, RecordType, SchemaElementType>>) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution.meta.MostRecent
 
resolveConflict(Collection<FusibleValue<Double, RecordType, SchemaElementType>>) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution.numeric.Average
 
resolveConflict(Collection<FusibleValue<Double, RecordType, SchemaElementType>>) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution.numeric.Median
 
resolveConflict(Collection<FusibleValue<ValueType, RecordType, SchemaElementType>>) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution.RandomValue
 
resolveConflict(Collection<FusibleValue<String, RecordType, SchemaElementType>>) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution.string.LongestString
 
resolveConflict(Collection<FusibleValue<String, RecordType, SchemaElementType>>) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution.string.ShortestString
 
resolveConflict(Collection<FusibleValue<ValueType, RecordType, SchemaElementType>>) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution.Voting
 
RowContentDetector - Interface in de.uni_mannheim.informatik.dws.winter.webtables.detectors
 
RuleBasedDuplicateDetectionAlgorithm<TypeA extends Matchable,TypeB extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.algorithms
Implementation of rule-based identity resolution for the special case of a single data set (=duplicate detection)
RuleBasedDuplicateDetectionAlgorithm(DataSet<TypeA, TypeB>, MatchingRule<TypeA, TypeB>, SymmetricBlocker<TypeA, TypeB, TypeA, TypeB>) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.algorithms.RuleBasedDuplicateDetectionAlgorithm
 
RuleBasedDuplicateDetectionAlgorithm(DataSet<TypeA, TypeB>, Processable<Correspondence<TypeB, Matchable>>, MatchingRule<TypeA, TypeB>, SymmetricBlocker<TypeA, TypeB, TypeA, TypeB>) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.algorithms.RuleBasedDuplicateDetectionAlgorithm
 
RuleBasedMatchingAlgorithm<RecordType extends Matchable,SchemaElementType extends Matchable,CorrespondenceType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.algorithms
Implementation of rule-based matching.
RuleBasedMatchingAlgorithm(DataSet<RecordType, SchemaElementType>, DataSet<RecordType, SchemaElementType>, Processable<Correspondence<CorrespondenceType, Matchable>>, MatchingRule<RecordType, CorrespondenceType>, Blocker<RecordType, SchemaElementType, RecordType, CorrespondenceType>) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.algorithms.RuleBasedMatchingAlgorithm
 
RuleLearner<RecordType extends Matchable,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.algorithms
Class that controls the learning of matching rules
RuleLearner() - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.algorithms.RuleLearner
 
run(CorrespondenceSet<RecordType, SchemaElementType>, Processable<Correspondence<SchemaElementType, Matchable>>) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.DataFusionEngine
Runs the data fusion process on the provided set of correspondences and returns a fused data set
run() - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.DuplicateBasedMatchingAlgorithm
 
run() - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.EnsembleMatchingAlgorithm
 
run() - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.GreedyOneToOneMatchingAlgorithm
 
run() - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.InstanceBasedSchemaMatchingAlgorithm
 
run() - Method in interface de.uni_mannheim.informatik.dws.winter.matching.algorithms.MatchingAlgorithm
 
run() - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.MaximumBipartiteMatchingAlgorithm
 
run() - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.RuleBasedDuplicateDetectionAlgorithm
 
run() - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.RuleBasedMatchingAlgorithm
 
run() - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.SimpleDuplicateDetectionAlgorithm
 
run() - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.SimpleIdentityResolutionAlgorithm
 
run() - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.SymmetricInstanceBasedSchemaMatchingAlgorithm
 
run() - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.TransitiveCorrespondencesCreator
 
run() - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.VectorSpaceIdentityResolutionAlgorithm
 
run() - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.VectorSpaceInstanceBasedSchemaMatchingAlgorithm
 
run(Parallel.ITask) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.parallel.Parallel
 
run(Runnable) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.parallel.Parallel
 
run() - Method in class de.uni_mannheim.informatik.dws.winter.utils.parallel.RunnableProgressReporter
 
run() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.app.ConvertTable
 
run() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.app.CreateTableStatistics
 
run() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.app.FeatureGenerator
 
run() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.app.GroupTablesByHost
 
run() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.app.JsonToCsvConverter
 
run() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.app.ShowTableData
 
runBlocking(DataSet<SchemaElementType, SchemaElementType>, DataSet<SchemaElementType, SchemaElementType>, Processable<Correspondence<RecordType, Matchable>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.DuplicateBasedMatchingAlgorithm
 
runBlocking(DataSet<TypeA, TypeB>, DataSet<TypeA, TypeB>, Processable<Correspondence<TypeB, Matchable>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.RuleBasedDuplicateDetectionAlgorithm
 
runBlocking(DataSet<RecordType, SchemaElementType>, DataSet<RecordType, SchemaElementType>, Processable<Correspondence<CorrespondenceType, Matchable>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.RuleBasedMatchingAlgorithm
 
runBlocking(DataSet<RecordType, SchemaElementType>, DataSet<RecordType, SchemaElementType>, Processable<Correspondence<CorrespondenceType, Matchable>>) - Method in interface de.uni_mannheim.informatik.dws.winter.matching.blockers.Blocker
Gives the possible candidates for the correspondences between the first and second data sets.
runBlocking(DataSet<RecordType, SchemaElementType>, DataSet<RecordType, SchemaElementType>, Processable<Correspondence<CorrespondenceType, Matchable>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.BlockingKeyIndexer
 
runBlocking(DataSet<RecordType, SchemaElementType>, Processable<Correspondence<CorrespondenceType, Matchable>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.CorrespondenceCombiningBlocker
 
runBlocking(DataSet<RecordType, SchemaElementType>, DataSet<RecordType, SchemaElementType>, Processable<Correspondence<CorrespondenceType, Matchable>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.CorrespondenceCombiningBlocker
 
runBlocking(DataSet<RecordType, SchemaElementType>, DataSet<RecordType, SchemaElementType>, Processable<Correspondence<CorrespondenceType, Matchable>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.GoldStandardBlocker
 
runBlocking(DataSet<RecordType, SchemaElementType>, Processable<Correspondence<CorrespondenceType, Matchable>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.SortedNeighbourhoodBlocker
 
runBlocking(DataSet<RecordType, SchemaElementType>, DataSet<RecordType, SchemaElementType>, Processable<Correspondence<CorrespondenceType, Matchable>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.SortedNeighbourhoodBlocker
 
runBlocking(DataSet<RecordType, SchemaElementType>, DataSet<RecordType, SchemaElementType>, Processable<Correspondence<CorrespondenceType, Matchable>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.StandardBlocker
 
runBlocking(DataSet<RecordType, SchemaElementType>, Processable<Correspondence<CorrespondenceType, Matchable>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.StandardBlocker
 
runBlocking(DataSet<RecordType, SchemaElementType>, DataSet<RecordType, SchemaElementType>, Processable<Correspondence<CorrespondenceType, Matchable>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.StandardBlockerWithBlockFiltering
 
runBlocking(DataSet<RecordType, SchemaElementType>, Processable<Correspondence<CorrespondenceType, Matchable>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.StandardBlockerWithBlockFiltering
 
runBlocking(DataSet<RecordType, SchemaElementType>, Processable<Correspondence<CorrespondenceType, Matchable>>) - Method in interface de.uni_mannheim.informatik.dws.winter.matching.blockers.SymmetricBlocker
 
runBlocking(DataSet<RecordType, SchemaElementType>, DataSet<RecordType, SchemaElementType>, Processable<Correspondence<MatchableValue, Matchable>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.ValueBasedBlocker
 
runBlocking(DataSet<RecordType, SchemaElementType>, Processable<Correspondence<MatchableValue, Matchable>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.ValueBasedBlocker
 
runDuplicateBasedSchemaMatching(DataSet<SchemaElementType, SchemaElementType>, DataSet<SchemaElementType, SchemaElementType>, Processable<? extends Correspondence<RecordType, ? extends Matchable>>, VotingMatchingRule<SchemaElementType, RecordType>, TopKVotesAggregator<SchemaElementType, RecordType>, CorrespondenceAggregator<SchemaElementType, RecordType>, Blocker<SchemaElementType, SchemaElementType, SchemaElementType, RecordType>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.MatchingEngine
Runs duplicate-based schema matching between the provided schemas.
runDuplicateDetection(DataSet<RecordType, SchemaElementType>, MatchingRule<RecordType, SchemaElementType>, SymmetricBlocker<RecordType, SchemaElementType, RecordType, SchemaElementType>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.MatchingEngine
Runs the Duplicate Detection on a given DataSet.
runDuplicateDetection(DataSet<RecordType, SchemaElementType>, Processable<? extends Correspondence<SchemaElementType, ? extends Matchable>>, MatchingRule<RecordType, SchemaElementType>, SymmetricBlocker<RecordType, SchemaElementType, RecordType, SchemaElementType>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.MatchingEngine
Runs the Duplicate Detection on a given DataSet with additional schema correspondences.
runIdentityResolution(DataSet<RecordType, SchemaElementType>, DataSet<RecordType, SchemaElementType>, Processable<? extends Correspondence<SchemaElementType, ? extends Matchable>>, MatchingRule<RecordType, SchemaElementType>, Blocker<RecordType, SchemaElementType, RecordType, SchemaElementType>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.MatchingEngine
Runs identity resolution on the given data sets using the provided matching rule and blocker.
runInstanceBasedSchemaMatching(DataSet<RecordType, SchemaElementType>, DataSet<RecordType, SchemaElementType>, BlockingKeyGenerator<RecordType, MatchableValue, SchemaElementType>, BlockingKeyGenerator<RecordType, MatchableValue, SchemaElementType>, BlockingKeyIndexer.VectorCreationMethod, VectorSpaceSimilarity, double) - Method in class de.uni_mannheim.informatik.dws.winter.matching.MatchingEngine
Runs instance-based schema matching on the provided datasets.
runLabelBasedSchemaMatching(DataSet<SchemaElementType, SchemaElementType>, DataSet<SchemaElementType, SchemaElementType>, Comparator<SchemaElementType, SchemaElementType>, double) - Method in class de.uni_mannheim.informatik.dws.winter.matching.MatchingEngine
Runs label-based schema matching on the provided datasets using the specified comparator.
runLabelBasedSchemaMatching(DataSet<SchemaElementType, SchemaElementType>, Comparator<SchemaElementType, SchemaElementType>, double) - Method in class de.uni_mannheim.informatik.dws.winter.matching.MatchingEngine
Runs label-based schema matching on the provided dataset using the specified comparator.
RunnableProgressReporter - Class in de.uni_mannheim.informatik.dws.winter.utils.parallel
Progress reporter that can run in its own thread.
RunnableProgressReporter() - Constructor for class de.uni_mannheim.informatik.dws.winter.utils.parallel.RunnableProgressReporter
 
runSchemaMatching(DataSet<SchemaElementType, SchemaElementType>, DataSet<SchemaElementType, SchemaElementType>, Processable<? extends Correspondence<RecordType, ? extends Matchable>>, MatchingRule<SchemaElementType, RecordType>, Blocker<SchemaElementType, SchemaElementType, SchemaElementType, RecordType>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.MatchingEngine
Runs schema matchign on the given data sets using the provided matching rule and blocker.
runsSingleThreaded - Variable in class de.uni_mannheim.informatik.dws.winter.utils.parallel.Producer
 
runVectorBasedIdentityResolution(DataSet<RecordType, SchemaElementType>, DataSet<RecordType, SchemaElementType>, BlockingKeyGenerator<RecordType, MatchableValue, RecordType>, BlockingKeyGenerator<RecordType, MatchableValue, RecordType>, BlockingKeyIndexer.VectorCreationMethod, VectorSpaceSimilarity, double) - Method in class de.uni_mannheim.informatik.dws.winter.matching.MatchingEngine
Runs identity resolution on the provided datasets.

S

sameDay(Calendar, Calendar) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.CalendarUtil
Returns true if the two given calendars are dated on the same year, month and day.
sameDay(Date, Date) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.DateUtil
Returns true if the two given dates are dated on the same year, month and day.
sameHour(Calendar, Calendar) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.CalendarUtil
Returns true if the two given calendars are dated on the same year, month, day and hour.
sameHour(Date, Date) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.DateUtil
Returns true if the two given dates are dated on the same year, month, day and hour.
sameMinute(Calendar, Calendar) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.CalendarUtil
Returns true if the two given calendars are dated on the same year, month, day, hour and minute.
sameMinute(Date, Date) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.DateUtil
Returns true if the two given dates are dated on the same year, month, day, hour and minute.
sameMonth(Calendar, Calendar) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.CalendarUtil
Returns true if the two given calendars are dated on the same year and month.
sameMonth(Date, Date) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.DateUtil
Returns true if the two given dates are dated on the same year and month.
sameSecond(Calendar, Calendar) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.CalendarUtil
Returns true if the two given calendars are dated on the same year, month, day, hour, minute and second.
sameSecond(Date, Date) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.DateUtil
Returns true if the two given dates are dated on the same year, month, day, hour, minute and second.
sameTime(Calendar, Calendar) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.CalendarUtil
Returns true if the two given calendars are dated on the same time.
sameYear(Calendar, Calendar) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.CalendarUtil
Returns true if the two given calendars are dated on the same year.
sameYear(Date, Date) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.DateUtil
Returns true if the two given dates are dated on the same year.
SchemaValueGenerator<RecordType extends Matchable,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.blockers.generators
A blocking key generator that generates values as blocking keys from the content of the schema elements.
SchemaValueGenerator() - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.blockers.generators.SchemaValueGenerator
 
search(String) - Method in interface de.uni_mannheim.informatik.dws.winter.index.IIndexSearcher
Searches for a single term
search(Collection<String>) - Method in interface de.uni_mannheim.informatik.dws.winter.index.IIndexSearcher
Searches for multiple terms
Sequence(List<TData>, int) - Constructor for class de.uni_mannheim.informatik.dws.winter.utils.mining.SequentialPatternMiner.Sequence
 
sequentialFor(Iterable<T>, Consumer<T>, String) - Method in class de.uni_mannheim.informatik.dws.winter.utils.parallel.Parallel
 
SequentialPatternMiner<TData> - Class in de.uni_mannheim.informatik.dws.winter.utils.mining
 
SequentialPatternMiner() - Constructor for class de.uni_mannheim.informatik.dws.winter.utils.mining.SequentialPatternMiner
 
SequentialPatternMiner.Sequence<TData> - Class in de.uni_mannheim.informatik.dws.winter.utils.mining
 
SequentialPatternMiner.SequentialRule<TData> - Class in de.uni_mannheim.informatik.dws.winter.utils.mining
 
SequentialRule(SequentialPatternMiner.Sequence<TData>, SequentialPatternMiner.Sequence<TData>, int) - Constructor for class de.uni_mannheim.informatik.dws.winter.utils.mining.SequentialPatternMiner.SequentialRule
 
set(T, T, Double) - Method in class de.uni_mannheim.informatik.dws.winter.matrices.ArrayBasedSimilarityMatrix
 
set(T, T, Double) - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SimilarityMatrix
sets the similarity of the provided objects
set(T, T, Double) - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SparseSimilarityMatrix
 
set(int, Object) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableRow
 
set(Object[]) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableRow
 
setAbbreviations(Collection<String>) - Method in class de.uni_mannheim.informatik.dws.winter.preprocessing.units.Quantity
 
setAbbreviations(Collection<String>) - Method in class de.uni_mannheim.informatik.dws.winter.preprocessing.units.Unit
 
setAggregationResult(Processable<Pair<KeyType, ResultType>>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.AggregateCollector
 
setAggregationResult(Processable<Pair<KeyType, ResultType>>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.parallel.ThreadSafeAggregateCollector
 
setAggregator(DataAggregator<KeyType, RecordType, ResultType>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.AggregateCollector
 
SetAggregator<KeyType,RecordType> - Class in de.uni_mannheim.informatik.dws.winter.processing.aggregators
Aggregates all elements into a set (=only keeps unique records).
SetAggregator() - Constructor for class de.uni_mannheim.informatik.dws.winter.processing.aggregators.SetAggregator
 
setAggregator(DataAggregator<KeyType, RecordType, ResultType>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.parallel.ThreadSafeAggregateCollector
 
setAttributeName(String) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeFusionLogger
 
setAttributeRecord1(Attribute) - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators.RecordComparator
 
setAttributeRecord2(Attribute) - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators.RecordComparator
 
setAttributeRecords1(List<Attribute>) - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators.RecordComparatorOverlapMultipleAttributes
 
setAttributeRecords2(List<Attribute>) - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators.RecordComparatorOverlapMultipleAttributes
 
setAverage(double) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableColumnStatistics
 
setAverageCharacterLenghth(int) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.FeatureSet
 
setAverageNumberofDataTokensinEachCell(double) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.FeatureSet
 
setAverageNumberofPunctuationsinEachCell(double) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.FeatureSet
 
setAverageNumberofSpecialCharactersinEachCell(double) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.FeatureSet
 
setBackwardSelection(boolean) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.WekaMatchingRule
 
setBalanceTrainingData(boolean) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.WekaMatchingRule
 
setBlockFilterRatio(double) - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.StandardBlocker
 
setCandidateKeys(Integer[][]) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
setCandidateKeys(Set<Set<TableColumn>>) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableSchema
 
setCausalCorrespondences(Processable<Correspondence<CausalType, Matchable>>) - Method in class de.uni_mannheim.informatik.dws.winter.model.Correspondence
 
setCellContentPattern(String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.FeatureSet
 
setClassifier(Classifier) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.WekaMatchingRule
 
setCleanHeader(boolean) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.TableParser
 
setCollectDebugResults(boolean) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeFuser
 
setColumnIndex(int) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableColumn
 
setColumnProvenance(String[][]) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
setComparatorName(String) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.ComparatorLogger
 
setComparisonLog(ComparatorLogger) - Method in interface de.uni_mannheim.informatik.dws.winter.matching.rules.Comparator
Sets a record instance to record the ComparatorDetails
setComparisonLog(ComparatorLogger) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.MatchingRule
 
setComparisonLog(ComparatorLogger) - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators.LabelComparatorJaccard
 
setComparisonLog(ComparatorLogger) - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators.LabelComparatorLevenshtein
 
setComparisonLog(ComparatorLogger) - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators.RecordComparatorEqual
 
setComparisonLog(ComparatorLogger) - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators.RecordComparatorJaccard
 
setComparisonLog(ComparatorLogger) - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators.RecordComparatorLevenshtein
 
setComparisonLog(ComparatorLogger) - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators.RecordComparatorOverlapMultipleAttributes
 
setComplete(boolean) - Method in class de.uni_mannheim.informatik.dws.winter.model.MatchingGoldStandard
Sets whether the gold standard is complete.
setConsiderDuplicateValues(boolean) - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.ValueBasedBlocker
if set to true, all duplicate blocking key values will count towards the similarity score if set to false, a 1:1 mapping of blocking key values is performed before calculating the similarity score example: blocking keys A: 1,1,1,1,1 blocking keys B: 1,1,2,3,4 if true, the resulting score will be 5.0 if false, the resulting score will be 2.0
setConsistency(Double) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeFusionLogger
 
setConsumer(Consumer<T>) - Method in class de.uni_mannheim.informatik.dws.winter.utils.parallel.Producer
 
setContainPunctuationCharactersinHeaderCell(boolean) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.FeatureSet
 
setContainSpecialCharactersinHeaderCell(boolean) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.FeatureSet
 
setContext(TableContext) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
 
setConvertValues(boolean) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.TableParser
 
setCorrectValue(Object) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeFusionLogger
 
setCorrespondences(Processable<Correspondence<SchemaElementType, Matchable>>) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeFusionTask
 
setCorrespondences(Processable<Correspondence<CorrespondenceType, Matchable>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.BlockingKeyIndexer.BlockingVector
 
setCorrespondences(Processable<Correspondence<BlockedType, CorrespondenceType>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.CorrespondenceCombiningBlocker
 
setCreateCorrespondencesWithIdenticalDataSource(boolean) - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.CorrespondenceCombiningBlocker
 
setDataType(DataType) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableColumn
 
setDataType(int, DataType) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableMapping
 
setDataTypes(Map<Integer, DataType>) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableMapping
 
setDataTypes(DataType[]) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableMapping
 
setDate(LocalDateTime) - Method in interface de.uni_mannheim.informatik.dws.winter.model.FusibleDataSet
Sets the date of this dataset
setDate(LocalDateTime) - Method in class de.uni_mannheim.informatik.dws.winter.model.FusibleHashedDataSet
Sets the date of this dataset
setDate(LocalDateTime) - Method in class de.uni_mannheim.informatik.dws.winter.model.FusibleParallelHashedDataSet
Sets the date of this dataset
setDayWeight(double) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.date.WeightedDateSimilarity
 
setDecoratedObject(SimilarityMeasure<DataType>) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.modifiers.SimilarityMeasureModifier
 
setDeduplicatePairs(boolean) - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.StandardBlocker
 
setDefaultExecutor(ThreadPoolExecutor) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.parallel.Parallel
 
SetDefaultNumProcessors(int) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.parallel.Parallel
 
setDefaultQueueSize(int) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.parallel.Parallel
 
setDependant(int[]) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema.Dependency
 
setDeterminant(int[]) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema.Dependency
 
setDirectionByDataSourceIdentifier(Processable<Correspondence<RecordType, CausalType>>) - Static method in class de.uni_mannheim.informatik.dws.winter.model.Correspondence
Changes the direction of all correspondences such that the Matchable with the smaller data source identifier is on the left-hand side
setDirectionByDataSourceIdentifier() - Method in class de.uni_mannheim.informatik.dws.winter.model.Correspondence
 
setDistinctValues(double) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableColumnStatistics
 
SetEquals(Set<T>) - Constructor for class de.uni_mannheim.informatik.dws.winter.utils.query.P.SetEquals
 
SetEqualsValues(Collection<T>, Set<T>) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.query.P
 
setEvaluationRule(EvaluationRule<RecordType, SchemaElementType>) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeFusionTask
 
setException(Exception) - Method in class de.uni_mannheim.informatik.dws.winter.utils.parallel.ExtendedRunnable
 
setFactor(double) - Method in class de.uni_mannheim.informatik.dws.winter.preprocessing.units.Quantity
 
setFactor(double) - Method in class de.uni_mannheim.informatik.dws.winter.preprocessing.units.Unit
 
setFilterField(String) - Method in class de.uni_mannheim.informatik.dws.winter.index.management.IndexManagerBase
 
setFilterValues(Collection<String>) - Method in class de.uni_mannheim.informatik.dws.winter.index.management.IndexManagerBase
 
setFinalThreshold(double) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.MatchingRule
 
setFirst(TFirst) - Method in class de.uni_mannheim.informatik.dws.winter.model.Triple
Sets the first object
setFirstRecord(RecordType) - Method in class de.uni_mannheim.informatik.dws.winter.model.Correspondence
sets the first record
setForceOneToOneMapping(boolean) - Method in class de.uni_mannheim.informatik.dws.winter.matrices.matcher.BestChoiceMatching
 
setForwardSelection(boolean) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.WekaMatchingRule
 
setFractionofCellswithNumnericContent(double) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.FeatureSet
 
setFunctionalDependencies(JsonTableSchema.Dependency[]) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
setFunctionalDependencies(Map<Set<TableColumn>, Set<TableColumn>>) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableSchema
 
setFusedValue(String) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeFusionLogger
 
setFuser(AttributeFuser<RecordType, SchemaElementType>) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeFusionTask
 
setFusionLog(AttributeFusionLogger) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeFuser
 
setGroupByLeftDataSource(boolean) - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.GreedyOneToOneMatchingAlgorithm
Specifies if correspondences should first be grouped by the data source ID of the left-hand side of the correspondences.
setGroupByLeftDataSource(boolean) - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.MaximumBipartiteMatchingAlgorithm
Specifies if correspondences should first be grouped by the data source ID of the left-hand side of the correspondences.
setGroupByRightDataSource(boolean) - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.GreedyOneToOneMatchingAlgorithm
Specifies if correspondences should first be grouped by the data source ID of the right-hand side of the correspondences.
setGroupByRightDataSource(boolean) - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.MaximumBipartiteMatchingAlgorithm
Specifies if correspondences should first be grouped by the data source ID of the right-hand side of the correspondences.
setGroupFactory(RecordGroupFactory<RecordType, SchemaElementType>) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.CorrespondenceSet
 
setHasHeader(boolean) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
setHasHeaderCell(boolean) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.FeatureSet
 
setHasKeyColumn(boolean) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
setHeader(String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableColumn
 
setHeaderPosition(JsonTableSchema.HeaderPosition) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
setHeaderRowIndex(int) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
setIdentifier(String) - Method in class de.uni_mannheim.informatik.dws.winter.model.Correspondence.RecordId
 
setInferSchema(boolean) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableParser
 
setInnerFunction(SimilarityMeasure<String>) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.string.GeneralisedStringJaccard
 
setInnerSimilarity(SimilarityMeasure<T>) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.list.ComplexSetSimilarity
 
setInnerSimilarityThreshold(double) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.list.ComplexSetSimilarity
 
setInnerThreshold(double) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.string.GeneralisedStringJaccard
 
setIsAlphanumeric(boolean) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.FeatureSet
 
setIsBooleanValue(boolean) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.FeatureSet
 
setIsCorrect(boolean) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeFusionLogger
 
setIsDateorTime(boolean) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.FeatureSet
 
setJaccardThreshold(double) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.string.GeneralisedStringJaccard
 
setKeyColumnIndex(int) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
setKeyIndex(int) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableMapping
 
setKeyIndex(int) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableMapping
 
setKeyUniquenessThreshold(double) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.TableKeyIdentification
 
setKurtosis(double) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableColumnStatistics
 
setLabel(T, Object) - Method in class de.uni_mannheim.informatik.dws.winter.matrices.SimilarityMatrix
 
setLastModified(String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
setLastModified(String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableContext
 
setLatitude(Double) - Method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.GeoCoordinate
 
setList(Attribute, List<String>) - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.Record
 
setLog(boolean) - Method in class de.uni_mannheim.informatik.dws.winter.clustering.PartitioningWithPositiveAndNegativeEdges
 
setLogger(Logger) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.WinterLogManager
Set the specified logger as active logger.
setLongitude(Double) - Method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.GeoCoordinate
 
setLowerCase(boolean) - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators.StringComparator
 
setMappedClass(Pair<String, Double>) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableMapping
 
setMappedClass(Pair<String, Double>) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableMapping
 
setMappedInstance(int, Pair<String, Double>) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableMapping
 
setMappedInstances(Map<Integer, Pair<String, Double>>) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableMapping
 
setMappedInstances(Pair<String, Double>[]) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableMapping
 
setMappedProperties(Map<Integer, Pair<String, Double>>) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableMapping
 
setMappedProperties(Pair<String, Double>[]) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableMapping
 
setMappedProperty(int, Pair<String, Double>) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableMapping
 
setMapping(JsonTableMapping) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableWithMappingSchema
 
setMapping(TableMapping) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
 
setMax(Double) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.numeric.NormalisedNumericSimilarity
 
setMaxBlockPairSize(int) - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.StandardBlocker
Sets the maximum number of pairs that can be produced by each block, blocks with more pairs are removed completely.
setMaxDate(LocalDateTime) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.date.NormalisedDateSimilarity
 
setMaxEditDistance(int) - Method in class de.uni_mannheim.informatik.dws.winter.index.management.IndexManagerBase
 
setMeasureBlockSizes(boolean) - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.AbstractBlocker
 
setMessage(String) - Method in class de.uni_mannheim.informatik.dws.winter.utils.parallel.RunnableProgressReporter
 
setMessage(String) - Method in class de.uni_mannheim.informatik.dws.winter.utils.ProgressReporter
 
setMin(Double) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.numeric.NormalisedNumericSimilarity
 
setMinDate(LocalDateTime) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.date.NormalisedDateSimilarity
 
setMonthWeight(double) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.date.WeightedDateSimilarity
 
setName(String) - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.Attribute
 
setName(String) - Method in class de.uni_mannheim.informatik.dws.winter.preprocessing.units.Quantity
 
setName(String) - Method in class de.uni_mannheim.informatik.dws.winter.preprocessing.units.Unit
 
setName(String) - Method in class de.uni_mannheim.informatik.dws.winter.preprocessing.units.UnitCategory
 
setNumberofDistinctValuesinColumn(int) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.FeatureSet
 
setNumHeaderRows(int) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableMapping
 
setNumHeaderRows(int) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableMapping
 
setNumRetrievedDocsFromIndex(int) - Method in class de.uni_mannheim.informatik.dws.winter.index.management.IndexManagerBase
 
setOneValue(Double) - Method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.GeoCoordinate
 
setPageTitle(String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
setPageTitle(String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableContext
 
setparameters(String[]) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.WekaMatchingRule
 
setParseLists(boolean) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.LodCsvTableParser
 
setPartition(TNode, int) - Method in class de.uni_mannheim.informatik.dws.winter.utils.graph.Partitioning
 
setPath(String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
 
setPercentageofAlphabeticCharacters(double) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.FeatureSet
 
setPercentageofNumericCharacters(double) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.FeatureSet
 
setPercentageofPunctuationCharacters(double) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.FeatureSet
 
setPercentageofSpecialCharacters(double) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.FeatureSet
 
setPool(ThreadPoolExecutor) - Method in class de.uni_mannheim.informatik.dws.winter.utils.parallel.Producer
 
setPool(ThreadPoolExecutor) - Method in class de.uni_mannheim.informatik.dws.winter.utils.parallel.RunnableProgressReporter
 
setPOSPatternofColumn(String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.FeatureSet
 
setPOSPatternofHeaderCell(String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.FeatureSet
 
setPostprocessedSimilarity(String) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.ComparatorLogger
 
setProbability(double) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema.Dependency
 
setProcessedElements(int) - Method in class de.uni_mannheim.informatik.dws.winter.utils.ProgressReporter
 
setProvenance(Object) - Method in class de.uni_mannheim.informatik.dws.winter.model.Correspondence
 
setProvenance(List<String>) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableColumn
 
setProvenance(List<String>) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableRow
 
setRandomSeed(int) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.WekaMatchingRule
 
setRange(Double) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.numeric.NormalisedNumericSimilarity
 
setRange(String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.lod.LodTableColumn
 
setRecord1PreprocessedValue(String) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.ComparatorLogger
 
setRecord1Value(String) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.ComparatorLogger
 
setRecord2PreprocessedValue(String) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.ComparatorLogger
 
setRecord2Value(String) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.ComparatorLogger
 
setRecordEndOffset(int) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
setRecordOffset(int) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
setReferenceLabel(boolean) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.lod.LodTableColumn
 
setRelation(String[][]) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
setRemoveBrackets(boolean) - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators.StringComparator
 
setReportIfStuck(boolean) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.parallel.Parallel
 
setReportIfStuck(boolean) - Method in class de.uni_mannheim.informatik.dws.winter.utils.parallel.RunnableProgressReporter
 
setResult(Processable<Correspondence<TypeA, TypeB>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.EnsembleMatchingAlgorithm
 
setResult(Processable<Correspondence<SchemaElementType, MatchableValue>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.InstanceBasedSchemaMatchingAlgorithm
 
setResult(Processable<Correspondence<RecordType, MatchableValue>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.SimpleDuplicateDetectionAlgorithm
 
setResult(Processable<Correspondence<RecordType, MatchableValue>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.SimpleIdentityResolutionAlgorithm
 
setResult(Processable<Correspondence<SchemaElementType, MatchableValue>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.SymmetricInstanceBasedSchemaMatchingAlgorithm
 
setResult(Processable<Correspondence<BlockedType, CorrespondenceType>>) - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.AbstractBlocker
 
setResult(Processable<RecordType>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.ProcessableCollector
 
setRowContentDetector(RowContentDetector) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.TableParser
 
setRowNumber(int) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableRow
 
setRowProvenance(String[][]) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
setRows(ArrayList<TableRow>) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
 
setRunGC(boolean) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableParser
 
setRunSingleThreaded(boolean) - Method in class de.uni_mannheim.informatik.dws.winter.utils.parallel.Producer
 
setS3Link(String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
setScale(int) - Method in class de.uni_mannheim.informatik.dws.winter.model.BigPerformance
 
setSchemaElement(SchemaElementType) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeFusionTask
 
setScore(double) - Method in interface de.uni_mannheim.informatik.dws.winter.model.FusibleDataSet
Sets the score of this dataset
setScore(double) - Method in class de.uni_mannheim.informatik.dws.winter.model.FusibleHashedDataSet
Sets the score of this dataset
setScore(double) - Method in class de.uni_mannheim.informatik.dws.winter.model.FusibleParallelHashedDataSet
Sets the score of this dataset
setSearchExactMatches(boolean) - Method in class de.uni_mannheim.informatik.dws.winter.index.management.IndexManagerBase
 
setSecond(TSecond) - Method in class de.uni_mannheim.informatik.dws.winter.model.Triple
Sets the second object
setSecondRecord(RecordType) - Method in class de.uni_mannheim.informatik.dws.winter.model.Correspondence
sets the second record
setSilent(boolean) - Method in class de.uni_mannheim.informatik.dws.winter.utils.Executable
 
setSimilarity(String) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.ComparatorLogger
 
setSimilarityMatrixFactory(SimilarityMatrixFactory) - Method in class de.uni_mannheim.informatik.dws.winter.matrices.matcher.MatrixMatcher
sets the similarity matrix factory that is used to create the similarity matrix containing the matching result
setsimilarityScore(double) - Method in class de.uni_mannheim.informatik.dws.winter.model.Correspondence
sets the similarity score
setSkewness(double) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableColumnStatistics
 
setStandardDeviation(double) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableColumnStatistics
 
setStringNormalizer(StringNormalizer) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.TableParser
 
setSubjectColumnIndex(int) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
 
setSynonyms(Collection<String>) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableColumn
 
setTable(JsonTableSchema) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableWithMappingSchema
 
setTableContextTimeStampAfterTable(String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
setTableContextTimeStampBeforeTable(String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
setTableHeaderDetector(TableHeaderDetector) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.TableParser
 
setTableId(int) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
setTableId(int) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
 
setTableName(String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableMapping
 
setTableName(String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableMapping
 
setTableNum(int) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
setTableNum(int) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableContext
 
setTableOrientation(JsonTableSchema.TableOrientation) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
setTableTitle(String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableContext
 
setTableType(JsonTableSchema.TableType) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
setTaskName(String) - Method in class de.uni_mannheim.informatik.dws.winter.matching.algorithms.RuleBasedMatchingAlgorithm
 
setTextAfterTable(String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
setTextAfterTable(String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableContext
 
setTextBeforeTable(String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
setTextBeforeTable(String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableContext
 
setThird(TThird) - Method in class de.uni_mannheim.informatik.dws.winter.model.Triple
Sets the third object
setTimestampAfterTable(String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableContext
 
setTimestampBeforeTable(String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableContext
 
setTitle(String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
setTotal(int) - Method in class de.uni_mannheim.informatik.dws.winter.utils.ProgressReporter
 
setTypeDetector(TypeDetector) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.TableParser
 
setUnit(Unit) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableColumn
 
setUnitCategory(UnitCategory) - Method in class de.uni_mannheim.informatik.dws.winter.preprocessing.units.Unit
 
setUnits(List<Unit>) - Method in class de.uni_mannheim.informatik.dws.winter.preprocessing.units.UnitCategory
 
setURI(String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableMapping
 
setUri(String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableColumn
 
setURI(String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableMapping
 
setUrl(String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
setUrl(String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.specialised.uri.JsonTableUri
 
setUrl(String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableContext
 
setUserData(Object) - Method in class de.uni_mannheim.informatik.dws.winter.utils.parallel.Task
 
setUseRowIndexFromFile(boolean) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.LodCsvTableParser
Specifies how the row numbers are determined
setUserTask(Task) - Method in class de.uni_mannheim.informatik.dws.winter.utils.parallel.RunnableProgressReporter
 
setUseStringCache(boolean) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.LodCsvTableParser
 
setValue(Attribute, String) - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.Record
 
setValue(ElementType) - Method in class de.uni_mannheim.informatik.dws.winter.processing.parallel.LockableValue
 
setValueIDS(String) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeFusionLogger
 
setValueRange(LocalDateTime, LocalDateTime) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.date.NormalisedDateSimilarity
 
setValueRange(Double, Double) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.numeric.NormalisedNumericSimilarity
 
setValues(String) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeFusionLogger
 
setVariance(double) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableColumnStatistics
 
setVerbose(boolean) - Method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.TypeConverter
 
setWeight(double) - Method in class de.uni_mannheim.informatik.dws.winter.utils.graph.Edge
 
setWriteMapping(boolean) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.writers.JsonTableWriter
 
setXmlType(String) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.lod.LodTableColumn
 
setYearRange(int) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.date.WeightedDateSimilarity
 
setYearWeight(double) - Method in class de.uni_mannheim.informatik.dws.winter.similarity.date.WeightedDateSimilarity
 
ShortestString<RecordType extends Matchable & Fusible<SchemaElementType>,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution.string
Shortest string ConflictResolutionFunction: Returns the shortest string value
ShortestString() - Constructor for class de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution.string.ShortestString
 
ShowTableData - Class in de.uni_mannheim.informatik.dws.winter.webtables.app
 
ShowTableData() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.app.ShowTableData
 
SIMILARITY - Static variable in class de.uni_mannheim.informatik.dws.winter.matching.rules.ComparatorLogger
 
SimilarityMatrix<T> - Class in de.uni_mannheim.informatik.dws.winter.matrices
super class for all similarity matrices
SimilarityMatrix() - Constructor for class de.uni_mannheim.informatik.dws.winter.matrices.SimilarityMatrix
 
SimilarityMatrix.HasMatchPredicate<T> - Class in de.uni_mannheim.informatik.dws.winter.matrices
 
SimilarityMatrixFactory - Class in de.uni_mannheim.informatik.dws.winter.matrices
super class for all factory classes for similarity matrices
SimilarityMatrixFactory() - Constructor for class de.uni_mannheim.informatik.dws.winter.matrices.SimilarityMatrixFactory
 
SimilarityMeasure<DataType> - Class in de.uni_mannheim.informatik.dws.winter.similarity
The super class for all similarity measures
SimilarityMeasure() - Constructor for class de.uni_mannheim.informatik.dws.winter.similarity.SimilarityMeasure
 
SimilarityMeasureModifier<DataType> - Class in de.uni_mannheim.informatik.dws.winter.similarity.modifiers
A decorator that wraps a SimilarityMeasure
SimilarityMeasureModifier() - Constructor for class de.uni_mannheim.informatik.dws.winter.similarity.modifiers.SimilarityMeasureModifier
 
SimilarityMeasureModifier(SimilarityMeasure<DataType>) - Constructor for class de.uni_mannheim.informatik.dws.winter.similarity.modifiers.SimilarityMeasureModifier
 
SimpleDuplicateDetectionAlgorithm<RecordType extends Matchable,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.algorithms
Implementation of instance-based schema matching: the schemas are matched by comparing the values of the schema elements.
SimpleDuplicateDetectionAlgorithm(DataSet<RecordType, SchemaElementType>, SymmetricBlocker<RecordType, SchemaElementType, RecordType, MatchableValue>, CorrespondenceAggregator<RecordType, MatchableValue>) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.algorithms.SimpleDuplicateDetectionAlgorithm
 
SimpleIdentityResolutionAlgorithm<RecordType extends Matchable,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.algorithms
Implementation of instance-based schema matching: the schemas are matched by comparing the values of the schema elements.
SimpleIdentityResolutionAlgorithm(DataSet<RecordType, SchemaElementType>, DataSet<RecordType, SchemaElementType>, Blocker<RecordType, SchemaElementType, RecordType, MatchableValue>, CorrespondenceAggregator<RecordType, MatchableValue>) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.algorithms.SimpleIdentityResolutionAlgorithm
 
SimpleKeyValueMapper<KeyType,RecordType,OutputRecordType> - Class in de.uni_mannheim.informatik.dws.winter.processing
 
SimpleKeyValueMapper(Function<KeyType, RecordType>, Function<OutputRecordType, RecordType>) - Constructor for class de.uni_mannheim.informatik.dws.winter.processing.SimpleKeyValueMapper
 
size() - Method in class de.uni_mannheim.informatik.dws.winter.model.HashedDataSet
 
size() - Method in class de.uni_mannheim.informatik.dws.winter.model.ParallelHashedDataSet
 
size() - Method in interface de.uni_mannheim.informatik.dws.winter.processing.Processable
 
size() - Method in class de.uni_mannheim.informatik.dws.winter.processing.ProcessableCollection
 
sort(Function<KeyType, RecordType>) - Method in interface de.uni_mannheim.informatik.dws.winter.processing.Processable
Sorts the given records.
sort(Function<KeyType, RecordType>, boolean) - Method in interface de.uni_mannheim.informatik.dws.winter.processing.Processable
Sorts the given records.
sort(Function<KeyType, RecordType>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.ProcessableCollection
 
sort(Function<KeyType, RecordType>, boolean) - Method in class de.uni_mannheim.informatik.dws.winter.processing.ProcessableCollection
 
sort(Map<K, V>, Comparator<Map.Entry<K, V>>) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.MapUtils
 
sort(Collection<T>) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.query.Q
 
sort(Collection<T>, Comparator<T>) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.query.Q
 
sortByValue(Map<K, V>) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.OtherOperations
Deprecated.
SortedNeighbourhoodBlocker<RecordType extends Matchable,SchemaElementType extends Matchable,CorrespondenceType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.blockers
Implementation of the Sorted-Neighbourhood AbstractBlocker, which based on the blocking key of the BlockingKeyGenerator compares only the surrounding AbstractRecords.
SortedNeighbourhoodBlocker(BlockingKeyGenerator<RecordType, CorrespondenceType, RecordType>, int) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.blockers.SortedNeighbourhoodBlocker
 
SOURCE - Static variable in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableMapping
 
SOURCE - Static variable in class de.uni_mannheim.informatik.dws.winter.webtables.TableMapping
 
SparseArray<T> - Class in de.uni_mannheim.informatik.dws.winter.utils
Utility class for compressing sparse arrays.
SparseArray(T[]) - Constructor for class de.uni_mannheim.informatik.dws.winter.utils.SparseArray
 
SparseSimilarityMatrix<T> - Class in de.uni_mannheim.informatik.dws.winter.matrices
A similarity matrix that uses HashMaps as storage
SparseSimilarityMatrix(int, int) - Constructor for class de.uni_mannheim.informatik.dws.winter.matrices.SparseSimilarityMatrix
 
SparseSimilarityMatrixFactory - Class in de.uni_mannheim.informatik.dws.winter.matrices
factory class for SparseSimilarityMatrix
SparseSimilarityMatrixFactory() - Constructor for class de.uni_mannheim.informatik.dws.winter.matrices.SparseSimilarityMatrixFactory
 
splitList(String) - Static method in class de.uni_mannheim.informatik.dws.winter.webtables.ListHandler
 
StandardBlocker<RecordType extends Matchable,SchemaElementType extends Matchable,BlockedType extends Matchable,CorrespondenceType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.blockers
Implementation of a standard AbstractBlocker based on blocking keys.
StandardBlocker(BlockingKeyGenerator<RecordType, CorrespondenceType, BlockedType>) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.blockers.StandardBlocker
 
StandardBlocker(BlockingKeyGenerator<RecordType, CorrespondenceType, BlockedType>, BlockingKeyGenerator<RecordType, CorrespondenceType, BlockedType>) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.blockers.StandardBlocker
Creates a new Standard Blocker with the given blocking function(s).
StandardBlockerWithBlockFiltering<RecordType extends Matchable,SchemaElementType extends Matchable,BlockedType extends Matchable,CorrespondenceType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.blockers
Implementation of a standard AbstractBlocker based on blocking keys.
StandardBlockerWithBlockFiltering(BlockingKeyGenerator<RecordType, CorrespondenceType, BlockedType>, double) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.blockers.StandardBlockerWithBlockFiltering
 
StandardBlockerWithBlockFiltering(BlockingKeyGenerator<RecordType, CorrespondenceType, BlockedType>, BlockingKeyGenerator<RecordType, CorrespondenceType, BlockedType>) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.blockers.StandardBlockerWithBlockFiltering
Creates a new Standard Blocker with the given blocking function(s).
StandardRecordBlocker<RecordType extends Matchable,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.blockers
Blocking-key based blocker for identity resolution
StandardRecordBlocker(BlockingKeyGenerator<RecordType, SchemaElementType, RecordType>) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.blockers.StandardRecordBlocker
 
StandardRecordBlocker(BlockingKeyGenerator<RecordType, SchemaElementType, RecordType>, BlockingKeyGenerator<RecordType, SchemaElementType, RecordType>) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.blockers.StandardRecordBlocker
 
StandardRecordBlockerWithBlockFiltering<RecordType extends Matchable,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.blockers
Blocking-key based blocker for identity resolution
StandardRecordBlockerWithBlockFiltering(BlockingKeyGenerator<RecordType, SchemaElementType, RecordType>, double) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.blockers.StandardRecordBlockerWithBlockFiltering
 
StandardRecordBlockerWithBlockFiltering(BlockingKeyGenerator<RecordType, SchemaElementType, RecordType>, BlockingKeyGenerator<RecordType, SchemaElementType, RecordType>) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.blockers.StandardRecordBlockerWithBlockFiltering
 
StandardSchemaBlocker<SchemaElementType extends Matchable,CorrespondenceType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.blockers
Blocking-key based blocker for schema matching
StandardSchemaBlocker(BlockingKeyGenerator<SchemaElementType, CorrespondenceType, SchemaElementType>) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.blockers.StandardSchemaBlocker
 
StandardSchemaBlocker(BlockingKeyGenerator<SchemaElementType, CorrespondenceType, SchemaElementType>, BlockingKeyGenerator<SchemaElementType, CorrespondenceType, SchemaElementType>) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.blockers.StandardSchemaBlocker
 
start() - Method in class de.uni_mannheim.informatik.dws.winter.utils.parallel.RunnableProgressReporter
 
state(ResultType, Object) - Method in interface de.uni_mannheim.informatik.dws.winter.processing.DataAggregator
 
stateless(ResultType) - Method in interface de.uni_mannheim.informatik.dws.winter.processing.DataAggregator
 
StaticBlockingKeyGenerator<RecordType extends Matchable,CorrespondenceType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.blockers.generators
Implementation of a BlockingKeyGenerator which assigns to all given records, always the same static key.
StaticBlockingKeyGenerator() - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.blockers.generators.StaticBlockingKeyGenerator
 
stop() - Method in class de.uni_mannheim.informatik.dws.winter.utils.parallel.RunnableProgressReporter
 
stopWords - Static variable in class de.uni_mannheim.informatik.dws.winter.webtables.WebTablesStringNormalizer
 
StringCache - Class in de.uni_mannheim.informatik.dws.winter.utils
Utility class for enforcing string interning.
StringCache() - Constructor for class de.uni_mannheim.informatik.dws.winter.utils.StringCache
 
StringComparator - Class in de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators
 
StringComparator(Attribute, Attribute) - Constructor for class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.comparators.StringComparator
 
StringConcatenationAggregator<KeyType> - Class in de.uni_mannheim.informatik.dws.winter.processing.aggregators
 
StringConcatenationAggregator(String) - Constructor for class de.uni_mannheim.informatik.dws.winter.processing.aggregators.StringConcatenationAggregator
 
StringNormalizer - Interface in de.uni_mannheim.informatik.dws.winter.webtables.parsers
 
StringTokeniser - Class in de.uni_mannheim.informatik.dws.winter.index.io
 
StringTokeniser() - Constructor for class de.uni_mannheim.informatik.dws.winter.index.io.StringTokeniser
 
StringUtils - Class in de.uni_mannheim.informatik.dws.winter.utils
Collection of utility functions for strings.
StringUtils() - Constructor for class de.uni_mannheim.informatik.dws.winter.utils.StringUtils
 
sum(Collection<T>) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.query.Q
 
SumAggregator<KeyType,RecordType> - Class in de.uni_mannheim.informatik.dws.winter.processing.aggregators
DataAggregator that sums up the elements.
SumAggregator() - Constructor for class de.uni_mannheim.informatik.dws.winter.processing.aggregators.SumAggregator
 
SumDoubleAggregator<KeyType> - Class in de.uni_mannheim.informatik.dws.winter.processing.aggregators
 
SumDoubleAggregator() - Constructor for class de.uni_mannheim.informatik.dws.winter.processing.aggregators.SumDoubleAggregator
 
SymmetricBlocker<RecordType extends Matchable,SchemaElementType extends Matchable,BlockedType extends Matchable,CorrespondenceType extends Matchable> - Interface in de.uni_mannheim.informatik.dws.winter.matching.blockers
Interface for a blocker that generates pairs of records from a single data set
SymmetricInstanceBasedSchemaMatchingAlgorithm<RecordType extends Matchable,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.algorithms
A variant of the InstanceBasedSchemaMatchingAlgorithm that uses only a single input dataset.
SymmetricInstanceBasedSchemaMatchingAlgorithm(DataSet<RecordType, SchemaElementType>, SymmetricBlocker<RecordType, SchemaElementType, SchemaElementType, MatchableValue>, CorrespondenceAggregator<SchemaElementType, MatchableValue>) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.algorithms.SymmetricInstanceBasedSchemaMatchingAlgorithm
 
symmetricJoin(Function<KeyType, RecordType>, ProcessableCollector<Pair<RecordType, RecordType>>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.parallel.ParallelProcessableCollection
 
symmetricJoin(Function<KeyType, RecordType>) - Method in interface de.uni_mannheim.informatik.dws.winter.processing.Processable
Joins the data to itself via the provided joinKeyGenerator (inner join).
symmetricJoin(Function<KeyType, RecordType>, ProcessableCollector<Pair<RecordType, RecordType>>) - Method in interface de.uni_mannheim.informatik.dws.winter.processing.Processable
Joins the data to itself via the provided joinKeyGenerator (inner join).
symmetricJoin(Function<KeyType, RecordType>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.ProcessableCollection
 
symmetricJoin(Function<KeyType, RecordType>, ProcessableCollector<Pair<RecordType, RecordType>>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.ProcessableCollection
 
SysOutDatasetIterator<ElementType> - Class in de.uni_mannheim.informatik.dws.winter.processing
 
SysOutDatasetIterator() - Constructor for class de.uni_mannheim.informatik.dws.winter.processing.SysOutDatasetIterator
 

T

Table - Class in de.uni_mannheim.informatik.dws.winter.webtables
Represents a Web Table.
Table() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.Table
 
Table.ConflictHandling - Enum in de.uni_mannheim.informatik.dws.winter.webtables
 
Table.TableIdComparator - Class in de.uni_mannheim.informatik.dws.winter.webtables
 
Table.TablePathComparator - Class in de.uni_mannheim.informatik.dws.winter.webtables
 
Table.TablePathProjection - Class in de.uni_mannheim.informatik.dws.winter.webtables
 
TableColumn - Class in de.uni_mannheim.informatik.dws.winter.webtables
Represents a column of a Web Table.
TableColumn() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.TableColumn
 
TableColumn(int, Table) - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.TableColumn
 
TableColumn.ColumnHeaderProjection - Class in de.uni_mannheim.informatik.dws.winter.webtables
 
TableColumn.ColumnIdentifierProjection - Class in de.uni_mannheim.informatik.dws.winter.webtables
 
TableColumn.ColumnIndexAndHeaderProjection - Class in de.uni_mannheim.informatik.dws.winter.webtables
 
TableColumn.ColumnIndexProjection - Class in de.uni_mannheim.informatik.dws.winter.webtables
 
TableColumn.DataTypeProjection - Class in de.uni_mannheim.informatik.dws.winter.webtables
 
TableColumn.TableColumnByIndexComparator - Class in de.uni_mannheim.informatik.dws.winter.webtables
 
TableColumnByIndexComparator() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.TableColumn.TableColumnByIndexComparator
 
TableColumnStatistics - Class in de.uni_mannheim.informatik.dws.winter.webtables
 
TableColumnStatistics() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.TableColumnStatistics
 
TableColumnStatistics(TableColumn) - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.TableColumnStatistics
 
TableContext - Class in de.uni_mannheim.informatik.dws.winter.webtables
Contains information about the context of a Web Table.
TableContext() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.TableContext
 
TableDisambiguationExtractor - Class in de.uni_mannheim.informatik.dws.winter.webtables.preprocessing
Extracts disambiguations from cell values into new columns
TableDisambiguationExtractor() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.preprocessing.TableDisambiguationExtractor
 
TableFactory - Class in de.uni_mannheim.informatik.dws.winter.webtables.parsers
 
TableFactory() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.parsers.TableFactory
 
TableHeaderDetector - Interface in de.uni_mannheim.informatik.dws.winter.webtables.detectors
 
TableHeaderDetectorContentBased - Class in de.uni_mannheim.informatik.dws.winter.webtables.detectors
 
TableHeaderDetectorContentBased() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.detectors.TableHeaderDetectorContentBased
 
TableHeaderDetectorDatatypeBased - Class in de.uni_mannheim.informatik.dws.winter.webtables.detectors
 
TableHeaderDetectorDatatypeBased() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.detectors.TableHeaderDetectorDatatypeBased
 
TableHeaderDetectorFirstRow - Class in de.uni_mannheim.informatik.dws.winter.webtables.detectors
 
TableHeaderDetectorFirstRow() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.detectors.TableHeaderDetectorFirstRow
 
TableIdComparator() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.Table.TableIdComparator
 
TableKeyIdentification - Class in de.uni_mannheim.informatik.dws.winter.webtables.detectors
 
TableKeyIdentification() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.detectors.TableKeyIdentification
 
TableMapping - Class in de.uni_mannheim.informatik.dws.winter.webtables
Contains the mapping of a Web Table to a Knowledge Base
TableMapping() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.TableMapping
 
TableNumberingExtractor - Class in de.uni_mannheim.informatik.dws.winter.webtables.preprocessing
 
TableNumberingExtractor() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.preprocessing.TableNumberingExtractor
 
TableParser - Class in de.uni_mannheim.informatik.dws.winter.webtables.parsers
Load a Web Table in the CSV and JSON format.
TableParser() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.parsers.TableParser
 
TablePathComparator() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.Table.TablePathComparator
 
TablePathProjection() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.Table.TablePathProjection
 
TableRow - Class in de.uni_mannheim.informatik.dws.winter.webtables
Represents a row of a Web Table.
TableRow() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.TableRow
 
TableRow(int, Table) - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.TableRow
 
TableRow.TableRowIdentifierProjection - Class in de.uni_mannheim.informatik.dws.winter.webtables
 
TableRowIdentifierProjection() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.TableRow.TableRowIdentifierProjection
 
TableSchema - Class in de.uni_mannheim.informatik.dws.winter.webtables
Represents the schema of a Web Table.
TableSchema() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.TableSchema
 
TableWriter - Interface in de.uni_mannheim.informatik.dws.winter.webtables.writers
Interface for table writers.
take(int) - Method in interface de.uni_mannheim.informatik.dws.winter.processing.Processable
returns the first numberOfRecords records.
take(int) - Method in class de.uni_mannheim.informatik.dws.winter.processing.ProcessableCollection
 
take(Collection<T>, int) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.query.Q
 
Task - Class in de.uni_mannheim.informatik.dws.winter.utils.parallel
Super class for executable tasks.
Task() - Constructor for class de.uni_mannheim.informatik.dws.winter.utils.parallel.Task
 
ThreadBoundObject<T> - Class in de.uni_mannheim.informatik.dws.winter.utils.parallel
Manages one instance of the specified class per thread.
ThreadBoundObject(Function<T, Thread>) - Constructor for class de.uni_mannheim.informatik.dws.winter.utils.parallel.ThreadBoundObject
 
ThreadSafeAggregateCollector<KeyType,RecordType,ResultType> - Class in de.uni_mannheim.informatik.dws.winter.processing.parallel
Thread-Safe implementation of AggregateCollector.
ThreadSafeAggregateCollector() - Constructor for class de.uni_mannheim.informatik.dws.winter.processing.parallel.ThreadSafeAggregateCollector
 
ThreadSafeGroupCollector<KeyType,RecordType> - Class in de.uni_mannheim.informatik.dws.winter.processing.parallel
Thread-Safe implementation of GroupCollector.
ThreadSafeGroupCollector() - Constructor for class de.uni_mannheim.informatik.dws.winter.processing.parallel.ThreadSafeGroupCollector
 
ThreadSafeProcessableCollector<RecordType> - Class in de.uni_mannheim.informatik.dws.winter.processing.parallel
 
ThreadSafeProcessableCollector() - Constructor for class de.uni_mannheim.informatik.dws.winter.processing.parallel.ThreadSafeProcessableCollector
 
toArray(T...) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.query.Q
 
toArrayFromCollection(Collection<T>, Class<T>) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.query.Q
 
toCalendar(Date) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.DateUtil
Convert the given date to a Calendar object.
toCalendar(Date, TimeZone) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.DateUtil
Convert the given date to a Calendar object with the given timezone.
toGraph(Collection<Correspondence<T, U>>) - Static method in class de.uni_mannheim.informatik.dws.winter.model.Correspondence
 
tokenise(String, boolean) - Static method in class de.uni_mannheim.informatik.dws.winter.index.io.StringTokeniser
 
tokenise(String, boolean) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.DynamicStringNormalizer
 
tokenise(String, boolean) - Method in interface de.uni_mannheim.informatik.dws.winter.webtables.parsers.StringNormalizer
 
tokenise(String, boolean) - Static method in class de.uni_mannheim.informatik.dws.winter.webtables.WebTablesStringNormalizer
 
TokenizingJaccardSimilarity - Class in de.uni_mannheim.informatik.dws.winter.similarity.string
SimilarityMeasure, that calculates the Jaccard similarity between two strings.
TokenizingJaccardSimilarity() - Constructor for class de.uni_mannheim.informatik.dws.winter.similarity.string.TokenizingJaccardSimilarity
 
toList(T...) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.query.Q
 
toMap(Collection<Pair<T, U>>) - Static method in class de.uni_mannheim.informatik.dws.winter.model.Pair
 
toMatchable(Processable<CorType>) - Static method in class de.uni_mannheim.informatik.dws.winter.model.Correspondence
 
toMatchable2(Processable<CorType>) - Static method in class de.uni_mannheim.informatik.dws.winter.model.Correspondence
 
TopKAggregator<TypeA extends Matchable,TypeB extends Matchable,KeyType> - Class in de.uni_mannheim.informatik.dws.winter.matching.aggregators
An aggregation function that keeps the k correspondences with the highest similarity score.
TopKAggregator(int) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.aggregators.TopKAggregator
 
TopKCorrespondencesAggregator<TypeA extends Matchable,TypeB extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.aggregators
An aggregation function that keeps the k correspondences with the highest similarity score.
TopKCorrespondencesAggregator(int) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.aggregators.TopKCorrespondencesAggregator
 
TopKVotesAggregator<TypeA extends Matchable,TypeB extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.aggregators
An aggregation function that keeps the k correspondences with the highest similarity score.
TopKVotesAggregator(int) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.aggregators.TopKVotesAggregator
 
toPrimitiveIntArray(Collection<Integer>) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.query.Q
 
toSet(T...) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.query.Q
 
toString() - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeFusionLogger
 
toString() - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.ComparatorLogger
 
toString() - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.LinearCombinationMatchingRule
 
toString() - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.WekaMatchingRule
 
toString() - Method in class de.uni_mannheim.informatik.dws.winter.model.Correspondence.RecordId
 
toString() - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.Attribute
 
toString() - Method in class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.Record
 
toString() - Method in class de.uni_mannheim.informatik.dws.winter.model.Pair
 
toString() - Method in class de.uni_mannheim.informatik.dws.winter.utils.graph.Node
 
toString(Collection<T>) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.query.Q
 
toString() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.Table
 
toString() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableColumn
 
toTableMapping() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableMapping
 
TOTALSIMILARITY - Variable in class de.uni_mannheim.informatik.dws.winter.matching.rules.MatchingRule
 
trainingSet - Variable in class de.uni_mannheim.informatik.dws.winter.matching.rules.WekaMatchingRule
 
transform(String, Unit, Quantity) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.units.UnitCategoryParser
 
transformQuantity(String, Quantity) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.units.UnitCategoryParser
 
transformToWeka(FeatureVectorDataSet, String) - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.WekaMatchingRule
Transform features into Weka format
transformUnit(String, Unit) - Static method in class de.uni_mannheim.informatik.dws.winter.preprocessing.units.UnitParser
 
TransitiveCorrespondencesCreator<TypeA extends Matchable,TypeB extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.algorithms
Takes a set of correspondences as input and creates all correspondences that can be inferred by transitivity
TransitiveCorrespondencesCreator(Processable<Correspondence<TypeA, TypeB>>, boolean) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.algorithms.TransitiveCorrespondencesCreator
 
translateIndex(int, int[]) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.SparseArray
 
transposeArray(String[][]) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.TypeClassifier
Changes a String table from a column based to a row based format.
transposeRelation() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema
 
Triple<TFirst,TSecond,TThird> - Class in de.uni_mannheim.informatik.dws.winter.model
A class for wrapping three objects of arbitrary type
Triple(TFirst, TSecond, TThird) - Constructor for class de.uni_mannheim.informatik.dws.winter.model.Triple
Creates a new triple with the specified objects
tryForeach(Iterable<T>, Consumer<T>) - Method in class de.uni_mannheim.informatik.dws.winter.utils.parallel.Parallel
 
tryForeach(Iterable<T>, Consumer<T>, String) - Method in class de.uni_mannheim.informatik.dws.winter.utils.parallel.Parallel
 
TypeClassifier - Class in de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier
Entrance Class for ColumnDetectionLibrary.
TypeClassifier() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.detectors.tabletypeclassifier.TypeClassifier
 
TypeConverter - Class in de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes
 
TypeConverter() - Constructor for class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.TypeConverter
 
TypeDetector - Interface in de.uni_mannheim.informatik.dws.winter.webtables.detectors
 
TypeGuesser - Class in de.uni_mannheim.informatik.dws.winter.webtables.detectors
 
TypeGuesser() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.detectors.TypeGuesser
 
typeValue(String, DataType, Unit) - Method in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.TypeConverter
Converts a String into the given type

U

UnadjustedDeviationSimilarity - Class in de.uni_mannheim.informatik.dws.winter.similarity.numeric
returns (smaller value / larger value)
UnadjustedDeviationSimilarity() - Constructor for class de.uni_mannheim.informatik.dws.winter.similarity.numeric.UnadjustedDeviationSimilarity
 
Union<ValueType,RecordType extends Matchable & Fusible<SchemaElementType>,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution.list
Union ConflictResolutionFunction: Returns the union of all lists of values
Union() - Constructor for class de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution.list.Union
 
union(Collection<T>...) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.query.Q
Creates the union of all provided collections
union(Collection<Collection<T>>) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.query.Q
Creates the union of all provided collections
Unit - Class in de.uni_mannheim.informatik.dws.winter.preprocessing.units
 
Unit() - Constructor for class de.uni_mannheim.informatik.dws.winter.preprocessing.units.Unit
 
UnitCategory - Class in de.uni_mannheim.informatik.dws.winter.preprocessing.units
 
UnitCategory(String) - Constructor for class de.uni_mannheim.informatik.dws.winter.preprocessing.units.UnitCategory
 
UnitCategoryParser - Class in de.uni_mannheim.informatik.dws.winter.preprocessing.units
 
UnitCategoryParser() - Constructor for class de.uni_mannheim.informatik.dws.winter.preprocessing.units.UnitCategoryParser
 
UnitParser - Class in de.uni_mannheim.informatik.dws.winter.preprocessing.units
 
UnitParser() - Constructor for class de.uni_mannheim.informatik.dws.winter.preprocessing.units.UnitParser
 
units - Static variable in class de.uni_mannheim.informatik.dws.winter.preprocessing.units.UnitParser
 
updateIdentifier() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableColumn
 
updateIdentifiers() - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableSchema
Re-builds all HashMaps and HashSets that use the column identifiers to reflect changes
UriParser - Class in de.uni_mannheim.informatik.dws.winter.webtables.parsers.specialised.uri
 
UriParser() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.parsers.specialised.uri.UriParser
 
URLParser - Class in de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes
 
URLParser() - Constructor for class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.URLParser
 
URLregex - Static variable in class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.URLParser
 
usage(String...) - Method in class de.uni_mannheim.informatik.dws.winter.utils.Executable
 

V

VALID_ANNOTATIONS - Static variable in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableMapping
 
VALID_ANNOTATIONS - Static variable in class de.uni_mannheim.informatik.dws.winter.webtables.TableMapping
 
ValueBasedBlocker<RecordType extends Matchable,SchemaElementType extends Matchable,BlockedType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.blockers
Implementation of a AbstractBlocker based on values.
ValueBasedBlocker(BlockingKeyGenerator<RecordType, MatchableValue, BlockedType>) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.blockers.ValueBasedBlocker
 
ValueBasedBlocker(BlockingKeyGenerator<RecordType, MatchableValue, BlockedType>, BlockingKeyGenerator<RecordType, MatchableValue, BlockedType>) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.blockers.ValueBasedBlocker
Creates a new Standard Blocker with the given blocking function(s).
ValueBasedBlocker.Block - Class in de.uni_mannheim.informatik.dws.winter.matching.blockers
 
ValueBasedBlocker.BlockJoinKeyGenerator - Class in de.uni_mannheim.informatik.dws.winter.matching.blockers
 
ValueDetectionType - Class in de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes
 
ValueDetectionType(DataType, Quantity, Unit, UnitCategory) - Constructor for class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.ValueDetectionType
 
ValueDetectionType(DataType, UnitCategory) - Constructor for class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.ValueDetectionType
 
VALUEIDS - Static variable in class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeFusionLogger
 
ValueIsContainedInCollection(Collection<T>, T) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.query.P
 
ValueNormalizer - Class in de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes
 
ValueNormalizer() - Constructor for class de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.ValueNormalizer
 
valueOf(String) - Static method in enum de.uni_mannheim.informatik.dws.winter.clustering.HierarchicalClusterer.LinkageMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.uni_mannheim.informatik.dws.winter.matching.blockers.BlockingKeyIndexer.VectorCreationMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.uni_mannheim.informatik.dws.winter.webtables.app.ConvertTable.format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema.HeaderPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema.TableOrientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema.TableType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.uni_mannheim.informatik.dws.winter.webtables.Table.ConflictHandling
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.uni_mannheim.informatik.dws.winter.clustering.HierarchicalClusterer.LinkageMode
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in class de.uni_mannheim.informatik.dws.winter.datafusion.AttributeFusionLogger
 
values() - Static method in enum de.uni_mannheim.informatik.dws.winter.matching.blockers.BlockingKeyIndexer.VectorCreationMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.uni_mannheim.informatik.dws.winter.preprocessing.datatypes.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.uni_mannheim.informatik.dws.winter.webtables.app.ConvertTable.format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema.HeaderPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema.TableOrientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableSchema.TableType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.uni_mannheim.informatik.dws.winter.webtables.Table.ConflictHandling
Returns an array containing the constants of this enum type, in the order they are declared.
VectorSpaceCosineSimilarity - Class in de.uni_mannheim.informatik.dws.winter.similarity.vectorspace
 
VectorSpaceCosineSimilarity() - Constructor for class de.uni_mannheim.informatik.dws.winter.similarity.vectorspace.VectorSpaceCosineSimilarity
 
VectorSpaceIdentityResolutionAlgorithm<RecordType extends Matchable,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.algorithms
 
VectorSpaceIdentityResolutionAlgorithm(DataSet<RecordType, SchemaElementType>, DataSet<RecordType, SchemaElementType>, BlockingKeyGenerator<RecordType, MatchableValue, RecordType>, BlockingKeyGenerator<RecordType, MatchableValue, RecordType>, BlockingKeyIndexer.VectorCreationMethod, VectorSpaceSimilarity, double) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.algorithms.VectorSpaceIdentityResolutionAlgorithm
 
VectorSpaceInstanceBasedSchemaMatchingAlgorithm<RecordType extends Matchable,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.algorithms
 
VectorSpaceInstanceBasedSchemaMatchingAlgorithm(DataSet<RecordType, SchemaElementType>, DataSet<RecordType, SchemaElementType>, BlockingKeyGenerator<RecordType, MatchableValue, SchemaElementType>, BlockingKeyGenerator<RecordType, MatchableValue, SchemaElementType>, BlockingKeyIndexer.VectorCreationMethod, VectorSpaceSimilarity, double) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.algorithms.VectorSpaceInstanceBasedSchemaMatchingAlgorithm
 
VectorSpaceJaccardSimilarity - Class in de.uni_mannheim.informatik.dws.winter.similarity.vectorspace
 
VectorSpaceJaccardSimilarity() - Constructor for class de.uni_mannheim.informatik.dws.winter.similarity.vectorspace.VectorSpaceJaccardSimilarity
 
VectorSpaceMaximumOfContainmentSimilarity - Class in de.uni_mannheim.informatik.dws.winter.similarity.vectorspace
 
VectorSpaceMaximumOfContainmentSimilarity() - Constructor for class de.uni_mannheim.informatik.dws.winter.similarity.vectorspace.VectorSpaceMaximumOfContainmentSimilarity
 
VectorSpaceSimilarity - Interface in de.uni_mannheim.informatik.dws.winter.similarity.vectorspace
Defines the operations necessary to calculate the similarity between two vector space representations.
Voting<ValueType,RecordType extends Matchable & Fusible<SchemaElementType>,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution
Vote ConflictResolutionFunction: returns the most frequent value, in case of two or more similar frequent values the first one in the list of FusibleValues is returned.
Voting() - Constructor for class de.uni_mannheim.informatik.dws.winter.datafusion.conflictresolution.Voting
 
VotingAggregator<TypeA extends Matchable,TypeB extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.aggregators
An aggregation function that corresponds to voting by correspondences.
VotingAggregator(boolean, double) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.aggregators.VotingAggregator
 
VotingAggregator(boolean, double, double) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.aggregators.VotingAggregator
 
VotingMatchingRule<RecordType extends Matchable,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.rules
A matching rule that generates a vote for every causal correspondence that is passed and aggregates these votes with the provided voting strategy.
VotingMatchingRule(double) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.rules.VotingMatchingRule
 

W

WebTablesRowContentDetector - Class in de.uni_mannheim.informatik.dws.winter.webtables.detectors
 
WebTablesRowContentDetector() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.detectors.WebTablesRowContentDetector
 
WebTablesStringNormalizer - Class in de.uni_mannheim.informatik.dws.winter.webtables
 
WebTablesStringNormalizer() - Constructor for class de.uni_mannheim.informatik.dws.winter.webtables.WebTablesStringNormalizer
 
WeightedDateSimilarity - Class in de.uni_mannheim.informatik.dws.winter.similarity.date
Calculates the date difference with adjustable weights for years, months and days.
WeightedDateSimilarity() - Constructor for class de.uni_mannheim.informatik.dws.winter.similarity.date.WeightedDateSimilarity
 
WeightedDateSimilarity(double, double, double) - Constructor for class de.uni_mannheim.informatik.dws.winter.similarity.date.WeightedDateSimilarity
 
WekaMatchingRule<RecordType extends Matchable,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.matching.rules
Class that creates and applies a matching Rule based on supervised learning using the Weka Library.
WekaMatchingRule(double, String, String[]) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.rules.WekaMatchingRule
Create a MatchingRule, which can be trained using the Weka library for identity resolution.
WekaMatchingRule(double) - Constructor for class de.uni_mannheim.informatik.dws.winter.matching.rules.WekaMatchingRule
Create an empty MatchingRule without any classifier.
where(Function<Boolean, RecordType>) - Method in interface de.uni_mannheim.informatik.dws.winter.processing.Processable
Filters the given data.
where(Function<Boolean, RecordType>) - Method in class de.uni_mannheim.informatik.dws.winter.processing.ProcessableCollection
 
where(Collection<T>, Func<Boolean, ? super T>) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.query.Q
 
WinterLogManager - Class in de.uni_mannheim.informatik.dws.winter.utils
Logging class for the winter framework based on log4j2.
WinterLogManager() - Constructor for class de.uni_mannheim.informatik.dws.winter.utils.WinterLogManager
 
without(Collection<T>, Collection<T>) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.query.Q
 
without(Collection<T>, Collection<U>, Func<U, T>) - Static method in class de.uni_mannheim.informatik.dws.winter.utils.query.Q
 
write(String, int, int) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableMapping
 
write(Writer, int, int) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableMapping
 
write(String, int, int) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableMapping
 
write(Writer, int, int) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.TableMapping
 
write(Table, File) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.writers.CSVTableWriter
 
write(Table, File, char, char, char) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.writers.CSVTableWriter
 
write(Table, File, CSVWriter) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.writers.CSVTableWriter
 
write(Table, File) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.writers.JsonTableWriter
 
write(Table, File) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.writers.LodCsvTableWriter
 
write(Table, File, BufferedWriter) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.writers.LodCsvTableWriter
 
write(Table, File) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.writers.RdfN3TableWriter
 
write(Table, File, OutputStreamWriter) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.writers.RdfN3TableWriter
 
write(Table, File) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.writers.RdfXmlTableWriter
 
write(Table, File, OutputStream) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.writers.RdfXmlTableWriter
 
write(Table, File) - Method in interface de.uni_mannheim.informatik.dws.winter.webtables.writers.TableWriter
 
writeCSV(File, Processable<Correspondence<TypeA, TypeB>>) - Method in class de.uni_mannheim.informatik.dws.winter.model.io.CSVCorrespondenceFormatter
Writes the data set to a CSV file
writeCSV(File, DataSet<RecordType, SchemaElementType>, List<SchemaElementType>) - Method in class de.uni_mannheim.informatik.dws.winter.model.io.CSVDataSetFormatter
Writes the data set to a CSV file
writeCSV(File, Processable<RecordType>) - Method in class de.uni_mannheim.informatik.dws.winter.model.io.CSVFormatter
Writes the data set to a CSV file
writeDebugBlockingResultsToFile() - Method in class de.uni_mannheim.informatik.dws.winter.matching.blockers.AbstractBlocker
 
writeDebugBlockingResultsToFile() - Method in interface de.uni_mannheim.informatik.dws.winter.matching.blockers.Blocker
 
writeDebugDataFusionResultsToFile() - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.DataFusionStrategy
Write data fusion debug results to file if logging was enabled via setCollectDebugResults
writeDebugMatchingResultsToFile() - Method in class de.uni_mannheim.informatik.dws.winter.matching.rules.MatchingRule
Write data matching debug results to file if logging was enabled via setCollectDebugResults
writeGroupSizeDistribution(File) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.CorrespondenceSet
writes the distribution of the sizes of the groups of records to the specified file
writeJson(File) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.parsers.JsonTableWithMappingSchema
 
writeLine(List<String>, BufferedWriter) - Method in class de.uni_mannheim.informatik.dws.winter.webtables.writers.LodCsvTableWriter
 
writePajekFormat(File) - Method in class de.uni_mannheim.informatik.dws.winter.utils.graph.Graph
 
writePajekFormat(File) - Method in class de.uni_mannheim.informatik.dws.winter.utils.graph.Partitioning
 
writeRecordGroupsByConsistency(File, CorrespondenceSet<RecordType, SchemaElementType>, Processable<Correspondence<SchemaElementType, Matchable>>) - Method in class de.uni_mannheim.informatik.dws.winter.datafusion.DataFusionEngine
 
writeToCsv(File, Processable<Correspondence<RecordType, Matchable>>) - Static method in class de.uni_mannheim.informatik.dws.winter.model.Correspondence
 
writeToCSVFile(File) - Method in class de.uni_mannheim.informatik.dws.winter.model.MatchingGoldStandard
 
writeToTSVFile(File) - Method in class de.uni_mannheim.informatik.dws.winter.model.MatchingGoldStandard
 
writeXML(File, Processable<RecordType>) - Method in class de.uni_mannheim.informatik.dws.winter.model.io.XMLFormatter
Writes dataset to an XML file using this specified formatter

X

XMLFormatter<RecordType> - Class in de.uni_mannheim.informatik.dws.winter.model.io
Abstract super class for specifying how a HashedDataSet should be transformed into XML
XMLFormatter() - Constructor for class de.uni_mannheim.informatik.dws.winter.model.io.XMLFormatter
 
XMLMatchableReader<RecordType extends Matchable,SchemaElementType extends Matchable> - Class in de.uni_mannheim.informatik.dws.winter.model.io
Super class for reading records from XML
XMLMatchableReader() - Constructor for class de.uni_mannheim.informatik.dws.winter.model.io.XMLMatchableReader
 
XMLRecordReader - Class in de.uni_mannheim.informatik.dws.winter.model.defaultmodel
Factory class for creating DefaultModel records from an XML node.
XMLRecordReader(String, Map<String, Attribute>) - Constructor for class de.uni_mannheim.informatik.dws.winter.model.defaultmodel.XMLRecordReader
 

Y

YearSimilarity - Class in de.uni_mannheim.informatik.dws.winter.similarity.date
SimilarityMeasure, that calculates the similarity of the year parts of two dates with respect to a maximum difference.
YearSimilarity(int) - Constructor for class de.uni_mannheim.informatik.dws.winter.similarity.date.YearSimilarity
Initialize YearSimilarity with a maximal difference (in years).
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
Skip navigation links

Copyright © 2018. All rights reserved.