中文
相关论文

相关论文: The Neighbor-Net Algorithm

200 篇论文

Net-trees are a general purpose data structure for metric data that have been used to solve a wide range of algorithmic problems. We give a simple randomized algorithm to construct net-trees on doubling metrics using $O(n\log n)$ time in…

计算几何 · 计算机科学 2018-09-06 Mahmoodreza Jahanseir , Donald R. Sheehy

K-nearest neighbor classification algorithm is one of the most basic algorithms in machine learning, which determines the sample's category by the similarity between samples. In this paper, we propose a quantum K-nearest neighbor…

量子物理 · 物理学 2023-04-03 Jing Li , Song Lin , Yu Kai , Gongde Guo

The problem of constructing an optimal rooted phylogenetic network from a set of rooted triplets is an NP-hard problem. In this paper, we present a heuristic algorithm called TripNet which tries to construct an optimal rooted phylogenetic…

数据结构与算法 · 计算机科学 2012-01-19 Hadi Poormohammadi , Changiz Eslahchi , Ruzbeh Tusserkani

Given a reference set $R$ of $n$ points and a query set $Q$ of $m$ points in a metric space, this paper studies an important problem of finding $k$-nearest neighbors of every point $q \in Q$ in the set $R$ in a near-linear time. In the…

计算几何 · 计算机科学 2024-03-05 Yury Elkin , Vitaliy Kurlin

We demonstrate that a graph-based search algorithm-relying on the construction of an approximate neighborhood graph-can directly work with challenging non-metric and/or non-symmetric distances without resorting to metric-space mapping…

信息检索 · 计算机科学 2019-10-09 Leonid Boytsov , Eric Nyberg

It is required to find an optimal order of constructing the edges of a network so as to minimize the sum of the weighted connection times of relevant pairs of vertices. Construction can be performed anytime anywhere in the network, with a…

数据结构与算法 · 计算机科学 2021-04-20 Igor Averbakh

The Metropolis algorithm involves producing a Markov chain to converge to a specified target density $\pi$. In order to improve its efficiency, we can use the Rejection-Free version of the Metropolis algorithm, which avoids the inefficiency…

统计计算 · 统计学 2022-10-20 Sigeng Chen , Jeffrey S. Rosenthal , Aki Dote , Hirotaka Tamura , Ali Sheikholeslami

Neighborhood graphs are gaining popularity as a concise data representation in machine learning. However, naive graph construction by pairwise distance calculation takes $O(n^2)$ runtime for $n$ data points and this is prohibitively slow…

数据结构与算法 · 计算机科学 2009-04-22 Takeaki Uno , Masashi Sugiyama , Koji Tsuda

The community structure of a complex network can be determined by finding the partitioning of its nodes that maximizes modularity. Many of the proposed algorithms for doing this work by recursively bisecting the network. We show that this…

计算机与社会 · 计算机科学 2015-05-13 Yudong Sun , Bogdan Danila , Kresimir Josic , Kevin E. Bassler

Nearest neighbor methods are a popular class of nonparametric estimators with several desirable properties, such as adaptivity to different distance scales in different regions of space. Prior work on convergence rates for nearest neighbor…

机器学习 · 计算机科学 2014-07-03 Kamalika Chaudhuri , Sanjoy Dasgupta

In this paper, we consider the problems from the area of sublinear-time algorithms of edge sampling, edge counting, and triangle counting. Part of our contribution is that we consider three different settings, differing in the way in which…

数据结构与算法 · 计算机科学 2022-04-13 Jakub Tětek , Mikkel Thorup

Clustering, a fundamental task in data science and machine learning, groups a set of objects in such a way that objects in the same cluster are closer to each other than to those in other clusters. In this paper, we consider a well-known…

计算几何 · 计算机科学 2018-11-07 Georgia Avarikioti , Alain Ryser , Yuyi Wang , Roger Wattenhofer

A novel and intuitive nearest neighbours based clustering algorithm is introduced, in which a cluster is defined in terms of an equilibrium condition which balances its size and cohesiveness. The formulation of the equilibrium condition…

机器学习 · 计算机科学 2025-03-31 David P. Hofmeyr

Clustering is an important part of many modern data analysis pipelines, including network analysis and data retrieval. There are many different clustering algorithms developed by various communities, and it is often not clear which…

机器学习 · 计算机科学 2019-10-04 Maria-Florina Balcan , Travis Dick , Manuel Lang

Merge trees are fundamental structures in topological data analysis. Interleaving distance is a widely accepted metric for comparing merge trees, with applications in visualization and scientific computing. While a greedy algorithm exists…

计算几何 · 计算机科学 2025-09-22 Elena Farahbakhsh Touli , Talha Bin Masood

Metrics on rooted phylogenetic trees are integral to a number of areas of phylogenetic analysis. Cluster-similarity metrics have recently been introduced in order to limit skew in the distribution of distances, and to ensure that trees in…

种群与进化 · 定量生物学 2019-11-26 Michael Hendriksen , Andrew Francis

We introduce a distributed algorithm for clock synchronization in sensor networks. Our algorithm assumes that nodes in the network only know their immediate neighborhoods and an upper bound on the network's diameter. Clock-synchronization…

分布式、并行与集群计算 · 计算机科学 2009-02-05 Rodolfo M. Pussente , Valmir C. Barbosa

We consider ad-hoc networks consisting of $n$ wireless nodes that are located on the plane. Any two given nodes are called neighbors if they are located within a certain distance (communication range) from one another. A given node can be…

网络与互联网体系结构 · 计算机科学 2018-11-29 Erdem Koyuncu , Hamid Jafarkhani

k nearest neighbor join (kNN join), designed to find k nearest neighbors from a dataset S for every object in another dataset R, is a primitive operation widely adopted by many data mining applications. As a combination of the k nearest…

数据库 · 计算机科学 2015-03-20 Wei Lu , Yanyan Shen , Su Chen , Beng Chin Ooi

We introduce a semiparametric approach to neighbor-based classification. We build off the recently proposed Boundary Trees algorithm by Mathy et al.(2015) which enables fast neighbor-based classification, regression and retrieval in large…

机器学习 · 计算机科学 2018-10-29 Tharindu Adikari , Stark C. Draper