並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 12 件 / 12件

新着順 人気順

R-treeの検索結果1 - 12 件 / 12件

  • LR-NET(R-Tree)

    • 空間インデックス(R-tree)入門 - たにしきんぐダム

      R-treeとは空間データを効率良く検索するためのインデックス構造。R-tree について調べたのまとめておく。 目次 目次 参考資料 ナイーブな例 R-tree の概要 各ノードの要素数 参照処理 点検索 範囲検索 データの挿入・削除 挿入処理 ノードの分割 Exhaustive Algorithm Quadratic-Cost Algorithm Linear-Cost Algorithm 削除 木の再構築のアルゴリズム 更新処理 まとめ 参考資料 Guttman, Antonin. R-trees: a dynamic index structure for spatial searching. Vol. 14. No. 2. ACM, 1984. MySQL 5.7 Reference Manual - Creating Spatial Indexes PostGIS 2.3.3d

        空間インデックス(R-tree)入門 - たにしきんぐダム
      • R-tree Portal - R-trees and variants (in low-dimensional space)

        When most couples contemplate retirement years, they might think of a fully-paid mortgage, endless sunny days of golf and fishing, … Continue reading “How 3 Couples Are Living Out Unique Retirement Dreams” → The challenge of living in a tiny home treehouse is achieving organizational functionality. Finding a way to make every single item in your house earn its keep while maintaining elegance and s

        • R-tree - Wikipedia

          Simple example of an R-tree for 2D rectangles Visualization of an R*-tree for 3D points using ELKI (the cubes are directory pages) R-trees are tree data structures used for spatial access methods, i.e., for indexing multi-dimensional information such as geographical coordinates, rectangles or polygons. The R-tree was proposed by Antonin Guttman in 1984[2] and has found significant use in both theo

            R-tree - Wikipedia
          • R-Tree - こども(てれび)

            R-Tree を勉強します。 参考 Rtrees: Theory and Applications この本のサンプル pdf がたぶんわかりやすい (chap.1, chap.2) R-Trees: A Dynamic Index Structure for Spatial Searching 原著論文 目的 与えられた矩形と交差する図形を探索する問題を考えます。window query と言うらしいです。これを効率的に実行するためのデータ構造が R-Tree です。 R-Tree の概要 R-Tree は B+-Tree の構造をしています。B+-Tree は、 leaf に要素が入っていて非 leaf の node は探索の為のインデックスのみを持っている B-Tree です、たぶん。R-Tree の leaf に入る要素は Minimum Bounding Rectangle (MB

              R-Tree - こども(てれび)
            • LR-NET(R-Tree)

              【人類学研究所】(共催):EES 神戸「住まいとライフスタイル」公開研究会「人びとの移動と生活・儀礼祭祀の実践の変容」/開催日:2024.09.24(火) 【人類学研究所】第1回懇話会「合評会:坂井信三(著)『異なる者の出会いと共存―西アフリカ・ムスリムの人類学的聖者伝』を読み、語る」/開催日:2024.10.19(土) 南山大学 国際教養学部主催 シンポジウム『アメリカ大統領選挙の深層に迫る』開催のお知らせ/開催日:2024.09.27(金) 南山学園ハラスメント問題対策委員会主催講演会「“ハラスメント”とは何か?」/開催日:2024.10.09(水) 中日BIZナビ✕南山大学「ビジネススキルアップ講座」/開催日:2024.10.01(火)、10.15(火)、11.05(火)、11.19(火)、12.03(火)、12.17(火)

                LR-NET(R-Tree)
              • GitHub - mourner/rbush: RBush — a high-performance JavaScript R-tree-based 2D spatial index for points and rectangles

                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                  GitHub - mourner/rbush: RBush — a high-performance JavaScript R-tree-based 2D spatial index for points and rectangles
                • 目指せGISマスター #2 R-treeで近傍の道路を高速検索 - Qiita

                  前回の投稿ではOSMから道路NWを抽出した 前回はOSMから道路NWを抽出してみました。 目指せGISマスター #1 OpenStreetMapから道路NWを抽出する さらに良く見ていくと、信号機や郵便局やカフェなどなどのPOI的なものも含まれていたりします。 そしてなんと、敷地のPolygonも取ることもできます。まぁ、当然か。 →ただし、全てではないです。敷地の作り方もまちまちで、建物しかないものもあれば駐車場なども含めた敷地として Polygonを作っている場合もあります。 いや、それでもこれだけのクオリティなのでマッパーの皆さまのことは本当にリスペクトしております。僕には無理です。 いつもありがとうございます。 いろいろなものが取れますねぇ。でもその話は第三回に取っておくとしてw 今回は抽出した道路NWをどうやって使っていくかを書きたいと思います。 やりたいのは現在地に近い道路を探

                    目指せGISマスター #2 R-treeで近傍の道路を高速検索 - Qiita
                  • Quick-R: Tree-Based Models

                    Recursive partitioning is a fundamental tool in data mining. It helps us explore the stucture of a set of data, while developing easy to visualize decision rules for predicting a categorical (classification tree) or continuous (regression tree) outcome. This section briefly describes CART modeling, conditional inference trees, and random forests. CART Modeling via rpart Classification and regressi

                    • Hilbert R-tree - Wikipedia

                      Hilbert R-tree, an R-tree variant, is an index for multidimensional objects such as lines, regions, 3-D objects, or high-dimensional feature-based parametric objects. It can be thought of as an extension to B+-tree for multidimensional objects. The performance of R-trees depends on the quality of the algorithm that clusters the data rectangles on a node. Hilbert R-trees use space-filling curves, a

                      • MySQLのSpatial index(R-tree index)を使った地理的検索のパフォーマンス検証

                        こんにちは、令和トラベルでバックエンドエンジニアをしている木村です。 MySQLにはSpatial index(R-tree index)という交差や包含など空間的な基準に基づいたインデックスが存在します。本ブログ記事では、このインデックスを使った地理的検索のパフォーマンス検証についてご紹介します。 マップ検索機能と前提条件 マップ検索機能について この機能は、地図からホテルをマップ検索できるものです。地図上にホテル価格が表示され、自分の行きたい場所の価格相場の把握にも便利です。 この機能実現のために、APIの仕様としては以下二つの担保が必要となります。 アプリ上に表示されているマップのエリア内に含まれるホテルを返すこと マップの移動や拡大・縮小に伴う操作でホテルを再取得する必要があり、そういった操作に耐えうるレスポンス速度であること 前提条件 ホテルのデータは70万軒以上 検証環境 Ma

                          MySQLのSpatial index(R-tree index)を使った地理的検索のパフォーマンス検証
                        • R-Tree Madness

                          R-Tree for Javascript This page contains examples of my R-Tree Library (rtree.js) for Javascript. Check the results of some unit tests. Tests: Simple Playground A simple interactive example of the R-Tree. Great for understanding R-Tree principles. Area Effect Generates a group of 6500 random small non-overlapping rectangles and shows the resultant tree-structure using a "heat-map". Benchmark Inser

                          1