public class NeuralNetworkEnsemblePredictorGenTest extends
PredictorGeneratorTest {
@Override
protected IPerformancePredictorGenerator getPredictorGenerator() {
return new EnsemblePredictorGenerator(new NeuralNetworkPredGenFactory(),
new ParameterBlock());
}