updateOutputDict

fun updateOutputDict(outputDict: MutableMap<String, Any>, colList: ArrayList<MutableMap<String, Float>>, dataTypeKey: String)

Updates the outputDict with the given colList and dataTypeKey under the TYPE key.

Parameters

outputDict

MutableMap representing the outputDict to be updated.

colList

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

dataTypeKey

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