posts - 2,  comments - 7,  trackbacks - 0
My project this year is about Multidimensional Indexing, by looking into a indexing method called "Pyramid Technique" which claim itself more efficient with higher dimensionality thus towards breaking the CURSE OF DIMENSIONALITY. The complete paper can be found HERE!

My main objective has changed since mid-year, I was trying to generate datasets that would "break" the Pyramid Technique, but after take an insight look, the objective changed to compare the performance of the Pyramid Technique to the Sequential Scan, because generally all the indexing methods are bad when the dimension gets too high, and the Pyramid Technique is better than the other methods because it is not recursive, and it only partitions the space once and the indexing is handled by a B+ tree. So when the dimensionality gets high enough, it becomes several linear scans.

The implemented source codes are in my Articles.
posted @ 2007-06-20 13:36 Fay 阅读(221) | 评论 (0)编辑 收藏
<2007年6月>
272829303112
3456789
10111213141516
17181920212223
24252627282930
1234567

常用链接

留言簿(2)

随笔档案

文章档案

搜索

  •  

最新评论

阅读排行榜

评论排行榜