...about the visualizationThis visual program shows car insurance claim information projected onto a map using zip codes. Height and color of each glyph corresponds to statistics on three available claim items: VehicleAge, Claim, and AnnualMileage. The available statistics are mean, standard deviation, max, and count (the number of claims in the region). |
Another method for clustering is available using the K Means algorithm, which uses spatial information to recognize a user specified number of clusters. This algorithm takes longer to execute since it requires looping numerous times, but once the clusters have been created the algorithm need not be re-run as the user changes displayed statistics. Note that the entire algorithm is implemented as a macro in the visual program and no C code was required.