Selecting Subprocess based on data type

jeganathanvelujeganathanvelu Member Posts: 17 Contributor II
edited November 2018 in Help
Hi All,

I am trying to automate process performance baselines  (quality control charts such as np chart,S chart, c chart , etc..) using Rapid miner and R plugin. For that I need to select a sub process based on the data types (meta data types such as nominal, binominal, numeric, etc)  and then execute a pre-configured sub process. Basically I am looking at a conidtional flow based on data types in the input

Any guidance on how i can do this ? Is there anyway i can configure a decision based on data type from within the process flow ?

Thanks in Advance,
Jegan.

Answers

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,503 RM Data Scientist
    Hi,

    Select attributes can filter on value_type. Then you should be able to build something in combination with a Branch with minimal attributes conditions.

    Cheers,
    Martin
    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
  • jeganathanvelujeganathanvelu Member Posts: 17 Contributor II
    Yes that works  ;D Thanks Marin.
Sign In or Register to comment.