expandTopics

fun expandTopics(expansionCoefficient: Int)

Expand the dataset by appending expansionCoefficient fake topics to all loaded models.

  • Topic labels are generated as "NNN (F)" where NNN ∈ [800..998].

  • APs for the new topics are generated randomly per system.

  • In deterministic mode, all randomness is derived from RandomBridge.childSeed.

Parameters

expansionCoefficient

Number of random topics to append.