Binning Output

The Binning stage has two output ports. The first port will output all input fields plus a binned field for each selected input field. For example, if the input contains Name, Age, and Income fields and you perform binning on Age and Income, the output from the first port will contain the following fields:

  • Name
  • Age
  • Binned_Age
  • Income
  • Binned_Income

The second port outputs four types of information for each selected input field. For example, if you perform binning on Age, the output from the second port will contain the following fields:

  • Age_Bins
  • Age_BinValue
  • Age_Count
  • Age_Percentage