QUICK CLUSTER: Use fixed format for cluster centers.master
commit2284baf7ab2097e7655a376ef7a6f9146a18f952
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 28 Jan 2025 22:22:51 +0000 (28 14:22 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 28 Jan 2025 22:22:51 +0000 (28 14:22 -0800)
tree21858d26ac44ea2e8eba961d2bc9cb95d793a5cf
parent99436bd11b850da3b63f8a2e9ed2302f013e2621
QUICK CLUSTER: Use fixed format for cluster centers.

This command used the variables' own formats for their centers.  This was
a bad idea for at least two reasons.  First, the variables might have a
format that does not show any decimal places, but clusters wouldn't
ordinarily have integer centers, so this is confusing.  Second, if a
cluster center happens to have a value label, it could be shown instead,
which is even more confusing.  This fixes the problem by using a fixed
format instead.

Thanks to Andreas Hammer for reporting the problem.
src/language/commands/quick-cluster.c
tests/language/commands/quick-cluster.at