中文
相关论文

相关论文: How far can you see in a forest?

200 篇论文

In 1997, Erd\H{o}s asked whether for arbitrarily large $n$ there exists a set of $n$ points in $\mathbb{R}^2$ that determines $O(\frac{n}{\sqrt{\log n}})$ distinct distances while satisfying the local constraint that every 4-point subset…

组合数学 · 数学 2026-01-21 Benjamin Grayzel

Let $k$, $d$ be a positive integer, $G$ be a connected graph of order $n$, $T$ be a tree. The leaf distance of a tree is defined as the minimum distance between any two leaves. For $v\in V(T)$, the leaf degree of $v$ in $T$ is the number of…

组合数学 · 数学 2025-01-15 Jifu Lin , Lihua You

We present the analytic solution of the self-organized critical (SOC) forest-fire model in one dimension proving SOC in systems without conservation laws by analytic means. Under the condition that the system is in the steady state and very…

凝聚态物理 · 物理学 2009-10-22 Barbara Drossel , Siegfried Clar , Franz Schwabl

The eccentricity of a vertex $v$ in a graph $G$ is the maximum distance from $v$ to any other vertex. The vertices whose eccentricity are equal to the diameter (the maximum eccentricity) of $G$ are called peripheral vertices. In trees the…

组合数学 · 数学 2019-09-02 Ya-Hong Chen , Hua Wang , Xiao-Dong Zhang

Defining distances over finite fields formally by $||x-y||:=(x_1-y_1)^2+\cdots + (x_d-y_d)^2$ for $x,y\in \mathbb{F}_q^d$, distance problems naturally arise in analogy to those studied by Erd\H{o}s and Falconer in Euclidean space. Given a…

组合数学 · 数学 2024-08-21 Esen Aksoy , Alex Iosevich , Brian McDonald

It is a well-known result that the proportion of lattice points visible from the origin is given by $\frac{1}{\zeta(2)}$, where $\zeta(s)=\sum_{n=1}^\infty\frac{1}{n^s}$ denotes the Riemann zeta function. Goins, Harris, Kubik and Mbirika,…

数论 · 数学 2021-03-10 Carolina Benedetti , Santiago Estupiñán , Pamela E. Harris

Dynamic mean field theory is applied to the problem of forest fires. The starting point is the Monte Carlo simulation in a lattice of million cells. The statistics of the clusters is obtained by means of the Hoshen--Kopelman algorithm. We…

凝聚态物理 · 物理学 2011-12-13 K. Malarz , S. Kaczanowska , K. Kulakowski

This work briefly explores the possibility of approximating spatial distance (alternatively, similarity) between data points using the Isolation Forest method envisioned for outlier detection. The logic is similar to that of isolation: the…

机器学习 · 统计学 2019-11-26 David Cortes

Random forests is a state-of-the-art supervised machine learning method which behaves well in high-dimensional settings although some limitations may happen when $p$, the number of predictors, is much larger than the number of observations…

统计方法学 · 统计学 2019-02-01 Louis Capitaine , Robin Genuer , Rodolphe Thiébaut

A graph $\mathcal G = (\mathcal V, \mathcal E)$ is said to satisfy the Neighbour Sum Property if there exists some $f:\mathcal V\to\mathbb R$ such that $f\not\equiv 0$ and it maps every vertex to the sum of the values taken by its…

组合数学 · 数学 2025-07-02 Sayan Dutta , Sohom Gupta

For every labeled forest $\mathsf{F}$ with set of vertices $[n]$ we can consider the subgroup $G$ of the symmetric group $S_n$ that is generated by all the cycles determined by all maximal paths of $\mathsf{F}$. We say that $G$ is the chain…

组合数学 · 数学 2017-06-09 Felix Gotti , Marly Gotti

We introduce the \emph{visibility center} of a set of points inside a polygon -- a point $c_V$ such that the maximum geodesic distance from $c_V$ to see any point in the set is minimized. For a simple polygon of $n$ vertices and a set of…

计算几何 · 计算机科学 2022-12-06 Anna Lubiw , Anurag Murty Naredla

The Steiner Forest problem, also known as the Generalized Steiner Tree problem, is a fundamental optimization problem on edge-weighted graphs where, given a set of vertex pairs, the goal is to select a minimum-cost subgraph such that each…

数据结构与算法 · 计算机科学 2025-04-16 Ali Ahmadi , Iman Gholami , MohammadTaghi Hajiaghayi , Peyman Jabbarzade , Mohammad Mahdavi

Every $k$-tree has book thickness at most $k+1$, and this bound is best possible for all $k\geq3$. Vandenbussche et al. (2009) proved that every $k$-tree that has a smooth degree-3 tree decomposition with width $k$ has book thickness at…

组合数学 · 数学 2012-05-21 Vida Dujmović , David R. Wood

We generalize Schwenk's result that almost all trees contain any given limb to trees with positive integer vertex weights. The concept of characteristic polynomial is extended to such weighted trees and we prove that the proportion of…

组合数学 · 数学 2026-02-12 Caelan Wang , Karen Yeats

We present here a new and universal approach for the study of random and/or trees, unifying in one framework many different models, including some novel ones not yet understood in the literature. An and/or tree is a Boolean expression…

概率论 · 数学 2017-06-09 Nicolas Broutin , Cécile Mailler

Let $G$ be an $r$-partite graph such that the edge density between any two parts is at least $\alpha$. How large does $\alpha$ need to be to guarantee that $G$ contains a connected transversal, that is, a tree on $r$ vertices meeting each…

组合数学 · 数学 2023-05-11 Leila Badakhshian , Victor Falgas-Ravry , Maryam Sharifzadeh

Consider the $d$ dimensional lattice $\mathbb{Z}^d$ where each vertex is open or closed with probability $p$ or $1-p$ respectively. An open vertex $\mathbb{u} := (\mathbb{u}(1), \mathbb{u}(2),...,\mathbb{u}(d))$ is connected by an edge to…

概率论 · 数学 2015-02-27 Rahul Roy , Kumarjit Saha , Anish Sarkar

We show that if $G$ is a $d$--regular graph on $n$ vertices, then the number of spanning forests $F(G)$ satisfies $F(G)\leq d^n$. The previous best bound due to Kahale and Schulman gave $(d+1/2+O(1/d))^n$. We also have the more precise…

组合数学 · 数学 2022-12-09 Ferenc Bencs , Péter Csikvári

Multi-view learning is a learning task in which data is described by several concurrent representations. Its main challenge is most often to exploit the complementarities between these representations to help solve a…

机器学习 · 计算机科学 2020-07-07 Hongliu Cao , Simon Bernard , Robert Sabourin , Laurent Heutte