免费视频淫片aa毛片_日韩高清在线亚洲专区vr_日韩大片免费观看视频播放_亚洲欧美国产精品完整版

打開APP
userphoto
未登錄

開通VIP,暢享免費(fèi)電子書等14項(xiàng)超值服

開通VIP
k-d tree
From Wikipedia, the free encyclopedia
(Redirected fromKd-tree)
Jump to:navigation,search
A 3-dimensional k-d tree. The first split (red) cuts the root cell (white) into two subcells, each of which is then split (green) into two subcells. Finally, each of those four is split (blue) into two subcells. Since there is no more splitting, the final eight are called leaf cells.
Incomputer science, a k-d tree (short for k-dimensionaltree) is aspace-partitioningdata structure for organizingpoints in a k-dimensionalspace. k-d trees are a useful data structure for several applications, such as searches involving a multidimensional search key (e.g.range searches andnearest neighbor searches). k-d trees are a special case ofbinary space partitioning trees.
Informal description
The k-d tree is abinary tree in which every node is a k-dimensional point. Every non-leaf node can be thought of as implicitly generating a splittinghyperplane that divides the space into two parts, known as subspaces. Points to the left of this hyperplane represent the left sub-tree of that node and points right of the hyperplane are represented by the right sub-tree. The hyperplane direction is chosen in the following way: every node in the tree is associated with one of the k-dimensions, with the hyperplane perpendicular to that dimension's axis. So, for example, if for a particular split the "x" axis is chosen, all points in the subtree with a smaller "x" value than the node will appear in the left subtree and all points with larger "x" value will be in the right sub tree. In such a case, the hyperplane would be set by the x-value of the point, and itsnormal would be the unit x-axis.[1]
本站僅提供存儲(chǔ)服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)點(diǎn)擊舉報(bào)。
打開APP,閱讀全文并永久保存 查看更多類似文章
猜你喜歡
類似文章
SVM - Support Vector Machines(重點(diǎn)看: 參數(shù)選擇)
KD Tree
Python手寫決策樹并應(yīng)對(duì)過度擬合問題
決策樹之CART算法
python – 張量流中兩點(diǎn)云之間的倒角距離
英語數(shù)學(xué)詞匯大全
更多類似文章 >>
生活服務(wù)
分享 收藏 導(dǎo)長圖 關(guān)注 下載文章
綁定賬號(hào)成功
后續(xù)可登錄賬號(hào)暢享VIP特權(quán)!
如果VIP功能使用有故障,
可點(diǎn)擊這里聯(lián)系客服!

聯(lián)系客服