VI.应用-Trajectory Data Mining
$textbf{Trajectory Data Mining: An Overview}$
很好的一篇概述,清晰明了地阐述了其框架,涉及内容又十分宽泛。值得细读。
未完成,需要补充。
- $textbf{Trajectory Data}$:主要分为四个类别
- $texttt{Mobility of people}$
- $texttt{Mobility of transportation}$
- $texttt{Mobility of animals}$
- $texttt{Mobility of natural phenomena}$
- $textbf{Trajectory Data Preprocessing}$
- $texttt{Noise Filtering}$
- $textit{Mean Filter}$
- $textit{Kalman and Particle Filters}$
- $textit{Heuristics-Based Outlier Detection}$
- $texttt{Stay Point Detection}$
- $texttt{Trajectory Compression}$:对轨迹数据进行压缩,以减少计算量
- $textit{Distance Metric}$
- $textit{Offline Compression}$
- $textit{Online Data Reduction}$
- $textit{Compression with Semantic Meaning}$
- $texttt{Trajectory Segmentation}$:对轨迹数据进行切割
- $textit{time interval}$
- $textit{shape of a trajectory}$
- $textit{semantic meanings}$
- $texttt{Map Matching}$:对原始的经纬度数据转化为路网数据
- $textit{geometric}$
- $textit{topological}$
- $textit{probabilis 大专栏 VI.应用-Trajectory Data Miningtic}$
- $textit{other advanced techniques}$
- $texttt{Noise Filtering}$
- $textbf{Trajectory Data Management}$
- $texttt{Trajectory Indexing and Retrieval}$:没看懂是为了解决什么问题
- $texttt{Distance/Similarity of Trajectories}$:了解一下度量方式
- $textbf{Uncertainty in Trajectory Data}$
- $texttt{Reducing Uncertainty from Trajectory Data}$:解决因采样率低,造成数据稀疏,不确定性增大等问题
- $textit{Modeling Uncertainty of a Trajectory for Queries}$
- $textit{Path Inference from Uncertain Trajectories}$
- $texttt{Privacy of Trajectory Data}$:为保护隐私性,需要增大数据的不确定性。
- $texttt{Reducing Uncertainty from Trajectory Data}$:解决因采样率低,造成数据稀疏,不确定性增大等问题
- $textbf{Trajectory Pattern Mining}$
- $texttt{Moving Together Patterns}$
- $texttt{Trajectory Clustering}$
- $texttt{Mining Sequential Patterns from Trajectories}$
- $texttt{Mining Periodical Patterns from Trajectories
}$
- $textbf{Trajectory Classification}$:做运动状态分类、交通方式分类等分类任务
- $textbf{Anomalies Detection From Trajectories}$
- $texttt{Detecting Outlier Trajectories}$
- $texttt{Identifying Anomalous Events by Trajectories}$
- $textbf{Transfer Trajectory To Other Representations}$
- $texttt{From Trajectory to Graph}$
- $texttt{From Trajectory to Matrix}$
- $texttt{From Trajectory to Tensor}$
VI.应用-Trajectory Data Mining的更多相关文章
- Distributed Databases and Data Mining: Class timetable
Course textbooks Text 1: M. T. Oszu and P. Valduriez, Principles of Distributed Database Systems, 2n ...
- What is the most common software of data mining? (整理中)
What is the most common software of data mining? 1 Orange? 2 Weka? 3 Apache mahout? 4 Rapidminer? 5 ...
- What’s the difference between data mining and data warehousing?
Data mining is the process of finding patterns in a given data set. These patterns can often provide ...
- A web crawler design for data mining
Abstract The content of the web has increasingly become a focus for academic research. Computer prog ...
- Datasets for Data Mining and Data Science
https://github.com/mattbane/RecommenderSystem http://grouplens.org/datasets/movielens/ KDDCUP-2012官网 ...
- cluster analysis in data mining
https://en.wikipedia.org/wiki/K-means_clustering k-means clustering is a method of vector quantizati ...
- Weka 3: Data Mining Software in Java
官方网站: Weka 3: Data Mining Software in Java 相关使用方法博客 WEKA使用教程(经典教程转载) (实例数据:bank-data.csv) Weka初步一.二. ...
- data mining,machine learning,AI,data science,data science,business analytics
数据挖掘(data mining),机器学习(machine learning),和人工智能(AI)的区别是什么? 数据科学(data science)和商业分析(business analytics ...
- 数据挖掘(data mining),机器学习(machine learning),和人工智能(AI)的区别是什么? 数据科学(data science)和商业分析(business analytics)之间有什么关系?
本来我以为不需要解释这个问题的,到底数据挖掘(data mining),机器学习(machine learning),和人工智能(AI)有什么区别,但是前几天因为有个学弟问我,我想了想发现我竟然也回答 ...
随机推荐
- AI精灵
由于使用的CRM系统是Aras Innovator系统,所有的任务分配必须登入系统查看,故做出以下自动接受任务信息的小工具. 1.登入,实现自动记录上次登入的信息,支持多账户 登入成功后会以图标运 ...
- python文件读写 文件修改
#设置一个变量f为文件对象,并打开文件#写文件#f = open('user.txt','w',encoding='utf-8') #f是一个文件对象f=open(r'c:\Users\PL\Desk ...
- LeetCode——199. 二叉树的右视图
给定一棵二叉树,想象自己站在它的右侧,按照从顶部到底部的顺序,返回从右侧所能看到的节点值. 示例: 输入: [1,2,3,null,5,null,4] 输出: [1, 3, 4] 解释: 1 < ...
- linux上一些常用的命令
1.时时查看tomcat启动信息,首先切换到tomcat的logs目录下 tail -f catalina.out 2.在tomcat的bin目录下启动无权限,需要赋权 chmod 777 *.sh ...
- Codeforces Round #600 (Div. 2)E F
题:https://codeforces.com/contest/1253/problem/E 题意:给定n个信号源,俩个参数x和s,x代表这个信号源的位置,s代表这个信号源的波及长度,即这个信号源可 ...
- rsync配置文件模板
用脚本实现服务端rsyncd的部署cat /server/scripts/rsync_install.sh #!/bin/bash #安装包 yum install -y rsync &> ...
- Java中Arrays详解
一.Arrays类的定义 Arrays类位于 java.util 包中,主要包含了操纵数组的各种方法 使用时导包:import java.util.Arrays 二.Arrays常用函数(都是静态的) ...
- poj-3662 Telephone Lines 二分答案+最短路
链接:洛谷 POJ 题目描述 Farmer John wants to set up a telephone line at his farm. Unfortunately, the phone co ...
- mysql中datetime时间转字符串(避免java层映射为数字串)
-- in_date datetime NULLDATE_FORMAT(ls.`in_date`,'%Y-%m-%d %T')AS create_time
- EncryptUtils
package me.zhengjie.core.utils; import org.springframework.util.DigestUtils; import javax.crypto.Cip ...