期刊文献+
共找到2篇文章
< 1 >
每页显示 20 50 100
一种基于数据空间自适应规则网格划分的Skd-tree最近邻算法 被引量:1
1
作者 王荣秀 王波 《重庆理工大学学报(自然科学)》 CAS 北大核心 2021年第6期147-155,共9页
针对现有kd-tree KNN算法的不足,提出了一种基于规则数据空间网格划分的Skdtree KNN算法。该树形结构把数据置于空间网格内部,能更好地利用数据的空间分布特性,可以在更小的范围内对被查询数据定位,有效避免对部分无关数据的计算或回溯... 针对现有kd-tree KNN算法的不足,提出了一种基于规则数据空间网格划分的Skdtree KNN算法。该树形结构把数据置于空间网格内部,能更好地利用数据的空间分布特性,可以在更小的范围内对被查询数据定位,有效避免对部分无关数据的计算或回溯;同时,为了适应网格空间的规则性,算法中采用了超方体而非超球体来查询局域空间中的最优结果,避免了空间异构带来的缺点。数字实验的结果证明:Skd-tree KNN比kd-tree KNN具备更好的索引定位精度、更少的无关数据回溯和计算、更短的查询时间,尤其适用于数据样本较大或高维度数据的最近邻查询。 展开更多
关键词 最近邻算法 数据索引 skd-tree KNN 查询超体
下载PDF
Use of the Spatial kD-Tree in Computational Physics Applications
2
作者 A.Khamayseh G.Hansen 《Communications in Computational Physics》 SCIE 2007年第3期545-576,共32页
The need to perform spatial queries and searches is commonly encountered within the field of computational physics.The development of applications ranging from scientific visualization to finite element analysis requi... The need to perform spatial queries and searches is commonly encountered within the field of computational physics.The development of applications ranging from scientific visualization to finite element analysis requires efficient methods of locating domain objects relative to general locations in space.Much of the time,it is possible to form and maintain spatial relationships between objects either explicitly or by using relative motion constraints as the application evolves in time.Occasionally,either due to unpredictable relative motion or the lack of state information,an application must perform a general search(or ordering)of geometric objects without any explicit spatial relationship information as a basis.If previous state information involving domain geometric objects is not available,it is typically an involved and time consuming process to create object adjacency information or to order the objects in space.Further,as the number of objects and the spatial dimension of the problem domain is increased,the time required to search increases greatly.This paper proposes an implementation of a spatial k-d tree(skD-tree)for use by various applications when a general domain search is required.The skD-tree proposed in this paper is a spatial access method where successive tree levels are split along different dimensions.Objects are indexed by their centroid,and the minimum bounding box of objects in a node are stored in the tree node.The paper focuses on a discussion of efficient and practical algorithms for multidimensional spatial data structures for fast spatial query processing.These functions include the construction of a skD-tree of geometric objects,intersection query,containment query,and nearest neighbor query operations. 展开更多
关键词 Geometric query bounding volume hierarchy skd-tree containment query mesh generation h-refinement remapping.
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部