Selecting Subprocess based on data type
jeganathanvelu
New Altair Community Member
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.
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:
0
Answers
-
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,
Martin0 -
Yes that works ;D Thanks Marin.0