cumulativeQualityHistogram property

List<int> cumulativeQualityHistogram
final

Cumulative histogram where every entry is equal to the number of symbols with quality equal or lower than N percent, where N is the index of the entry in the array.

Implementation

final List<int> cumulativeQualityHistogram;