The Siemens Community Catalyst program was co-created with our community to acknowledge technology leaders who consistently contribute to the Siemens Community. Nominations are accepted on a rolling basis.
File processFile = new File("d:/test.xml");if (!processFile.exists()){throw new Exception("File '" + processFile.getAbsolutePath()+ "' does not exist!");}Process process = RapidMiner.readProcessFile(processFile);IOContainer input = new IOContainer();IOContainer output = process.run(input);