This component implements quantile normalization, which is a technique to make two distributions identical in statistical properties. See https://en.wikipedia.org/wiki/Quantile_normalization for further information.
Only numeric columns are used. There should be at least 1 numeric (interget, long, double types) column selected.
All non-numeric columns as well as not selected numeric columns are kept in the output table.
- Type: TableInput tableInput table with at least one numeric column