Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pli manager integration #17

Open
wants to merge 93 commits into
base: master
Choose a base branch
from
Open

Conversation

jakob-zwiener
Copy link
Owner

No description provided.

slightly slower than sequential, not two phase yet
Conflicts:
	algorithm_helper_benchmarks/src/main/java/de/metanome/algorithm_helper/data_structures/benchmarks/PLIBenchmarkRunner.java
Conflicts:
	algorithm_helper/src/main/java/de/metanome/algorithm_helper/data_structures/IntPair.java
	algorithm_helper/src/main/java/de/metanome/algorithm_helper/data_structures/PLIBuilder.java
	algorithm_helper/src/main/java/de/metanome/algorithm_helper/data_structures/PositionListIndex.java
	algorithm_helper/src/test/java/de/metanome/algorithm_helper/data_structures/LongPairTest.java
	algorithm_helper/src/test/java/de/metanome/algorithm_helper/data_structures/PLIBuilderFixture.java
	algorithm_helper/src/test/java/de/metanome/algorithm_helper/data_structures/PositionListIndexFixture.java
	algorithm_helper/src/test/java/de/metanome/algorithm_helper/data_structures/PositionListIndexTest.java
	algorithm_helper_benchmarks/src/test/java/de/metanome/algorithm_helper/data_structures/benchmarks/PLIGeneratorTest.java
Conflicts:
	algorithm_helper/src/main/java/de/metanome/algorithm_helper/data_structures/IntPair.java
	algorithm_helper/src/main/java/de/metanome/algorithm_helper/data_structures/PLIBuilder.java
	algorithm_helper/src/main/java/de/metanome/algorithm_helper/data_structures/PositionListIndex.java
	algorithm_helper/src/test/java/de/metanome/algorithm_helper/data_structures/LongPairTest.java
	algorithm_helper/src/test/java/de/metanome/algorithm_helper/data_structures/PLIBuilderFixture.java
	algorithm_helper/src/test/java/de/metanome/algorithm_helper/data_structures/PositionListIndexFixture.java
	algorithm_helper/src/test/java/de/metanome/algorithm_helper/data_structures/PositionListIndexTest.java
	algorithm_helper_benchmarks/src/test/java/de/metanome/algorithm_helper/data_structures/benchmarks/PLIGeneratorTest.java
Conflicts:
	algorithm_helper/src/main/java/de/metanome/algorithm_helper/data_structures/PositionListIndex.java
Conflicts:
	algorithm_helper/src/main/java/de/metanome/algorithm_helper/data_structures/PositionListIndex.java
	algorithm_helper/src/test/java/de/metanome/algorithm_helper/data_structures/PositionListIndexFixture.java
	algorithm_helper/src/test/java/de/metanome/algorithm_helper/data_structures/PositionListIndexTest.java
Conflicts:
	algorithm_helper/src/main/java/de/metanome/algorithm_helper/data_structures/PositionListIndex.java
taking 1 subset with lowest key error
@jakob-zwiener jakob-zwiener force-pushed the pli-manager-integration branch from 0ae6dde to 3cbcc0e Compare September 25, 2015 11:53
Conflicts:
	algorithm_helper/src/main/java/de/metanome/algorithm_helper/data_structures/PLIManager.java
	algorithm_helper/src/test/java/de/metanome/algorithm_helper/data_structures/PLIManagerTest.java
Conflicts:
	algorithm_helper/src/main/java/de/metanome/algorithm_helper/data_structures/PositionListIndex.java
	algorithm_helper/src/test/java/de/metanome/algorithm_helper/data_structures/PositionListIndexFixture.java
	algorithm_helper/src/test/java/de/metanome/algorithm_helper/data_structures/PositionListIndexTest.java
	algorithm_helper_benchmarks/src/main/java/de/metanome/algorithm_helper/data_structures/benchmarks/PLISyntheticBenchmark.java
…tegration

Conflicts:
	algorithm_helper/src/main/java/de/metanome/algorithm_helper/data_structures/PositionListIndex.java
	algorithm_helper/src/test/java/de/metanome/algorithm_helper/data_structures/PositionListIndexTest.java
pliSetTrie.add(columnCombination);

List<ColumnCombinationBitset> supersets = pliSetTrie.getExistingSupersets(columnCombination);

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant