Movatterモバイル変換


[0]ホーム

URL:


CN107086935B - Prediction method of people flow distribution based on WIFI AP - Google Patents

Prediction method of people flow distribution based on WIFI AP
Download PDF

Info

Publication number
CN107086935B
CN107086935BCN201710457666.3ACN201710457666ACN107086935BCN 107086935 BCN107086935 BCN 107086935BCN 201710457666 ACN201710457666 ACN 201710457666ACN 107086935 BCN107086935 BCN 107086935B
Authority
CN
China
Prior art keywords
wifi
type
data
aps
device connections
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201710457666.3A
Other languages
Chinese (zh)
Other versions
CN107086935A (en
Inventor
王进
王科
李颖
孙柱
欧阳卫华
赵蕊
高选人
余薇
陈乔松
邓欣
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujian Beijia Education Technology Co ltd
Original Assignee
Chongqing University of Post and Telecommunications
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Chongqing University of Post and TelecommunicationsfiledCriticalChongqing University of Post and Telecommunications
Priority to CN201710457666.3ApriorityCriticalpatent/CN107086935B/en
Publication of CN107086935ApublicationCriticalpatent/CN107086935A/en
Application grantedgrantedCritical
Publication of CN107086935BpublicationCriticalpatent/CN107086935B/en
Activelegal-statusCriticalCurrent
Anticipated expirationlegal-statusCritical

Links

Images

Classifications

Landscapes

Abstract

Translated fromChinese

本发明涉及基于WIFI AP记录的机场客流分布预测方法,涉及大数据挖掘处理技术领域,从控制中心获取WIFI AP记录进行预处理操作,通过WIFI AP接入设备数量分类WIFI AP,为各类WIFI AP分别构建训练样本集,使用各自的训练样本集分别构建回归模型,根据回归模型获取测试样本集,集合第一类模型和第二类模型的测试样本集获得预测结果,预测机场客流分布。本发明利用相关特性,使用数据挖掘及机器学习的相关方法,对机场的客流分布进行预测,达到有效利用机场资源。

Figure 201710457666

The invention relates to a method for predicting the distribution of airport passenger flow based on WIFI AP records, and relates to the technical field of big data mining processing. Build a training sample set respectively, use the respective training sample set to build a regression model respectively, obtain a test sample set according to the regression model, collect the test sample set of the first type model and the second type model to obtain the prediction result, and predict the airport passenger flow distribution. The invention makes use of relevant characteristics, and uses the relevant methods of data mining and machine learning to predict the passenger flow distribution of the airport, so as to effectively utilize the airport resources.

Figure 201710457666

Description

People flow distribution prediction method based on WIFI AP
Technical Field
The invention relates to the technical field of computer information processing, in particular to the related fields of data mining and machine learning.
Background
Data mining and machine learning technologies that use data as raw materials play an increasingly important role in life, and the purpose of utilizing data is achieved by mining "knowledge" in the data. Data are produced at all times in an airport, wireless WIFI covers the whole area in the airport terminal, and the number of connected passengers at each moment is recorded by the WIFI access point AP (access point), so that the passenger space-time distribution at the current moment can be roughly estimated through the WIFI AP record. The space-time distribution of passengers is also very relevant to the taking-off and landing of the airplane, and the density of passengers at partial positions is increased when the airplane arrives at a certain time or before the airplane takes off, which is also a key basis for estimating the space-time distribution of the passengers. How to effectively utilize the data and reasonably apply the data to predict the future passenger space-time distribution is a key problem of how to improve the airport service efficiency.
Meanwhile, the method is not limited to the prediction of the people flow in the airport, and can also be suitable for places with large people flow, such as other large shopping places, and the like. The method adopted by the prior art can only observe the passenger flow space-time distribution at the current moment, and can not realize the prediction of the passenger flow distribution in a certain period of time in the future.
Disclosure of Invention
Aiming at the technical problems in the prior art, the invention provides an airport passenger flow distribution prediction system based on an airport WIFI AP record and a flight scheduling record, and aims to solve the problem of airport passenger flow distribution prediction. The method can carry out the prior planning and arrangement according to the predicted passenger space-time distribution, thereby achieving the purposes of more effectively utilizing airport resources and better airport service.
The technical scheme for solving the technical problems is to provide an airport passenger flow distribution prediction method based on WIFI AP (wireless device access number) records, which comprises the following steps: acquiring WIFI AP records from a control center, preprocessing the WIFI AP records, classifying the WIFI APs according to the number of access devices of the WIFI AP records, respectively constructing training sample sets for the WIFI APs, and constructing a regression model by using the training sample sets; and constructing a test sample set and predicting airport passenger flow distribution.
The preprocessing operation specifically comprises the steps of carrying out missing value processing on the obtained WIFI AP records, and filling missing data of a certain WIFIAP by using the average value of the connection number of the equipment of the WIFI AP at the moment recorded in the preset number of days D corresponding to the missing data; smoothing the filled data by using an ARMA (autoregressive moving average) model, then processing dirty data, and processing the WIFI AP data subjected to the dirty data processing according to a formula:
Figure BDA0001324121030000021
calculating the equipment connection number of the ith time period after the WIFI AP protocol is finished, and carrying out protocol on the WIFI AP connection number by using the average value in a unit of a preset time period T, wherein xijThe number of the devices connected at the jth moment of the ith time period of the WIFI AP is the number of the devices connected at the jth moment of the ith time period of the WIFI AP.
The classifying of the WIFI APs specifically comprises the steps of calculating the variance of the connection number of each WIFI AP, sorting the WIFI APs from large to small according to the variance, and then dividing the WIFI APs into two types by using a twenty-eight rule, wherein the WIFI APs with smaller variance are first type WIFI APs, and the WIFI APs with larger variance are second type WIFI APs.
And for the first-class WIFI AP, data of the last preset days D are taken, and a first-class WIFI AP training set is established.
And for the second type of WIFI AP, data of the last preset days D are taken, and a second type of training set is constructed through label extraction and feature extraction. The label and the feature are two parts forming the sample, the feature is the expression of each attribute of the sample, and the label is the attribute with marking behavior for the sample. By means of the features and the labels, a sample is formed.
The method for constructing the second class training set comprises the following steps: taking the device connection number y of the WIFI AP with the number of i at the time j to form a sample x (i, j, F, y), wherein F is the characteristic of the sample and comprises 3 parts of sub-characteristics: (1) history characteristics: and respectively calculating the average value, the minimum value, the maximum value and the variance information of the WIFI AP at the same time in units of days for the same time of the WIFI AP. (2) Flight characteristics: according to the boarding gate position information recorded by the flight scheduling, the takeoff number of the airplanes in the boarding gate position within a preset time period (within 10 minutes, 30 minutes, 60 minutes and 120 minutes) is counted, and the data are merged after the departure number is associated with the position information of the WIFI AP. (3) Acquiring position characteristics: the method comprises the area where the WIFI AP is located, the floor where the WIFI AP is located, the group number where the WIFI AP is located and the coordinate information of the WIFI AP.
For the first type WIFI AP, using a first type WIFI AP training set according to a formula
Figure BDA0001324121030000031
Calculating the predicted value y of the WIFI AP with the number i at the moment jijConstructing a first-class WIFI AP regression model
Figure BDA0001324121030000032
Wherein x isijkAnd set1 is a first WIFI AP set, wherein the number of the connected devices of the WIFI AP numbered i at the time of j on the kth day is shown as the number of the connected devices of the WIFI AP numbered i. According to a first class model Y1And predicting to obtain the equipment connection quantity of the first-class WIFI AP.
For the second type of WIFI AP, the variance of the connection number of the equipment is high. For the WIFI AP, label extraction is carried out according to data of the latest preset days D before the forecast day, feature extraction is carried out to obtain a second training sample set, and a formula yij=h(xij) Calculating a predicted value y of the WIFI AP with the number i at the moment jij,Construction of a second type regression model
Figure BDA0001324121030000033
Wherein x isijFor predicting the sample, the obtaining method of the prediction sample is the same as that of the sample of the second type of training set, the label of the sample is configured to be null, set2 is a second type of WIFI AP set, and the h function is a GBDT regression model based on the optimal leaf splitting and trained by using the second type of training set. Using a second type of model Y2The prediction is carried out in such a way that,and obtaining the equipment connection quantity of the second type of WIFI AP.
According to the formula Y ═ Y1∪Y2And integrating the first type model and the second type model. And integrating the prediction result of the first type model and the prediction result of the second type model to serve as a final prediction result. And the prediction result is the equipment access number of each WIFI AP at each moment in the prediction time, and the information such as the people flow number, the people flow density and the like of the area where each WIFI AP is located is obtained through the equipment access number of each WIFI AP.
According to the method, through the characteristic of long tail effect after the variance of the connection quantity of the WIFI APs is sorted, the WIFI AP points are divided into two types by using a principle of twenty-eight, the two types of WIFI APs are respectively modeled, and compared with a method established on single model prediction, the method is more accurate in prediction result.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings used in the description of the embodiments will be briefly introduced below.
Fig. 1 is a flowchart of an airport passenger flow distribution prediction method based on airport WIFI AP records provided by the present invention.
Detailed Description
The technical solutions of the present application will be described clearly and completely with reference to the accompanying drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, rather than all embodiments, and the technical solutions and the scope of the claims of the present invention cannot be limited thereby. All other embodiments that may be made available to a person skilled in the art without the inventive step are within the scope of protection of the present application.
Fig. 1 is a flowchart of an airport passenger flow distribution prediction method based on an airport WIFI AP record and a flight scheduling record provided by the present invention, which specifically includes:
obtain WIFI AP record and flight scheduling record from control center, general WIFI AP record contains three rows, and the first row is WIFI AP's label, and the scheduling record contains four rows, does respectively: flight number, etc. A record of the last predetermined number of days D (e.g., 30 days) is selected. The WIFI AP record comprises three columns, the first column is a label of the WIFI AP, the inherent information of the WIFI AP is contained, the area where the WIFI AP is located, the floor where the WIFI AP is located, the group number where the WIFI AP is located and the coordinate information of the WIFI AP are mainly contained, the second column is the equipment connection number of the WIFI AP, and the third column is a time stamp. The flight scheduling record comprises four columns which are respectively: flight number, scheduled take-off and landing time, actual take-off and landing time, and gate information.
And carrying out missing value processing on the obtained WIFI AP record and flight scheduling record. And for the missing data of a certain WIFI AP, filling the missing data by using the relevant numerical values corresponding to the average value of the connection number of the devices at the corresponding moment recorded by the WIFI AP on the last preset days of the missing data.
And carrying out dirty data processing on the WIFI AP record subjected to missing value processing. The data were smoothed using the ARMA model. For each WIFI AP, the equipment access number of the WIFI AP in continuous time is input, the equipment access number of the WIFI AP in continuous time processed by the ARMA model is output, and the output data has the characteristic that the equipment access number of each WIFI AP point changes more smoothly along with the time compared with the input data. And carrying out data protocol on the WIFI AP data subjected to the dirty data processing. The number of WIFI AP connections is reduced by an average value in a unit of a predetermined time period T (e.g., 10 minutes), that is, one piece of data is generated per time period T. According to the formula
Figure BDA0001324121030000051
Calculating the equipment connection number r of the ith preset time period after the WIFI AP protocoliWherein x isijThe number of the devices connected for the jth minute of the ith predetermined time period of a certain WIFI AP is obtained.
And for each WIFI AP, calculating the variance of the connection number of the equipment, sorting the WIFI APs from large to small according to the variance, and dividing the WIFI APs into two categories by using a two-eight rule. The WIFI AP with the smaller variance is the first type WIFI AP, and the WIFI AP with the larger variance is the second type WIFI AP. The variance calculation method comprises the following steps: and taking a sequence formed by the equipment access quantity of a certain WIFI AP at each time, and calculating the variance of the sequence to be used as the variance of the WIFI AP. The two-eight rule division method comprises the following steps: and taking the WIFI AP with the larger variance of the first 20% as the second type WIFI AP, and taking the WIFI AP with the smaller variance of the last 80% as the first type WIFIAP.
For a first-class WIFI AP, data of the last preset number of days D are taken, a first-class WIFI AP training set is established, the training set is composed of a plurality of samples x (i, j, y), wherein i is the number of the WIFI AP, j is a certain moment, and y is the equipment connection number of the WIFI AP with the number i at the moment j.
And for the second-class WIFI AP, extracting the tags by using the data of the latest preset days D before the forecast date, wherein the tags are the equipment connection number of the WIFI AP at a certain moment, and extracting the characteristics of the second-class WIFI AP. And performing feature extraction according to the acquired data, wherein the acquired data comprises a WIFI AP record and a flight record.
The method is characterized by comprising 3 parts:
(1) history characteristics: and respectively calculating the average value, the minimum value, the maximum value and the variance information of the WIFI AP at the same time in units of days for the same time of the WIFI AP.
(2) Flight characteristics: the flight is one of main factors influencing the fluctuation of the connection number, the number of flights taking off and landing in each preset time interval at the position of the gate is counted according to the gate position information of the flight, and the data are combined after the gate position information is associated with the position information of the WIFI AP to obtain flight characteristics.
(3) Position characteristics: the method comprises the area where the WIFI AP is located, the floor where the WIFI AP is located, the group number where the WIFI AP is located and the coordinate information of the WIFI AP.
For the first type WIFI AP, according to the first type WIFI AP training set and the formula
Figure BDA0001324121030000071
Calculating the device connection number y of the WIFI AP with the number i at the moment jijConstructing a first-class WIFI AP regression model
Figure BDA0001324121030000072
Wherein x isijkAnd set1 is a first WIFI AP set, wherein the number of the connected devices of the WIFI AP numbered i at the time of j on the kth day is shown as the number of the connected devices of the WIFI AP numbered i. According to the first classModel Y1Performing prediction with the result of P1. Predicted result P1The predicted device connection number of a certain WIFI AP at a certain time is obtained.
For the second type of WIFI AP, the variance of the connection number of the equipment is high. For such WIFI APs, according to the formula yij=h(xij) Calculating a predicted value y of the WIFI AP with the number i at the moment jij,Construction of a second type regression model
Figure BDA0001324121030000073
Wherein x isijFor the test samples, set2 is a second type WIFI AP set, and the h-function is an optimal leaf split based GBDT regression model trained using the second type training set. Using a second type of model Y2Performing prediction with the result of P2。P2The number of device connections of a certain WIFI AP is obtained according to the second type WIFI AP training set.
The training set is a second type training set, namely a training sample set formed by a second type WIFI AP, the training method comprises the steps of inputting the training set, constructing a prediction model through a GBDT algorithm, then inputting the prediction set, and predicting through the constructed GBDT model, wherein one sample (record) consists of features and labels, one group of features corresponds to one label, and the labels are the equipment connection number of the WIFI AP.
According to the formula Y ═ Y1∪Y2And integrating the first type model and the second type model.
According to the formula P ═ P1∪P2And integrating the prediction result of the first type model and the prediction result of the second type model to serve as a final prediction result. And the prediction result is the equipment access number of each WIFI AP at each moment.

Claims (2)

Translated fromChinese
1.基于WIFI AP记录的人流量分布预测方法,其特征在于:包括步骤:从控制中心获取WIFI AP记录进行预处理操作,对于各个WIFI AP,计算其设备连接数的方差,根据其方差由大到小进行排序,使用二八法则将WIFI AP划分为两类,方差较小的WIFI AP为第一类WIFIAP,方差较大的WIFI AP为第二类WIFI AP,对于第一类WIFI AP,以WIFI AP的设备连接数量作为WIFI AP训练集,根据WIFI AP训练集,根据预测日前最近预定天数D的数据进行标签提取,获取训练样本集,调用公式
Figure FDA0002342323800000011
计算编号i的WIFI AP在j时刻的预测值yij,构建第一类WIFI AP回归模型
Figure FDA0002342323800000012
根据模型Y1预测WIFI AP的设备连接数量P1;对于第二类WIFI AP,根据公式yij=h(xij)计算编号i的WIFI AP在j时刻的预测值yij,构建第二类回归模型
Figure FDA0002342323800000013
根据模型Y2预测WIFI AP的设备连接数量P2,根据公式P=P1∪P2集成预测结果,获得各个WIFI AP在各个时刻的设备接入数,预测机场客流分布,其中,xijk为编号i的WIFI AP第k天j时刻的设备连接数量,set1为第一类WIFI AP集合,xij为测试样本,set2为第二类WIFI AP集合,h函数为使用第二类训练集所训练的基于最优叶子分裂GBDT回归模型。1. A method for predicting the distribution of people flow based on WIFI AP records, which is characterized in that it includes the steps of: obtaining the WIFI AP records from the control center to perform preprocessing operations, and for each WIFI AP, calculate the variance of the number of device connections, and calculate the variance according to the variance from the largest to the largest. Sort the WIFI APs from the smallest to the smallest, and use the 28 rule to divide the WIFI APs into two categories. The WIFI APs with smaller variance are the first type of WIFI APs, and the WIFI APs with larger variances are the second type of WIFI APs. For the first type of WIFI APs, the The number of device connections of the WIFI AP is used as the WIFI AP training set. According to the WIFI AP training set, the label is extracted according to the data of the most recent predetermined number of days before the prediction date, and the training sample set is obtained, and the formula is called.
Figure FDA0002342323800000011
Calculate the predicted value yij of the WIFI AP number i at time j, and construct the first type of WIFI AP regression model
Figure FDA0002342323800000012
Predict the number of device connections P1 of the WIFI AP according to the model Y1 ; for the second type of WIFI AP, calculate the predicted value yij of the WIFI AP number i at time j according to the formula yij =h(xij ), and construct the second type of WIFI AP regression model
Figure FDA0002342323800000013
According to the model Y2 , the number of device connections P2 of the WIFI AP is predicted. According to the integrated prediction result of the formula P=P1 ∪ P2 , the number of device access of each WIFI AP at each moment is obtained, and the airport passenger flow distribution is predicted, where xijk is The number of device connections at time j on the kth day of the WIFI AP number i, set1 is the first type of WIFI AP set, xij is the test sample, set2 is the second type of WIFI AP set, and the h function is trained using the second type of training set The optimal leaf split based GBDT regression model.2.根据权利要求1所述的方法,其特征在于,进行预处理操作具体包括,对获取的WIFIAP记录进行缺失值处理,对于某一WIFI AP的缺失数据,使用与缺失数据最近预定天数D内记录对应时刻该WIFI AP的设备连接数量的均值进行填充;使用ARMA模型对数据进行平滑处理;对WIFI AP记录进行脏数据处理,对进行脏数据处理后的WIFI AP数据,根据公式:
Figure FDA0002342323800000014
计算该WIFI AP规约后的第i个时间段的设备连接数量,以预定时间段T为单位对WIFI AP连接数以平均值进行规约,其中,xij为该WIFI AP第i个时间段的第j时刻的设备连接数量。
2 . The method according to claim 1 , wherein performing the preprocessing operation specifically comprises: performing missing value processing on the acquired WIFIAP records, and for the missing data of a certain WIFI AP, using the nearest predetermined number of days D to the missing data. 3 . Record the average value of the number of device connections of the WIFI AP at the corresponding moment to fill; use the ARMA model to smooth the data; process the dirty data of the WIFI AP record, and process the dirty data of the WIFI AP data according to the formula:
Figure FDA0002342323800000014
Calculate the number of device connections in the ith time period after the WIFI AP specification, and use the predetermined time period T as the unit to reduce the number of WIFI AP connections with an average value, where xij is the WIFI AP The ith time period of the ith time period The number of device connections at time j.
CN201710457666.3A2017-06-162017-06-16 Prediction method of people flow distribution based on WIFI APActiveCN107086935B (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN201710457666.3ACN107086935B (en)2017-06-162017-06-16 Prediction method of people flow distribution based on WIFI AP

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN201710457666.3ACN107086935B (en)2017-06-162017-06-16 Prediction method of people flow distribution based on WIFI AP

Publications (2)

Publication NumberPublication Date
CN107086935A CN107086935A (en)2017-08-22
CN107086935Btrue CN107086935B (en)2020-05-12

Family

ID=59606305

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN201710457666.3AActiveCN107086935B (en)2017-06-162017-06-16 Prediction method of people flow distribution based on WIFI AP

Country Status (1)

CountryLink
CN (1)CN107086935B (en)

Families Citing this family (15)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN107657335A (en)*2017-09-062018-02-02武汉科技大学A kind of spatial and temporal distributions Forecasting Methodology of airport traffic
CN107679647B (en)*2017-09-062019-12-24武汉科技大学 A Spatio-temporal Distribution Prediction Device of Airport Passenger Flow
CN109492788B (en)*2017-09-132020-12-11中移(杭州)信息技术有限公司 Method and related equipment for predicting people flow and establishing a people flow prediction model
CN108038116A (en)*2017-10-242018-05-15安徽四创电子股份有限公司A kind of density of stream of people monitoring method based on GIS
CN108376292A (en)*2017-12-122018-08-07广州汇智通信技术有限公司A kind of crowd's method for predicting, system and equipment
CN108306962B (en)*2018-01-302021-09-28河海大学常州校区Commercial big data analysis system
CN108260087A (en)*2018-01-312018-07-06福州大学A kind of indoor stream of people's distribution forecasting method based on WIIFI long short-term memories
CN109120463B (en)*2018-10-152022-01-07新华三大数据技术有限公司Flow prediction method and device
CN109214612A (en)*2018-11-202019-01-15广东机场白云信息科技有限公司One kind being based on XGBOOST airport traffic spatial and temporal distributions prediction technique
CN111209180B (en)*2018-11-212023-04-25中国移动通信集团浙江有限公司 A regression testing method and device based on fuzzy matching
CN109657700B (en)*2018-11-222022-11-11南京茶非氪信息科技有限公司Macroscopic region communicating channel heat degree detection method
CN109362034B (en)*2018-11-222020-12-04南京茶非氪信息科技有限公司Macroscopic region connecting channel heat degree prediction method
CN110060102B (en)*2019-04-182022-05-03重庆邮电大学 Big data prediction method for user store location based on partial label learning
CN110166945B (en)*2019-06-042020-11-24中国民用航空总局第二研究所 Method, device, medium and equipment for dynamic prediction of passenger flow in terminal building
TWI716061B (en)*2019-08-022021-01-11中華電信股份有限公司Fault prediction device and fault prediction method for base station

Citations (4)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US8532069B2 (en)*2005-09-232013-09-10Ramesh BalwaniLocal area wireless airspace management
CN104573859A (en)*2014-12-312015-04-29合肥城市云数据中心有限公司Human traffic prediction method based on Wifi positioning and cloud data processing technology
CN205283824U (en)*2015-11-242016-06-01如东信息技术服务(上海)有限公司Airport stream of people early warning system based on wifi
CN106407706A (en)*2016-09-292017-02-15北京理工大学Boruta algorithm-based multi-level old people physical state quantization level calculation method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US8532069B2 (en)*2005-09-232013-09-10Ramesh BalwaniLocal area wireless airspace management
CN104573859A (en)*2014-12-312015-04-29合肥城市云数据中心有限公司Human traffic prediction method based on Wifi positioning and cloud data processing technology
CN205283824U (en)*2015-11-242016-06-01如东信息技术服务(上海)有限公司Airport stream of people early warning system based on wifi
CN106407706A (en)*2016-09-292017-02-15北京理工大学Boruta algorithm-based multi-level old people physical state quantization level calculation method

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
数据竞赛思路分享:机场客流量的时空分布预测;https://blog.csdn.net/u014135091/article/details/53396336;《CSDN博客》;20161129;正文第1-9页*
机器学习小组知识点24:数据预处理之数据清理(Data-Cleaning);https://blog.csdn.net/Eric2016_Lv/article/details/53483716;《CSDN博客》;20161206;正文第1-2页*
机器学习小组知识点26:数据预处理之数据规约(Data Reduction);https://blog.csdn.net/Eric2016_Lv/article/details/53487700;《CSDN博客》;20161206;正文第1-3页*

Also Published As

Publication numberPublication date
CN107086935A (en)2017-08-22

Similar Documents

PublicationPublication DateTitle
CN107086935B (en) Prediction method of people flow distribution based on WIFI AP
CN112330983B (en)Integrated intelligent recovery method for abnormal flight
CN111652427B (en)Flight arrival time prediction method and system based on data mining analysis
CN104751681B (en)Statistical learning model based gate position allocation method
CN104156594B (en)Dynamic flight station-crossing time estimation method based on Bayes network
CN110826788A (en)Airport scene variable slide-out time prediction method based on big data deep learning
CN110852497A (en)Scene variable slide-out time prediction system based on big data deep learning
CN110334959A (en)A kind of flight freight space resource allocation methods and device
CN107403018A (en)The processing method and processing device of flight data and passenger data
CN107944472B (en)A kind of airspace operation situation calculation method based on transfer learning
CN103761585A (en)Airport continuous transport dynamic matching, transport capacity monitoring and early warning and intelligent dispatching method
CN113362604B (en)Controller workload assessment method based on sector dynamic traffic characteristics
CN107657335A (en)A kind of spatial and temporal distributions Forecasting Methodology of airport traffic
CN111985685B (en)Flight plan optimization method and device based on big data analysis and electronic equipment
JP2016168970A (en) Evaluation system and operation information evaluation method
DE102017128688A1 (en) Systems and procedures for redistributing air travelers
CN110827582A (en)System and method for automatically acquiring flight landing point in emergency
CN109446394A (en)For network public-opinion event based on modular public sentiment monitoring method and system
CN112101779A (en)Comprehensive evaluation system for airport scene operation based on subjective and objective combination structure entropy weight method
CN107679647B (en) A Spatio-temporal Distribution Prediction Device of Airport Passenger Flow
CN118153731A (en) Airport surface taxiing time prediction method, device and storage medium based on similar scenarios
CN106779214A (en)A kind of multifactor fusion civil aviation passenger travel forecasting approaches based on topic model
CN101527087B (en)Method for implementing flight transmit interval
CN106157699B (en)High density Flying Area in Airport aircraft slide Situation Awareness method
CN108959577A (en)Methodology for Entities Matching and computer program based on nonprime attribute outlier detection

Legal Events

DateCodeTitleDescription
PB01Publication
PB01Publication
SE01Entry into force of request for substantive examination
SE01Entry into force of request for substantive examination
GR01Patent grant
GR01Patent grant
TR01Transfer of patent right
TR01Transfer of patent right

Effective date of registration:20250625

Address after:350100 Fujian Province, Fuzhou City, Minhou County, Nanyu Town, Wulong River South Avenue No. 55, Longwang Business Center Building 1, 18th Floor, Units 01, 02, 03, 05, 15

Patentee after:Fujian Beijia Education Technology Co.,Ltd.

Country or region after:China

Address before:400065 Chongqing Road, Nanshan District, south bank, Chongwen Road, No. 2

Patentee before:CHONGQING University OF POSTS AND TELECOMMUNICATIONS

Country or region before:China


[8]ページ先頭

©2009-2025 Movatter.jp