Changes between Version 78 and Version 79 of PostGIS_Raster_SoC_Idea_2012/Distance_Analysis_Tools


Ignore:
Timestamp:
Aug 14, 2012, 9:02:34 AM (12 years ago)
Author:
qliu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • PostGIS_Raster_SoC_Idea_2012/Distance_Analysis_Tools

    v78 v79  
    5757<LI><A href=http://trac.osgeo.org/postgis/wiki/PostGIS_Raster_SoC_Idea_2012/Distance_Analysis_Tools#Week8Report>Week 8 Report (July 9th - July 13th)</A></LI>
    5858<LI><A href=http://trac.osgeo.org/postgis/wiki/PostGIS_Raster_SoC_Idea_2012/Distance_Analysis_Tools#Week10Report>Week 10 Report (July 23th - July 27th)</A></LI>
     59<LI><A href=http://trac.osgeo.org/postgis/wiki/PostGIS_Raster_SoC_Idea_2012/Distance_Analysis_Tools#Week11Report>Week 11 Report (July 30th - Aug. 3rd)</A></LI>
     60<LI><A href=http://trac.osgeo.org/postgis/wiki/PostGIS_Raster_SoC_Idea_2012/Distance_Analysis_Tools#Week12Report>Week 12 Report (Aug. 6th - Aug. 10th)</A></LI>
    5961</UL>
    6062<br>
     
    9981000 * Start writing document for cost-weighted distance.
    9991001 * Start writing C implementation for Euclidean distance.
     1002
     1003== Week 11 Report ==
     1004
     1005'''What did you get done this week?'''
     1006 * Revised plpgsql scripts for implementing Euclidean distance with KNN indexing approach for two signatures.
     1007 * Wrote document for cost-weighted distance.
     1008
     1009'''What do you plan on doing next week?'''
     1010 * Revise the cost-weighted distance document.
     1011 * Test the plpgsql scripts.
     1012 * Write C implementation for Euclidean distance.
     1013
     1014
     1015== Week 12 Report ==
     1016
     1017'''What did you get done this week?'''
     1018 * Finished plpgsql prototype for implementing Euclidean distance with KNN indexing approach for two signatures.
     1019 * Get prototype tested.
     1020 * Started working on the C implementation for Euclidean distance.
     1021 * Started working on plpgsql prototype for cost-weigted distance.
     1022
     1023'''What do you plan on doing next week?'''
     1024 * Get final versoin of document for both Euclidean Distance and Cost-weighted distance.
     1025 * Finish writing C implementation for Euclidean distance.
     1026 * Finish writing plpgsql prototype for cost-weigted distance.
     1027 * Final revision for all the codes.