An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
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);