Selecting Subprocess based on data type

jeganathanvelu
jeganathanvelu New Altair Community Member
edited November 2024 in Community Q&A
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.
Tagged:

Answers

  • MartinLiebig
    MartinLiebig
    Altair Employee
    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
  • jeganathanvelu
    jeganathanvelu New Altair Community Member
    Yes that works  ;D Thanks Marin.