Options

conditional operator enabler

m_r_nourm_r_nour Member Posts: 35 Maven
edited November 2018 in Help
Hi

I want to do two prepossessing seniors on my data:  one of them with PCA and without PCA


As far as I know I can switch on and off pca by using parameter iteration on operator enabler but:
before PCA data should be normalized so data should be normalized. so , parameter iteration on normalizing related on whether pca is on or off

how can I do that?


Regards
REZA

Answers

  • Options
    landland RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 2,531 Unicorn
    Hi,
    in general you don't have to enable just a single operator: You might enable or disable complete OperatorChains, which could consist of an arbitrary number of operators. So you could simply insert the normalization operator and a pca inside an operatorChain and enable it using the parameter iteration.
    In this case, it is not necessary, because the PCA operator itself will normalize the data before hand.

    Greetings,
    Sebastian
  • Options
    m_r_nourm_r_nour Member Posts: 35 Maven
    thanks
Sign In or Register to comment.