numericMethodsTooltips property
getter/setter pair
Implementation
Map<String, String> numericMethodsTooltips = {
'Quantiles': '''
Each bin will have approximately the same number of observations.
If the Data tab includes a Weight variable, then the observations
are weighted when performing the binning.
''',
'KMeans': '''
A kmeans clustering will be used to bin the variable.
''',
'Equal Width': '''
The min to max range will be split into equal width bins.
''',
};