An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
<operators><operator name = "OperatorChain" class = "com.rapidminer.operator.SimpleOperatorChain" description = "A chain of operators that is subsequently applied." icon = "chain"/></operators>
haddock wrote:Hi,I still have 4.6 installed, and can't find any operator of that name either. Try W-Apriori or W-PredictiveApriori ?
steffen wrote:Hello MahaHello Steffen,Seems like you are trying to extend rapidminer with your own operator. As far as I can see from over here, you somehow messed up the operators file (asssuming that you have created a plugin as described in the tutorial.pdf (also available on rapidminers download page on sourceforge)). You operators.xml file should look something like this ... <operators><operator name = "OperatorChain" class = "com.rapidminer.operator.SimpleOperatorChain" description = "A chain of operators that is subsequently applied." icon = "chain"/></operators> where class has to be the full qualified class name (i.e. including the complete package-name). Yes, you are right. CustomWAprior is an extended oprator. All steps in tutorial.pdf (chapter 6) are followed but no plugins are created because this will be necessary in case that I want to make my own operators available for download or do I have to create a plugin?My description file "operators.xml" : <operators> <operator name = "CustomWApriori" class = "rapidminer.customOperator.CustomWApriori" description = "Generates association rules" group = "Learner.Unsupervised.Itemsets.Weka" /> </operators> rapidminer.customOperator.CustomWApriori is the package, where the operator is located.If this did not help you, please provide more information about the previous steps you have taken, otherwise we are restrained to guessing.Probably the problem is in declaring my operator to RapidMiner. I do not know how to add the new operator to my CLASSPATH variable. I am eclipse user. on a side note: I understand that you do not want to switch to rapidminer5.0 yet (a lot of things have changed), but please upgrade to version 4.6. Several bugs have fixed in this version you will hardly find anyone in this forum using an older version than this.This will be the next step greetings,steffen
<operators> <operator name = "CustomWApriori" class = "rapidminer.customOperator.CustomWApriori" description = "Generates association rules" group = "Learner.Unsupervised.Itemsets.Weka" /> </operators>