⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.html

📁 SR-tree is an index structure for high-dimensional nearest neighbor queries
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<head>
<title>HnSRTree : the SR-tree library</title>
</head>
<body bgcolor=white>
<h1>HnSRTree : the SR-tree library</h1>

<hr>

<blockquote>
This is an implementation of the SR-tree [<a
href="references.html#KS97">KS97</a>]. The SR-tree is a
multidimensional index structure designed for the acceleration of the
nearest-neighbor search of high-dimensional points in the Euclidean
space. The SR-tree is a disk-based index structure and applicable to
large data sets, say, a database containing more than 10,000 points.
The efficiency of the SR-tree depends on multiple factors, i.e., data
distribution, dimensionality of points, etc. According to our
experimental evaluation, the SR-tree provides satisfactory performance
for the data sets containing more than 40,000 points in 24 to 48
dimensional space which are feature vectors (color histograms) of
natural photo images.
The major part of this library is written in C++. However, the
interface for the C language programs is also provided.
</blockquote>

<hr>

<h2>Table of contents</h2>

<ul>
<li><a href="library.html">Usage of this Library</a><p></li>
<li><a href="classes.html">Classes used in this Library</a><p></li>
<li><a href="commands.html">Sample Commands</a><p></li>
<li><a href="examples.html">Source Code Examples</a><p></li>
<li><a href="references.html">References</a><p></li>
</ul>

<hr>

<i>Any feedback is appreciated (corrections, suggestions, etc.).</i>

<address>
Norio KATAYAMA
&lt;<a href="mailto:katayama@nii.ac.jp">katayama@nii.ac.jp</a>&gt;
</address>
</body>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -