The input can be data with strings, integers and doubles. It should have a string variable called "Target" as a regression (numeric value) column.
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
04 Normalization of the Target column (later needed separately for De-Normalization)
05 provide a list of Columns being used
The conversions will be stored in PMML Files to be later used to prepare new data.