期刊文献+
共找到4,507篇文章
< 1 2 226 >
每页显示 20 50 100
基于PNCC声纹特征提取技术和POA-KNN算法的齿轮箱声纹识别故障诊断
1
作者 廖力达 赵阁阳 +1 位作者 魏诚 刘川江 《机电工程》 北大核心 2026年第1期24-33,共10页
风力机齿轮箱是风力发电系统的核心组件之一,承担着将风能转化为电能的重要任务。由于运行环境的恶劣以及长期使用造成的磨损,齿轮箱常常会发生各种故障,从而导致齿轮箱运行过程中产生不同的噪声,严重影响风力机的正常运行和发电效率,因... 风力机齿轮箱是风力发电系统的核心组件之一,承担着将风能转化为电能的重要任务。由于运行环境的恶劣以及长期使用造成的磨损,齿轮箱常常会发生各种故障,从而导致齿轮箱运行过程中产生不同的噪声,严重影响风力机的正常运行和发电效率,因此,提出了一种基于功率正则化倒谱系数(PNCC)声纹特征提取技术,以及行星优化算法与K近邻算法(POA-KNN)模型的风力机齿轮箱声纹识别故障诊断方法。首先,采用LMS噪声采集仪采集了6种不同状态下的风力机齿轮箱噪声数据;然后,使用了PNCC声纹特征提取的方法,提取了齿轮箱噪声信号的声纹图谱;在KNN的基础上加入行星优化算法(POA)优化了K值,提出了性能较高的POA-KNN分类模型;最后,根据6类不同状态下的齿轮数据集,采用对比试验和消融实验验证了模型性能。研究结果表明:POA-KNN模型对齿轮箱的PNCC声纹图分类准确率达到99.4%,比KNN基线模型提升了1.9%。POA-KNN分类模型能很好地对数据集中不同状态下的齿轮箱进行分类,更高效地针对风力机齿轮箱中存在的故障进行诊断。 展开更多
关键词 齿轮箱 功率正则化倒谱系数 声纹识别 声纹特征图谱 行星优化算法与K近邻算法 分类模型
在线阅读 下载PDF
FEW-NNN: A Fuzzy Entropy Weighted Natural Nearest Neighbor Method for Flow-Based Network Traffic Attack Detection 被引量:7
2
作者 Liangchen Chen Shu Gao +2 位作者 Baoxu Liu Zhigang Lu Zhengwei Jiang 《China Communications》 SCIE CSCD 2020年第5期151-167,共17页
Attacks such as APT usually hide communication data in massive legitimate network traffic, and mining structurally complex and latent relationships among flow-based network traffic to detect attacks has become the foc... Attacks such as APT usually hide communication data in massive legitimate network traffic, and mining structurally complex and latent relationships among flow-based network traffic to detect attacks has become the focus of many initiatives. Effectively analyzing massive network security data with high dimensions for suspicious flow diagnosis is a huge challenge. In addition, the uneven distribution of network traffic does not fully reflect the differences of class sample features, resulting in the low accuracy of attack detection. To solve these problems, a novel approach called the fuzzy entropy weighted natural nearest neighbor(FEW-NNN) method is proposed to enhance the accuracy and efficiency of flowbased network traffic attack detection. First, the FEW-NNN method uses the Fisher score and deep graph feature learning algorithm to remove unimportant features and reduce the data dimension. Then, according to the proposed natural nearest neighbor searching algorithm(NNN_Searching), the density of data points, each class center and the smallest enclosing sphere radius are determined correspondingly. Finally, a fuzzy entropy weighted KNN classification method based on affinity is proposed, which mainly includes the following three steps: 1、 the feature weights of samples are calculated based on fuzzy entropy values, 2、 the fuzzy memberships of samples are determined based on affinity among samples, and 3、 K-neighbors are selected according to the class-conditional weighted Euclidean distance, the fuzzy membership value of the testing sample is calculated based on the membership of k-neighbors, and then all testing samples are classified according to the fuzzy membership value of the samples belonging to each class;that is, the attack type is determined. The method has been applied to the problem of attack detection and validated based on the famous KDD99 and CICIDS-2017 datasets. From the experimental results shown in this paper, it is observed that the FEW-NNN method improves the accuracy and efficiency of flow-based network traffic attack detection. 展开更多
关键词 fuzzy entropy weighted Knn network attack detection fuzzy membership natural nearest neighbor network security intrusion detection system
在线阅读 下载PDF
基于KNN算法的问答气象服务技术研究与应用
3
作者 陈冲 张锋 +1 位作者 李建 陶慧青 《自动化技术与应用》 2026年第2期170-173,共4页
由浙江省气象部门推出的“智慧气象”App,依托权威气象数据源与精细化数值预报产品,构建了专业化的气象服务体系,自发布以来持续获得良好的用户口碑与行业认可。随着社会对气象服务的需求向精准化、个性化方向不断深化与细分,叠加气象... 由浙江省气象部门推出的“智慧气象”App,依托权威气象数据源与精细化数值预报产品,构建了专业化的气象服务体系,自发布以来持续获得良好的用户口碑与行业认可。随着社会对气象服务的需求向精准化、个性化方向不断深化与细分,叠加气象科学技术的快速发展,为有效回应用户在不同场景下多样化的气象信息获取诉求,本研究设计并实现了一种基于K近邻算法(K-nearest neighbors, KNN)的气象问答技术。该技术在保留原有App功能架构的基础上,创新性地整合了以KNN为核心的气象问句分类与相似匹配机制,实现了对用户自然语言问询的精准理解与自动化应答。该技术通过构建历史训练语料的特征向量空间,依据问句语义近邻实现高效分类与答案推送,显著提升了气象服务的交互性与智能化水平。实证研究及实际应用反馈表明,引入KNN问答模型后,系统在响应准确率、服务响应效率及用户综合满意度等方面均实现一定提升,为气象服务智慧化升级提供了有效技术支撑,具备良好的推广价值与应用前景。 展开更多
关键词 APP 气象服务 Knn 问答 分类 智能
在线阅读 下载PDF
GNN-CRC: Discriminative Collaborative Representation-Based Classification via Gabor Wavelet Transformation and Nearest Neighbor
4
作者 ZHANG Yanghao ZENG Shaoning +1 位作者 ZENG Wei GOU Jianping 《Journal of Shanghai Jiaotong university(Science)》 EI 2018年第5期657-665,共9页
Collaborative representation-based classification(CRC) is a distance based method, and it obtains the original contributions from all samples to solve the sparse representation coefficient. We find out that it helps t... Collaborative representation-based classification(CRC) is a distance based method, and it obtains the original contributions from all samples to solve the sparse representation coefficient. We find out that it helps to enhance the discrimination in classification by integrating other distance based features and/or adding signal preprocessing to the original samples. In this paper, we propose an improved version of the CRC method which uses the Gabor wavelet transformation to preprocess the samples and also adapts the nearest neighbor(NN)features, and hence we call it GNN-CRC. Firstly, Gabor wavelet transformation is applied to minimize the effects from the background in face images and build Gabor features into the input data. Secondly, the distances solved by NN and CRC are fused together to obtain a more discriminative classification. Extensive experiments are conducted to evaluate the proposed method for face recognition with different instantiations. The experimental results illustrate that our method outperforms the naive CRC as well as some other state-of-the-art algorithms. 展开更多
关键词 face recognition COLLABORATIVE REPRESENTATION GABOR wavelet transformation nearest neighbor (nn) image CLASSIFICATION
原文传递
ON MINIMUM-ERROR-PROBABILITY CHANNEL EQUALIZATION AND ITS REALIZATIONS USING k-NEAREST NEIGHBOR RULE AND NEURAL NETS
5
作者 尤肖虎 程时昕 《Journal of Southeast University(English Edition)》 EI CAS 1991年第2期15-24,共10页
This paper deals with the minimum-error-probability(MEP)channelequalization problem and its realizations using k-nearest neighbor rule andbackpropagation(BP)neural nets.The main contributions include:(1)it shows that ... This paper deals with the minimum-error-probability(MEP)channelequalization problem and its realizations using k-nearest neighbor rule andbackpropagation(BP)neural nets.The main contributions include:(1)it shows that in thecase of the maximum possiblc value of the intcrsymbol intcrfcrcnce less than the magni-tude of the dcsircd symbol,the channcl equalization problcm is always lincarly separable;(2)the basic concepts and rclations of the MEP equalization are introduccd,and somenumcrical rcsults are providcd to indicate the performance advantage over the linear equal-izer;(3)subsequently prescntcd are the MEP adaptive equalizer implemented by k-nearestneighbor rule and the theorems regarding the asymptotic convergence and error bounds;(4)and finally it shows that the BP neural nets with appropriatc laycrs and nodes,whichtake minimization of mcan square crror(MSE)as the optimization goal,can also minimizethe error probability,thus leading to another realization of the MEP cqualizer. 展开更多
关键词 minimization neighbor EQUALIZATION PROBABILITY nearest finally SYMBOL realization BOUNDS contributions
在线阅读 下载PDF
基于KNN-Transformer算法的密度测井曲线重构方法
6
作者 苏俊磊 董旭 +4 位作者 曾渝 史文祺 石雪莹 刘沛东 刘坤 《测井技术》 2026年第1期87-96,共10页
密度测井是计算储层物性参数、识别岩性及评价油气储量的关键技术。受井眼环境、仪器贴壁状况等因素影响,密度曲线常出现局部缺失、数据失真或噪声干扰等问题。为此,提出一种融合K近邻(K-Nearest Neighbors,KNN)算法与Transformer算法... 密度测井是计算储层物性参数、识别岩性及评价油气储量的关键技术。受井眼环境、仪器贴壁状况等因素影响,密度曲线常出现局部缺失、数据失真或噪声干扰等问题。为此,提出一种融合K近邻(K-Nearest Neighbors,KNN)算法与Transformer算法的密度测井曲线重构方法KNN-Transformer。该方法首先利用KNN在多元测井特征空间中检索与目标段时间序列沉积特征相似的样本,通过计算目标段与历史样本在声波时差、自然伽马、电阻率等多维特征上的欧氏距离,筛选出最相似的K个邻域样本,构建增强的地质先验输入集,增强输入数据的地质代表性,进而采用Transformer算法的多头自注意力机制,建立深度序列间任意位置的长程依赖关系,有效融合局部相似性约束与全局序列模式,实现局部特征与全局结构的协同表达。实验结果表明,KNN-Transformer算法密度测井曲线重构的结果平均绝对误差为0.0170,决定系数R^(2)达0.9533,其与支持向量回归、线性回归及长短期记忆(Long Short-Term Memory,LSTM)网络等典型算法相比,平均绝对误差降低30%~60%,对密度测井曲线总体趋势与局部细节均具有更高的重构精度,并在岩性界面及复杂层段表现出更好的稳定性与正确性。该方法有效修复了密度曲线的局部缺失,校正了数据失真并抑制了噪声干扰,显著提升了重构曲线的数值精度与地质合理性,为复杂储层条件下的测井数据高质量重建提供了可靠的技术途径。 展开更多
关键词 密度测井 K近邻 TRANSFORMER 曲线重构 深度学习 注意力机制 序列建模
在线阅读 下载PDF
基于FKNN-GAIN的缺失值填补算法
7
作者 陈耀 张烈平 +2 位作者 高小淋 郑新鹏 张翠 《计算机工程与设计》 北大核心 2026年第2期336-343,共8页
针对室内定位中指纹数据缺失导致的定位误差累积问题,提出一种改进的K近邻算法和生成对抗填补网络融合的缺失值填补算法(FKNN-GAIN)。采用卡尔曼滤波对指纹数据进行预处理,在初次填补阶段,使用高斯隶属函数为KNN的邻居样本赋予权重,并... 针对室内定位中指纹数据缺失导致的定位误差累积问题,提出一种改进的K近邻算法和生成对抗填补网络融合的缺失值填补算法(FKNN-GAIN)。采用卡尔曼滤波对指纹数据进行预处理,在初次填补阶段,使用高斯隶属函数为KNN的邻居样本赋予权重,并计算加权平均值估算缺失值。在二次填补阶段,利用GAIN对初次填补结果进行对抗训练,以提高填补精度和数据可靠性。实验结果表明,FKNN-GAIN算法填补后指纹库平均定位误差仅为1.80 m。验证了本文算法在填补缺失数据和提升定位精度方面具有显著优势。 展开更多
关键词 室内定位 指纹数据 卡尔曼滤波 K近邻算法 生成对抗填补网络 缺失值填补 定位误差
在线阅读 下载PDF
基于K-Nearest Neighbor和神经网络的糖尿病分类研究 被引量:6
8
作者 陈真诚 杜莹 +3 位作者 邹春林 梁永波 吴植强 朱健铭 《中国医学物理学杂志》 CSCD 2018年第10期1220-1224,共5页
为实现糖尿病的早期筛查,提高对糖尿病分类的准确度,在研究有关糖尿病危险因素的基础上,增加糖化血红蛋白作为糖尿病早期筛查的特征之一。研究中选取与人类最为相似的食蟹猴作为研究对象,利用年龄、血压、腹围、BMI、糖化血红蛋白以及... 为实现糖尿病的早期筛查,提高对糖尿病分类的准确度,在研究有关糖尿病危险因素的基础上,增加糖化血红蛋白作为糖尿病早期筛查的特征之一。研究中选取与人类最为相似的食蟹猴作为研究对象,利用年龄、血压、腹围、BMI、糖化血红蛋白以及空腹血糖作为特征输入,将正常、糖尿病前期和糖尿病作为类别输出,利用K-Nearest Neighbor(KNN)和神经网络两种方法对其分类。发现在增加糖化血红蛋白作为分类特征之一时,KNN(K=3)和神经网络的分类准确率分别为81.8%和92.6%,明显高于没有这一特征时的准确率(68.1%和89.7%),KNN和神经网络都可以对食蟹猴数据进行分类和识别,起到早期筛查作用。 展开更多
关键词 糖尿病 糖化血红蛋白 空腹血糖 Knn 神经网络 食蟹猴
在线阅读 下载PDF
一种基于特征加权的K Nearest Neighbor算法 被引量:6
9
作者 桑应宾 刘琼荪 《海南大学学报(自然科学版)》 CAS 2008年第4期352-355,共4页
传统的KNN算法一般采用欧式距离公式度量两样本间的距离.由于在实际样本数据集合中每一个属性对样本的贡献作用是不尽相同的,通常采用加权欧式距离公式.笔者提出一种计算权重的方法,即基于特征加权KNN算法.经实验证明,该算法与经典的赋... 传统的KNN算法一般采用欧式距离公式度量两样本间的距离.由于在实际样本数据集合中每一个属性对样本的贡献作用是不尽相同的,通常采用加权欧式距离公式.笔者提出一种计算权重的方法,即基于特征加权KNN算法.经实验证明,该算法与经典的赋权算法相比具有较好的分类效果. 展开更多
关键词 特征权重 K近邻 交叉验证
在线阅读 下载PDF
基于改进WKNN的CSI被动室内指纹定位方法 被引量:1
10
作者 邵小强 马博 +3 位作者 韩泽辉 杨永德 原泽文 李鑫 《吉林大学学报(工学版)》 北大核心 2025年第7期2444-2454,共11页
针对幅值和相位构造包含干扰过多导致定位精度低的问题,提出了一种基于改进加权K最近邻算法的信道状态信息被动室内定位方法。离线阶段,采用隔离森林法,改进阈值的小波域去噪和线性变换法对采集到的信道状态信息进行预处理,将处理后的... 针对幅值和相位构造包含干扰过多导致定位精度低的问题,提出了一种基于改进加权K最近邻算法的信道状态信息被动室内定位方法。离线阶段,采用隔离森林法,改进阈值的小波域去噪和线性变换法对采集到的信道状态信息进行预处理,将处理后的幅相信息共同作为指纹数据,构造与参考点位置信息相关的稳定指纹数据库。在线阶段,提出改进的加权K近邻算法,对估计坐标进行重复匹配,该算法在一次匹配中得到位置坐标后,求该位置坐标在K个近邻点间的欧氏距离,并使用高斯变换对K个距离值进行权重计算,完成人员的定位。分别在教室和大厅进行实验模拟测试,实验结果表明:采用本文算法约81%的测试位置误差控制在1 m以内,可以有效提高定位精度。 展开更多
关键词 室内定位 信道状态信息 被动定位 改进阈值的小波域去噪 改进的加权K近邻算法 高斯变换
原文传递
DTWAWKNN驱动的蓝牙/WiFi指纹定位方法 被引量:1
11
作者 杨明 纪冬华 《导航定位学报》 北大核心 2025年第3期189-197,共9页
针对蓝牙/无线保真(WiFi)指纹定位效果差、算法复杂度高等问题,提出一种动态时间规整辅助加权K近邻(DTWAWKNN)驱动的蓝牙/WiFi指纹定位方法:离线阶段,通过动态时间规整(DTW)算法计算不等维度的蓝牙、WiFi和蓝牙/WiFi混合指纹之间的相似... 针对蓝牙/无线保真(WiFi)指纹定位效果差、算法复杂度高等问题,提出一种动态时间规整辅助加权K近邻(DTWAWKNN)驱动的蓝牙/WiFi指纹定位方法:离线阶段,通过动态时间规整(DTW)算法计算不等维度的蓝牙、WiFi和蓝牙/WiFi混合指纹之间的相似度,并基于加权K近邻(WKNN)实现匹配定位,然后以蓝牙、WiFi及蓝牙/WiFi混合指纹库与蓝牙、WiFi及蓝牙/WiFi混合指纹的匹配结果为定位特征,构建基于多类型指纹匹配定位结果的离线定位指纹库;在线阶段,基于DTWAWKNN实现蓝牙、WiFi和蓝牙/WiFi混合指纹之间的匹配定位,获取基于多类型指纹匹配定位结果的在线定位指纹,再基于WKNN算法实现离线定位指纹库和在线定位指纹的匹配定位。实验结果表明,提出方法的定位效果远优于WKNN、随机森林(RF)和支持向量机(SVM),定位精度可至少提高67.74%,定位稳定性最少提高54.51%,算法复杂度至少降低77.9%。 展开更多
关键词 蓝牙 无线保真(WiFi) 指纹定位 动态时间规整(DTW) 加权K近邻(WKnn)
在线阅读 下载PDF
基于不规则区域划分方法的k-Nearest Neighbor查询算法 被引量:1
12
作者 张清清 李长云 +3 位作者 李旭 周玲芳 胡淑新 邹豪杰 《计算机系统应用》 2015年第9期186-190,共5页
随着越来越多的数据累积,对数据处理能力和分析能力的要求也越来越高.传统k-Nearest Neighbor(k NN)查询算法由于其容易导致计算负载整体不均衡的规则区域划分方法及其单个进程或单台计算机运行环境的较低数据处理能力.本文提出并详细... 随着越来越多的数据累积,对数据处理能力和分析能力的要求也越来越高.传统k-Nearest Neighbor(k NN)查询算法由于其容易导致计算负载整体不均衡的规则区域划分方法及其单个进程或单台计算机运行环境的较低数据处理能力.本文提出并详细介绍了一种基于不规则区域划分方法的改进型k NN查询算法,并利用对大规模数据集进行分布式并行计算的模型Map Reduce对该算法加以实现.实验结果与分析表明,Map Reduce框架下基于不规则区域划分方法的k NN查询算法可以获得较高的数据处理效率,并可以较好的支持大数据环境下数据的高效查询. 展开更多
关键词 k-nearest neighbor(k nn)查询算法 不规则区域划分方法 MAP REDUCE 大数据
在线阅读 下载PDF
KNN-Transformer:基于K近邻分类的Transformer算法在滚动轴承故障诊断中的应用
13
作者 王军锋 张彪 +5 位作者 张昊 田开庆 田新民 王泰旭 罗凌燕 赵悦 《机电工程技术》 2025年第18期160-166,共7页
针对滚动轴承故障诊断中样本呈现全局冗余、局部稀疏的小样本问题,提出KNN-Transformer算法,融合Transformer自注意力机制与K近邻(KNN)算法。该算法通过Transformer编码器提取振动信号的层次化特征,利用KNN分类器替代传统Softmax层,解... 针对滚动轴承故障诊断中样本呈现全局冗余、局部稀疏的小样本问题,提出KNN-Transformer算法,融合Transformer自注意力机制与K近邻(KNN)算法。该算法通过Transformer编码器提取振动信号的层次化特征,利用KNN分类器替代传统Softmax层,解决小样本数据集场景下Softmax线性分类器易过拟合的问题。实验基于滚动轴承四自由度动力学仿真数据及西储大学(CWRU)轴承故障数据集展开。在仿真数据中,模型训练集与测试集准确率分别达100%和97%,AUC值为0.98,表明其对复杂振动信号的特征解析能力;在西储大学数据集中,测试集准确率达100%,AUC值为1,获得了较好的故障识别效果。通过对比实验显示,KNN-Transformer在精准率、召回率等指标上均优于单一KNN或Transformer模型,验证了其在机械故障诊断中的有效性与鲁棒性,为智能诊断提供了新方法。 展开更多
关键词 滚动轴承故障诊断 Knn-Transformer 自注意力机制 K近邻算法 小样本数据
在线阅读 下载PDF
基于GGO-KD-KNN算法的下肢步态识别研究 被引量:1
14
作者 李传江 丁新豪 +2 位作者 涂嘉俊 李昂 尹仕熠 《上海师范大学学报(自然科学版中英文)》 2025年第2期141-145,共5页
为了提高下肢步态识别的准确性和效率,针对K最近邻(KNN)算法参数调节困难的问题,提出了一种基于灰雁优化-K维树-K最近邻(GGO-KD-KNN)算法的下肢步态识别方法.首先,利用表面肌电信号(sEMG)采集下肢肌肉活动信息,并将信号划分为5个步态阶... 为了提高下肢步态识别的准确性和效率,针对K最近邻(KNN)算法参数调节困难的问题,提出了一种基于灰雁优化-K维树-K最近邻(GGO-KD-KNN)算法的下肢步态识别方法.首先,利用表面肌电信号(sEMG)采集下肢肌肉活动信息,并将信号划分为5个步态阶段.然后,进行sEMG去噪,并提取时域和频域特征.接着,用GGO算法基于灰雁群体行为进行启发式优化,优化KNN算法的K值和距离度量,并通过适应度迭代寻找最优解.实验结果表明,通过GGO算法优化的步态识别精度达到了98.23%,标准差为0.264,相较于其他常用算法,基于GGO-KD-KNN算法的步态识别方法展现出更高的分类准确率和稳定性,为下肢智能辅助装置的研究和开发提供了有力的理论支持. 展开更多
关键词 下肢步态识别 表面肌电信号(sEMG) 灰雁优化-K维树-K最近邻(GGO-KD-Knn)算法 分类优化
在线阅读 下载PDF
Face Recognition Based on Support Vector Machine and Nearest Neighbor Classifier 被引量:7
15
作者 Zhang Yankun & Liu Chongqing Institute of Image Processing and Pattern Recognition, Shanghai Jiao long University, Shanghai 200030 P.R.China 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2003年第3期73-76,共4页
Support vector machine (SVM), as a novel approach in pattern recognition, has demonstrated a success in face detection and face recognition. In this paper, a face recognition approach based on the SVM classifier with ... Support vector machine (SVM), as a novel approach in pattern recognition, has demonstrated a success in face detection and face recognition. In this paper, a face recognition approach based on the SVM classifier with the nearest neighbor classifier (NNC) is proposed. The principal component analysis (PCA) is used to reduce the dimension and extract features. Then one-against-all stratedy is used to train the SVM classifiers. At the testing stage, we propose an al- 展开更多
关键词 Face recognition Support vector machine nearest neighbor classifier Principal component analysis.
在线阅读 下载PDF
Assessing the influence of the minimum measured diameter on forest spatial patterns and nearest neighborhood relationships 被引量:2
16
作者 LI Yuan-fa YANG Hai-peng +2 位作者 WANG Hong-xiang YE Shao-ming LIU Wen-zhen 《Journal of Mountain Science》 SCIE CSCD 2019年第10期2308-2319,共12页
Forest structure analysis is important for understanding the properties and development of a forest community,and its outcomes can be influenced by how trees are measured in sampled plots.Although there is a general c... Forest structure analysis is important for understanding the properties and development of a forest community,and its outcomes can be influenced by how trees are measured in sampled plots.Although there is a general consensus on the height at which tree diameter should be measured[1.3 m:diameter at breast height(DBH)],the minimum measureddiameter(MMD)often varies in different studies.In this study,we assumed that the outcomes of forest structure analysis can be influenced by MMD and,to this end,we applied g(r)function and stand spatial structural parameters(SSSPs)to investigate how different MMDs affect forest spatial structure analysis in two pine-oak mixed forests(30 and 57 years old)in southwest China and one old-growth oak forest(>120years old)from northwest China.Our results showed that 1)MMD was closely related to the distribution patterns of forest trees.Tree distribution patterns at each observational scale(r=0-20 m)tended tobecome random as the MMD increased.The older the community,the earlier this random distribution pattern appeared.2)As the MMD increased,neighboring trees became more regularly distributed around a reference tree.In most cases,however,nearest neighbors of a reference tree were randomly distributed.3)Tree species mingling decreased with increasing diameter,but it decreased slowly in older forests.4)No correlations can be found between individual tree size differentiation and MMD.We recommend that comparisons of spatial structures between communities would be more effective if using a unified MMD criterion. 展开更多
关键词 Distribution patterns Minimum MEASURED DIAMETER Mixed FOREST nearest neighbor analysis Species MINGLING Uniform angle index
原文传递
Nearest neighbor search algorithm based on multiple background grids for fluid simulation 被引量:2
17
作者 郑德群 武频 +1 位作者 尚伟烈 曹啸鹏 《Journal of Shanghai University(English Edition)》 CAS 2011年第5期405-408,共4页
The core of smoothed particle hydrodynamics (SPH) is the nearest neighbor search subroutine. In this paper, a nearest neighbor search algorithm which is based on multiple background grids and support variable smooth... The core of smoothed particle hydrodynamics (SPH) is the nearest neighbor search subroutine. In this paper, a nearest neighbor search algorithm which is based on multiple background grids and support variable smooth length is introduced. Through tested on lid driven cavity flow, it is clear that this method can provide high accuracy. Analysis and experiments have been made on its parallelism, and the results show that this method has better parallelism and with adding processors its accuracy become higher, thus it achieves that efficiency grows in pace with accuracy. 展开更多
关键词 multiple background grids smoothed particle hydrodynamics (SPH) nearest neighbor search algorithm parallel computing
在线阅读 下载PDF
基于中值和滑动窗口融合滤波的WKNN定位算法 被引量:4
18
作者 李小年 谭方 +3 位作者 齐斐 杨永锋 姜汗涛 李芳芳 《传感器与微系统》 北大核心 2025年第5期142-145,共4页
针对室内定位中接收信号强度指示(RSSI)受到环境干扰波动大,使得定位精度低且不稳定,但是单一滤波算法较难实现有效滤波的问题,本文提出基于中值和滑动窗口融合滤波的加权K最近邻(WKNN)定位算法,该算法分别用中值和滑动窗口对RSSI值进... 针对室内定位中接收信号强度指示(RSSI)受到环境干扰波动大,使得定位精度低且不稳定,但是单一滤波算法较难实现有效滤波的问题,本文提出基于中值和滑动窗口融合滤波的加权K最近邻(WKNN)定位算法,该算法分别用中值和滑动窗口对RSSI值进行滤波,再用卡尔曼算法对两种滤波结果进行融合,实现融合滤波,最后用基于动态权重的WKNN算法实现定位。实验结果表明,经过融合滤波处理RSSI后,定位的平均误差为0.946 m,定位精度优于单一滤波且更稳定。 展开更多
关键词 室内定位 融合滤波 接收信号强度指示 加权K最近邻
在线阅读 下载PDF
基于PE-KNN算法驱动的DCCS仿真系统评估模型及应用研究
19
作者 邱生敏 李慧勇 +2 位作者 吴亮 张晓声 孙焜 《国外电子测量技术》 2025年第10期121-126,共6页
针对任务需求复杂、外界干扰性强等问题导致的电网调度指挥控制系统在运行过程中控制精度低、稳定性弱的问题,提出一种基于排列熵和K最近邻(Permutation Entropy-K-Nearest Neighbor,PE-KNN)算法的评估模型,通过评估结果不断调整仿真系... 针对任务需求复杂、外界干扰性强等问题导致的电网调度指挥控制系统在运行过程中控制精度低、稳定性弱的问题,提出一种基于排列熵和K最近邻(Permutation Entropy-K-Nearest Neighbor,PE-KNN)算法的评估模型,通过评估结果不断调整仿真系统的控制精度和稳定性,以对其进行优化。先对评估模型的性能进行分析,再对优化后仿真系统的性能进行分析。研究结果表明,评估模型准确率能够达到98.6%,评估耗时仅需2.1 s;根据评估结果调整后,仿真系统的控制精度提高了21.25%,系统在不同场景的控制精度均能够达到94.5%,具有较强的稳定性。因此,方法能够提升调度指挥系统的稳定性和控制精度,为系统的优化与改进提供技术支持。 展开更多
关键词 调度指挥控制系统 排列熵 K最近邻 评估模型
原文传递
Directional nearest neighbor query method for specified geographical direction space based on Voronoi diagram 被引量:3
20
作者 LI Song SONG Shuang +1 位作者 HAO Xiaohong ZHANG Liping 《High Technology Letters》 EI CAS 2022年第2期122-133,共12页
The existing nearest neighbor query methods cannot directly perform the nearest neighbor query of specified geographical direction space.In order to compensate the shortcomings of the existing methods,a directional ne... The existing nearest neighbor query methods cannot directly perform the nearest neighbor query of specified geographical direction space.In order to compensate the shortcomings of the existing methods,a directional nearest neighbor query method in specific direction space based on Voronoi diagram is put forward.This work studies two cases,i.e.the query point is static and the query point moves with a constant velocity.Under the static condition,the corresponding pruning method and the pruning algorithm of the specified direction nearest neighbor(pruning_SDNN algorithm)are proposed by combining the plane right-angle coordinate system with the north-west direction,and then according to the smallest external rectangle of Voronoi polygon,the specific query is made and the direction nearest neighbor query based on Voronoi rectangle(VR-DNN) algorithm is given.In the case of moving with a constant velocity,first of all,the combination of plane right angle coordinate system,geographical direction and circle are used,the query range is determined and pruning methods and the pruning algorithm of the direction nearest neighbor based on decision circle(pruning_DDNN algorithm) are put forward.Then,according to the different position of motion trajectory and Voronoi diagram,a specific query through the nature of Voronoi diagram is given.At last,the direction nearest neighbor query based on Voronoi diagram and motion trajectory(VM-DNN) algorithm is put forward.The theoretical research and experiments show that the proposed algorithm can effectively deal with the problem of the nearest neighbor query for a specified geographical direction space. 展开更多
关键词 nearest neighbor query direction Voronoi diagram rectangular plane coordinate system
在线阅读 下载PDF
上一页 1 2 226 下一页 到第
使用帮助 返回顶部