A program to recognize and reward our most engaged community members
I don't need all the operators so I reduced the number of operators, and created a myoperator.xml file.Now, when I try to initialize the Rapidminer using myoperator.xml file, Rapidminer loads the default operator.xml.
Also, what is rapidminerrc file and why does rapidminer looks for it in my home directory. Do I need this file in my project?
String myOperatorsString = "<operators name=\"myOperators\"><operator name=\"OperatorChain\" class=\"com.rapidminer.operator.SimpleOperatorChain\" /></operators>"; ByteArrayInputStream operatorsIn = new ByteArrayInputStream(myOperatorsString.getBytes()); RapidMiner.init(operatorsIn, false, false, false, false);
G Jul 31, 2008 11:08:16 AM: Loading operators from 'operators.xml'.
final Operator DbOperator = OperatorService.createOperator("RMDatabaseOperator");