-
Notifications
You must be signed in to change notification settings - Fork 3
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
Implement SIATECHF #44
Comments
otsob
added a commit
that referenced
this issue
Oct 2, 2019
otsob
added a commit
that referenced
this issue
Oct 2, 2019
otsob
added a commit
that referenced
this issue
Oct 2, 2019
* Handle pitch and voice as integers * Remove saving Position in NoteEventVector, this needs to be handled differently. * Use rounded offset for comparisons and hashcode. * Rename RandomMultiplierProvider and add unit test
otsob
added a commit
that referenced
this issue
Oct 2, 2019
Issue #44: Implement PointSet representation of Score
otsob
added a commit
that referenced
this issue
Oct 5, 2019
Finish up the point set implementation and add tests.
otsob
added a commit
that referenced
this issue
Oct 5, 2019
otsob
added a commit
that referenced
this issue
Oct 5, 2019
otsob
added a commit
that referenced
this issue
Oct 16, 2019
Issue #44: Implement SIATECHF * Implement the SIATECHF algorithm * Add access to SIATECHF results as actual patterns in notation in GeometricPatternDiscovery TODO: Add tests for GeometricPatternDiscovery TODO: Add text labels to discovered patterns so that they can be located from the score
otsob
added a commit
that referenced
this issue
Oct 17, 2019
Also make the returned set unmodifiable
otsob
added a commit
that referenced
this issue
Oct 17, 2019
* Implement the SIATECHF algorithm * Add access to SIATECHF results as actual patterns in notation in GeometricPatternDiscovery * Implement geometric pattern discovery * Add name for pattern based on positions when getting pattern based on position
otsob
added a commit
that referenced
this issue
Oct 17, 2019
* Implement the SIATECHF algorithm * Add access to SIATECHF results as actual patterns in notation in GeometricPatternDiscovery * Implement geometric pattern discovery * Add name for pattern based on positions when getting pattern based on position
otsob
added a commit
that referenced
this issue
Oct 20, 2019
* Implement the SIATECHF algorithm * Add access to SIATECHF results as actual patterns in notation in GeometricPatternDiscovery * Implement geometric pattern discovery * Add name for pattern based on positions when getting pattern based on position
otsob
added a commit
that referenced
this issue
Oct 20, 2019
Issue #44: Implement repeated pattern discovery with SIATECHF * Implement all required classes for geometric repeated patterns discovery in music * Add an implementation of the SIATECHF algorithm, that finds all occurrences of maximal translatable patterns whose compression ratio exceeds a given threshold
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In order to find repeated patterns in scores,
as a user,
I want there to be an implementation of the SIATECHF algorithm
Acceptance criteria:
The text was updated successfully, but these errors were encountered: