| 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. |