categoricMethodsTooltips property

Map<String, String> categoricMethodsTooltips
getter/setter pair

Implementation

Map<String, String> categoricMethodsTooltips = {
  'Indicator Variable': '''

    Turn a categoric into a collection of numeric (0,1) variables.

    ''',
  'Join Categorics': '''

    Combine multiple categoric variables into just one.
    A join of categoric variables requires two categoric variables.
    Please select two categoric variables, then Execute.

    ''',
};