updateCategoricalOutputDict

Updates categorical data in the outputDict with the given colList, resultKey, and isReplace flag.

Parameters

outputDict

MutableMap representing the outputDict to be updated.

colList

ArrayList> representing the list of columns and their corresponding true percentages.

resultKey

String representing the key for the categorical data in the outputDict.

isReplace

Boolean representing whether to replace the existing categorical data or not.