Question: The Assignment is to write an appropriate SAS code that would generate the point counts for grid cells. It should have 49 cells using a
The Assignment is to write an appropriate SAS code that would generate the point counts for grid cells. It should have 49 cells using a 7-by-7 grid. Refer to Table 8.2 Algorithm 8.4 Basic grid-based clustering algorithm.
- Define a set of grid cells.
- Assign objects to the appropriate cells and compute the density of each cell.
- Eliminate cells having a density below a specified threshold.
- Form clusters from contiguous (adjacent) groups of dense cells.



Figure 8.10. Grid-based density. Table 8.2. Point counts for grid cells. 0 0 0 0 0 0 0 0 0 0 0 4 0 17 0 18 0 6 14 0 14 0 13 0 13 11 0 18 18 10 27 21 3 0 20 24 14 31 4 0 0 0 0 0 0 0 0 0 0data bins; set work. import1; if x >=0 and x=1 and x=2 and x=3 and x=4 and x=5 and x=6 and x=0 and y=1 and y=2 and y=3 and y=4 and y=5 and y=6 and y
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
