dalicious.algorithm.masker

This module contains a genrelaized 1-D masking algorithm.

Members

Functions

coverageChanges
auto coverageChanges(Masker mask)

Returns a range of all points where the coverage level changes.

investigateMask
string investigateMask(M mask, string err)
Undocumented in source. Be warned that the author may not have intended to support it.
makeEvents
auto makeEvents(E element)
Undocumented in source. Be warned that the author may not have intended to support it.
masker
auto masker(R1 intervals, R2 boundaries)
Undocumented in source. Be warned that the author may not have intended to support it.
masker
auto masker(R1 intervals, R2 boundaries)

ditto

withAcc
Masker withAcc(Masker mask)

Exchange acc function reusing the precalculated data.

withAdditionalIntervals
Masker withAdditionalIntervals(Masker mask, R1 intervals, R2 boundaries)

Add more intervals to masker without memory allocation for the original intervals.

withCategory
Masker withCategory(Masker mask)

Exchange category function reusing the precalculated data.

Meta

License

Subject to the terms of the MIT license, as written in the included LICENSE file.

Authors

Arne Ludwig <arne.ludwig@posteo.de>