Hi RapidMiner,
I'm doing predictive maintenance, I have a data table containing a list of fault types and their corresponding percentages (as below). What I want is to create a macro for each fault type storing the percentage value. Because the size of the list may change overtime, I want a dynamic way to create the macros (# of macros= # of fault types). These macros will be reused many times later. Is there a way to do this? Thanks a lot for your help!
RESTART 0.31
MECH 0.26
PROD 0.13
ELEC 0.11
PLUMB 0.1
SOFT 0.06
SAFETY 0.02
UPG 0.01