Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Cluster Sampling Method01:20

Cluster Sampling Method

12.8K
Appropriate sampling methods ensure that samples are drawn without bias and accurately represent the population. Because measuring the entire population in a study is not practical, researchers use samples to represent the population of interest.
To choose a cluster sample, divide the population into clusters (groups) and then randomly select some of the clusters. All the members from these clusters are in the cluster sample. For example, if you randomly sample four departments from your...
12.8K
2D NMR: Overview of Homonuclear Correlation Techniques01:16

2D NMR: Overview of Homonuclear Correlation Techniques

297
Homonuclear correlation spectroscopy (COSY) is a powerful technique used in Nuclear Magnetic Resonance (NMR) spectroscopy to study the correlations between nuclei of the same type within a molecule. It provides information about scalar couplings between adjacent nuclei, which helps determine connectivity and structural information. There are several COSY variants, each with its unique strengths and experimental parameters.
COSY90 is the standard two-dimensional (2D) COSY experiment that...
297
2D NMR: Overview of Heteronuclear Correlation Techniques01:18

2D NMR: Overview of Heteronuclear Correlation Techniques

315
Heteronuclear correlation spectroscopy is an analytical technique that investigates the coupling between different types of nuclei, often a proton and an X-nucleus, such as carbon-13 or nitrogen-15. This method is commonly used in nuclear magnetic resonance (NMR) spectroscopy to gain insights into complex chemical compounds' structural and compositional aspects. A typical heteronuclear correlation spectrum displays X-nucleus chemical shifts on one axis and a proton spectrum on the other...
315
Distance Measurements by Taping01:18

Distance Measurements by Taping

105
Tapes are essential in surveying for accurate, durable, and short-distance measurements. Made from lightweight, nylon-coated steel, they offer flexibility and strength for rugged outdoor use. The nylon coating protects against rust and wear, extending the tape's life. Standard lengths, around 30 meters, are marked in meters and millimeters for precision.Surveyors select tapes based on site conditions and accuracy needs. Lightweight, nylon-coated tapes are commonly used for ease of handling and...
105
Two-Dimensional (2D) NMR: Overview01:12

Two-Dimensional (2D) NMR: Overview

890
The 1D NMR spectrum of large and complex molecules like natural products has complicated splitting patterns and overlapping signals, which can be easily interpreted using 2-dimensional (2D) NMR. Unlike 1D NMR, 2D NMR has two frequency axes that provide the coupling information between the nucleus A and nucleus B in a molecule. The process from which 2D spectra are obtained has four steps.
The first step is the preparation period, during which nucleus A is excited with a radiofrequency pulse....
890
Polar and Cylindrical Coordinates01:22

Polar and Cylindrical Coordinates

15.8K
The Cartesian coordinate system is a very convenient tool to use when describing the displacements and velocities of objects and the forces acting on them. However, it becomes cumbersome when we need to describe the rotation of objects. So, when describing rotation, the polar coordinate system is generally used.
15.8K

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Descriptor-guided thermodynamic screening of [Formula: see text] adsorption on single-atom-doped anatase [Formula: see text] nanoparticles with interpretable machine learning.

Scientific reports·2026
Same author

Self-consistent recurrent neural network for path dependent deformation.

Scientific reports·2026
Same author

Engineered MgO Nanoparticles with Tunable Electronic Signatures for Energy Applications.

ACS omega·2026
Same author

Accelerating density of states prediction in Zn-doped MgO nanoparticles via kernel-optimized weighted k-NN.

Scientific reports·2025
Same author

A reinforcement learning approach to effective forecasting of pediatric hypoglycemia in diabetes I patients using an extended de Bruijn graph.

Scientific reports·2024
Same author

Data on Machine Learning regenerated Lithium-ion battery impedance.

Data in brief·2022

Related Experiment Video

Updated: Sep 16, 2025

ExCYT: A Graphical User Interface for Streamlining Analysis of High-Dimensional Cytometry Data
05:12

ExCYT: A Graphical User Interface for Streamlining Analysis of High-Dimensional Cytometry Data

Published on: January 16, 2019

11.5K

Telescope indexing for k-nearest neighbor search algorithms over high dimensional data & large data sets.

Madhavan K R1, Hasan Kurban2, Oguzhan M Kulekci3

  • 1Computer Science Department, Indiana University, Bloomington, Indiana, IN, USA.

Scientific Reports
|July 9, 2025
PubMed
Summary

This study introduces a novel algorithm, ti-kNN, to address the limitations of k-Nearest-Neighbors (kNN) in high-dimensional data. ti-kNN significantly speeds up searches by partitioning data using a B+ tree, improving efficiency for large datasets.

Keywords:
B+ TreesData MiningHigh Dimensional DataNearest NeighborsTelescope Indexing

More Related Videos

A Psychophysics Paradigm for the Collection and Analysis of Similarity Judgments
08:12

A Psychophysics Paradigm for the Collection and Analysis of Similarity Judgments

Published on: March 1, 2022

2.6K
Scalable Nanohelices for Predictive Studies and Enhanced 3D Visualization
08:03

Scalable Nanohelices for Predictive Studies and Enhanced 3D Visualization

Published on: November 12, 2014

10.6K

Related Experiment Videos

Last Updated: Sep 16, 2025

ExCYT: A Graphical User Interface for Streamlining Analysis of High-Dimensional Cytometry Data
05:12

ExCYT: A Graphical User Interface for Streamlining Analysis of High-Dimensional Cytometry Data

Published on: January 16, 2019

11.5K
A Psychophysics Paradigm for the Collection and Analysis of Similarity Judgments
08:12

A Psychophysics Paradigm for the Collection and Analysis of Similarity Judgments

Published on: March 1, 2022

2.6K
Scalable Nanohelices for Predictive Studies and Enhanced 3D Visualization
08:03

Scalable Nanohelices for Predictive Studies and Enhanced 3D Visualization

Published on: November 12, 2014

10.6K

Area of Science:

  • Computer Science
  • Machine Learning
  • Data Structures

Background:

  • k-Nearest-Neighbors (kNN) algorithms struggle with large, high-dimensional datasets.
  • Existing methods like k-d trees and ball-trees are insufficient for high-dimensional data due to ineffective space partitioning.

Purpose of the Study:

  • To develop an efficient kNN search algorithm for high-dimensional data.
  • To overcome the limitations of traditional space partitioning techniques in high dimensions.

Main Methods:

  • A novel approach using a B+ tree to partition data based on distances from a reference point.
  • Limiting the search space for kNN queries using the B+ tree structure.
  • Developing and evaluating the ti-kNN algorithm.

Main Results:

  • The ti-kNN algorithm demonstrates significant speedups compared to naive kNN, k-d trees, and ball-trees.
  • Experiments confirm the effectiveness of the B+ tree partitioning for reducing search space in high-dimensional data.
  • The proposed method outperforms other state-of-the-art approximate kNN search approaches.

Conclusions:

  • The B+ tree-based partitioning strategy effectively enhances kNN search performance in high-dimensional spaces.
  • ti-kNN offers a scalable and efficient solution for kNN queries on large, complex datasets.
  • This approach provides a substantial improvement over existing methods for high-dimensional data analysis.