The input can be data with strings, integers and doubles. It should have a string variable called "Target" as a binary label/target (0/1)
This component prepares data to be used for the "RProp MLP Learner" node creating a neural network. It will:
01 Remove missing values
02 Convert categories to numbers
convert integers to double (MLP seems to like that)
03 Normalize the double columns
Also the new column specs will be provided
The conversions will be stored in PMML Files to be later used to prepare new data.