expandTopics

fun expandTopics(expansionCoefficient: Int, randomizedAveragePrecisions: Map<String, DoubleArray>, randomizedTopicLabels: Array<String>)

Expand topics by appending randomized columns to AP rows and labels.

Parameters

expansionCoefficient

Expansion factor (stored for metadata only).

randomizedAveragePrecisions

Mapping system -> DoubleArray(extra APs) to append.

randomizedTopicLabels

Labels for the new topics to append.