190191192193194195196
return variance; } @Override public ScoringModelDistibutions scoringModelDistibutions(DiBackgroundModel background, Integer maxHashSize) { return new CountingDiPWM(this, background, maxHashSize); }