137138139140141142143
this.methodConfigurations.put(MLMethodFactory.TYPE_RBFNETWORK, new RBFNetworkConfig()); this.methodConfigurations.put(MLMethodFactory.TYPE_NEAT, new NEATConfig()); this.methodConfigurations .put(MLMethodFactory.TYPE_PNN, new PNNConfig()); }