Revise the kNN script to increase speed through parallel processing of independent points. kNN measures should be broken down by category, and be able to be run multiple times with different parameters (e.g. k=1, k=2, k=5) and composited into one comparison plot - see Issue #34
Revise the kNN script to increase speed through parallel processing of independent points. kNN measures should be broken down by category, and be able to be run multiple times with different parameters (e.g. k=1, k=2, k=5) and composited into one comparison plot - see Issue #34