18192021222324
*/ public class NaiveBayesPredictorGenTest extends PredictorGeneratorTest { @Override protected IPerformancePredictorGenerator getPredictorGenerator() { return new NaiveBayesPredictorGenerator(NUM_PERF_CLASSES_TEST); }