transformPrefix top-level property
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
};