期刊文献+
共找到4篇文章
< 1 >
每页显示 20 50 100
基于时空分析的复杂交通流数据挖掘算法 被引量:10
1
作者 王涛 王俊峰 +1 位作者 罗积玉 兰时勇 《四川大学学报(工程科学版)》 EI CAS CSCD 北大核心 2011年第5期153-158,共6页
为了建立一种易于计算机实现的线性算法来进行交通流数据挖掘,同时建立更加精确的路段交通流模型,通过分析复杂交通数据所特有的流特征和时空特征提出了一种新的交通流数据挖掘算法。首先采用时空滑动窗口数据模型降低了算法的时空复杂... 为了建立一种易于计算机实现的线性算法来进行交通流数据挖掘,同时建立更加精确的路段交通流模型,通过分析复杂交通数据所特有的流特征和时空特征提出了一种新的交通流数据挖掘算法。首先采用时空滑动窗口数据模型降低了算法的时空复杂度,并实现了动态挖掘;通过对数据流进行聚类分析发现彼此间相似的数据流,并按时段分簇;对每一簇通过主成分分析法剔除非关键变量,最后使用分时段多元线性回归方程构建兴趣模式的表达式,该算法为动态算法,交通实测数据实验证明模型的拟合精度较高,拟合值与真值的平均绝对误差值控制在9秒以内,平均相对误差值控制在5%以内,综合各个时段来看,预测的准确度都在90%以上。 展开更多
关键词 流数据挖掘 时空分析 交通模型
在线阅读 下载PDF
流数据频繁模式挖掘技术综述
2
作者 吴克启 蒋洪晖 汪粼波 《内燃机与动力装置》 2009年第B06期61-64,72,共5页
近年来,流数据挖掘成为数据挖掘的一个热点。流数据挖掘的研究工作包括多个方向,其中频繁模式挖掘因其在检测网络异常、点击流分析和传感器网络等方面的广泛应用成为一个重要方面。本文介绍了流数据频繁模式挖掘的概念和相关知识。重点... 近年来,流数据挖掘成为数据挖掘的一个热点。流数据挖掘的研究工作包括多个方向,其中频繁模式挖掘因其在检测网络异常、点击流分析和传感器网络等方面的广泛应用成为一个重要方面。本文介绍了流数据频繁模式挖掘的概念和相关知识。重点描述了频繁模式挖掘的处理模型和算法。其中算法的介绍分为两部分,第一部分介绍的算法的分类,第二部分对具体算法作分析。最后,本文对频繁模式挖掘中的一些相关问题进行了探讨。 展开更多
关键词 数据挖掘 流数据挖掘 频繁模式
在线阅读 下载PDF
数据挖掘技术在舰载信息系统中的应用研究 被引量:11
3
作者 曹强 潘维光 《舰船科学技术》 北大核心 2005年第4期62-65,共4页
数据库在舰载信息系统中使用的越来越多,从大量的数据中提取有价值的海战信息,是舰载信息系统追求的目标之一。而数据挖掘(DM)技术是知识发现KDD的一个关键步骤,将DM技术应用于舰载信息系统有着重要的现实意义。本文对典型的数据挖掘过... 数据库在舰载信息系统中使用的越来越多,从大量的数据中提取有价值的海战信息,是舰载信息系统追求的目标之一。而数据挖掘(DM)技术是知识发现KDD的一个关键步骤,将DM技术应用于舰载信息系统有着重要的现实意义。本文对典型的数据挖掘过程模型进行了介绍,阐述其组成结构及各部分主要功能,着重分析了该技术在舰载信息系统中的应用和目前应用该技术存在的问题。 展开更多
关键词 数据挖掘 舰栽信息系统 信息优势 流数据挖掘
在线阅读 下载PDF
Convective Weather Avoidance Prediction in Enroute Airspace Based on Support Vector Machine
4
作者 LI Jiahao WANG Shijin +2 位作者 CHU Jiewen LIN Jingjing WEI Chunjie 《Transactions of Nanjing University of Aeronautics and Astronautics》 EI CSCD 2021年第4期656-670,共15页
With the rapid growth of global air traffic,flight delays are increasingly serious.Convective weather is one of the influential causes for flight delays,which has affected the sustainable development of civil aviation... With the rapid growth of global air traffic,flight delays are increasingly serious.Convective weather is one of the influential causes for flight delays,which has affected the sustainable development of civil aviation industry and became a social problem.If it can be predicted that whether a weather-related flight diverts,participants in air traffic activities can coordinate the scheduling,and flight delays can be reduced greatly.In this paper,the weather avoidance prediction model(WAPM)is proposed to find the relationship between weather and flight trajectories,and predict whether a future flight diverts based on historical flight data.First,given the large amount of weather data,the principal component analysis is used to reduce the ten dimensional weather indicators to extract 90%information.Second,the support vector machine is adopted to predict whether the flight diverts by determining the hyperparameters c and γ of the radial basis function.Finally,the performance of the proposed model is evaluated by prediction accuracy,precision,recall and F1,and compared with the methods of the k nearest neighbor(kNN),the logistic regression(LR),the random forest(RF)and the deep neural networks(DNNs).WAPM’s accuracy is 5.22%,2.63%,2.26%and 1.03%greater than those of kNN,LR,RF and DNNs,respectively;WAPM’s precision is 6.79%,5.19%,4.37%and 3.21%greater than those of kNN,LR,RF and DNNs,respectively;WAPM’s recall is 4.05%,1.05%,0.04%greater than those of kNN,LR,and RF,respectively,and 1.38%lower than that of the DNNs;and F1 of WAPM is 5.28%,1.69%,1.98%and 0.68%greater than those of kNN,LR,RF and DNNs,respectively. 展开更多
关键词 convective weather avoidance prediction data mining evaluation indicator enroute airspace
在线阅读 下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部