You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a user specifies the rand_structured randomisation with a
richness_multiplier of 1 and richness_addition of 0 then the system will
attempt to match the existing richness patterns exactly. A consequence of
this is that it is extremely unlikely to be able to allocate labels across
groups that will exactly match the patterns. This is where the swap
algortihm comes in, whereby labels are swapped in and out of groups until
the targets are met.
However, the current swapping algorithm is inefficient and often diverges
instead of converging. This is most noticable with large data sets (e.g.
with 20,000 groups and 600 labels).
The algorithm needs to be adjusted.
Original issue reported on code.google.com by shawnlaffan on 7 Mar 2010 at 12:19
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
shawnlaffan
on 7 Mar 2010 at 12:19The text was updated successfully, but these errors were encountered: