OptionalCoBlend factor in [0, 1] for co-occurrence when IncludeCoOccurrence is
true: weight = (1 - f) * freqNorm + f * coOccNorm. Defaults to 0.5.
Ignored when IncludeCoOccurrence is false.
OptionalIncludeWhen true, blend co-occurrence "connectedness" (from TagCoOccurrenceEngine) into the weight so well-connected tags are boosted relative to a pure-frequency weighting. Defaults to false (frequency-only). See TagCloudEngine.GetTagCloud for the formula.
OptionalLimitCap on the number of items returned (top-N by weight). Applied after min-weight filtering. When omitted or <= 0, all qualifying items return.
OptionalMinMinimum normalized weight (0.0 - 1.0) an item must reach to be included. Defaults to 0 (no threshold). Items below this are dropped.
Options that shape the weighting / pruning of the produced cloud.