The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

OR operator

maryamshirzadmaryamshirzad Member Posts: 11 Learner I
edited June 2020 in Help
hi
i want apply OR operator between result of 3 classifier, svm,naive bayes&decision tree.Something like voting).
ie if prediction is like to below then shows to me result of OR operator 
naive bayes predict 1 
svm predict 0
decision tree predict 1
result OR operator=1
Of course According to or operator if one result is 1 then resulting 1
Is there such an operation in rapidminer? Or can it be done?
Tagged:

Answers

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533 RM Data Scientist
    Hi,
    you likely want to use a Generate Attribute operator. It has an or (||) operation.
    Best,
    Martin
    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
  • maryamshirzadmaryamshirzad Member Posts: 11 Learner I
    edited June 2020
    that is, can i use this operator after 3 classifiers?please guide me for use of this operator after 3 classifier
Sign In or Register to comment.