new FindThresholdAPE<ModelType, BackgroundType>(pwm, collectionBackground, preciseDiscretizer, maxHashSize),
new FindPvalueAPE<ModelType, BackgroundType>(pwm, collectionBackground, roughDiscretizer, maxHashSize),
new FindPvalueAPE<ModelType, BackgroundType>(pwm, collectionBackground, preciseDiscretizer, maxHashSize)));
} else {
result.add(new ThresholdEvaluator( pwm,
new FindThresholdBsearchBuilder(thresholds_folder).thresholdCalculator(pwm),
null,
new FindPvalueBsearchBuilder(thresholds_folder).pvalueCalculator(pwm),
null));
}
}