160161162163164165166
return variance; } @Override public ScoringModelDistibutions scoringModelDistibutions(BackgroundModel background, Integer maxHashSize) { return new CountingPWM(this, background, maxHashSize); }