}
}
private void performQPROP(ProjectEGFile file, MLDataSet trainingData) {
InputQPROP dialog = new InputQPROP();
if (dialog.process()) {
double learningRate = dialog.getLearningRate().getValue();
int kFold = dialog.getKfold().getValue();
if( kFold>0 ) {