transformPrefix top-level property

Set<String> transformPrefix
getter/setter pair

Implementation

Set<String> transformPrefix = {
  // Rescale

  'RRC',
  'R01',
  'RMD',
  'RLG',
  'R10',
  'RRK',
  'RIN', // numeric suffix

  // Impute

  'IZR',
  'IMN',
  'IMD',
  'IMO',
  'IMP',

  // Recode

  'BKM', // KMeans
  'BQT', // Quantiles
  'BEQ', // Equal Width
  'TJN', // Join Categories
  'TIN', // Indicator Variable
  'TFC', // As Categoric
  'TNM', // As Numeric
};