CN102708172B - Method for mining RFID (radio frequency identification) data isolated points - Google Patents

Method for mining RFID (radio frequency identification) data isolated points Download PDF

Info

Publication number
CN102708172B
CN102708172B CN201210134916.7A CN201210134916A CN102708172B CN 102708172 B CN102708172 B CN 102708172B CN 201210134916 A CN201210134916 A CN 201210134916A CN 102708172 B CN102708172 B CN 102708172B
Authority
CN
China
Prior art keywords
rfid data
point
rfid
data point
nearest
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
CN201210134916.7A
Other languages
Chinese (zh)
Other versions
CN102708172A (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.)
Early employment at (Guangdong) Technology Co.,Ltd.
Original Assignee
GUANGZHOU SYSUR MICROELECTRONICS Inc
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 GUANGZHOU SYSUR MICROELECTRONICS Inc filed Critical GUANGZHOU SYSUR MICROELECTRONICS Inc
Priority to CN201210134916.7A priority Critical patent/CN102708172B/en
Publication of CN102708172A publication Critical patent/CN102708172A/en
Application granted granted Critical
Publication of CN102708172B publication Critical patent/CN102708172B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a method for mining RFID (radio frequency identification) data isolated points. The method includes the steps: acquiring original RFID data from a middleware, clustering the acquired original RFID data before compacting, reading characteristics by means of RFID to enable the compacted original RFID data to be used as RFID data points in a triad form and to be subjected to mining of RFID data isolated points in read characteristic vector spaces, and finally, using a weight based reverse nearest neighbor algorithm for data processing of the RFID data points and outputting RFID data isolated points. Using the method can greatly reduce data scale and improve data processing efficiency, precision in identification of the RFID data isolated points is greatly improved, and especially, fine detection effects of boundary points are achieved. The method for mining RFID data isolated points is widely applicable to the field of radio frequency identification.

Description

A kind of for excavating the method for RFID data isolated point
Technical field
The present invention relates to REID and digital processing technology, relate in particular to a kind of for excavating the method for RFID data isolated point.
Background technology
In RFID application, the detection of RFID data isolated point has very profound significance, because excavate the hiding information of isolated point, contributes to find and improves the method for tag recognition rate and improve work flow.And mainly contain at present based on statistical distribution, based on distance, based on density, excavation based on methods such as features for RFID data isolated point, but adopt these methods the RFID data of magnanimity to be carried out to the excavation of isolated point, its weak effect, treatment effeciency is low and frontier point is difficult to differentiation, and because RFID transmits by wireless electromagnetic, therefore label read process in easily read noise, or skip, redundancy are read, mispronounced etc., so more increase the difficulty of excavating isolated point.
Summary of the invention
In order to solve the problems of the technologies described above, the object of this invention is to provide that a kind of accuracy is high and data-handling efficiency is high for excavating the method for RFID data isolated point.
The technical solution adopted in the present invention is: a kind of for excavating the method for RFID data isolated point, the method step comprises:
A, from middleware, obtain original RFID data;
B, the original RFID data of obtaining are carried out compressing after cluster;
C, by RFID, read feature, make original RFID data after compression carry out the excavation of RFID data isolated point in tlv triple mode as RFID data point reading characteristic vector space;
D, the Reverse Nearest algorithm of employing based on weights carry out data processing to RFID data point, and then output RFID data isolated point.
Further, in described step B, adopt Hash table to carry out cluster to the original RFID data of obtaining.
Further, described step B comprises:
B1, to the original RFID data of obtaining, utilize Hash table to carry out cluster;
B2, according to original RFID data, judge whether this label has existed Hash table, if exist, increase the read-write number of times of this label, upgrade and read the time recently, and calculate current read signal intensity; If do not exist, this label is inserted in Hash table, and record reads the read signal intensity of record and this label and reads the time first.
Further, the RFID described in described step C reads feature and comprises that the read time interval, label of label read intensity reading reading times in the time interval and the average signal of label.
Further, described step D comprises:
D1, calculate the distance between RFID data point between two, and then generate distance matrix;
D2, according to distance matrix and default K value, adopt the K nearest-neighbors set of K arest neighbors classified calculating each RFID data point;
D3, calculate the mean distance of each RFID data point;
D4, choose after the RFID data point of mean distance maximum according to the RFID data point of mean distance maximum and then calculate the density weights of RFID data point;
D5, adopt the reverse K nearest-neighbors set of the each RFID data point of reverse K arest neighbors classified calculating, the reverse K nearest-neighbors set of each RFID data point is comprised of the K nearest-neighbors set that comprises this RFID data point;
D6, the isolated coefficient of each RFID data point is sorted after calculating the isolated coefficient of each RFID data point, and then according to default number percent output RFID data isolated point.
Further, described step D2, according to distance matrix and default K value, adopts the K nearest-neighbors set of the each RFID data point of K arest neighbors classified calculating, and it is specially,
According to distance matrix and default K value, calculate respectively each RFID data point with itself nearest K RFID data point, the K calculating a RFID data point forms the set of K nearest-neighbors.
Further, described step D3, calculates the mean distance of each RFID data point, and it is specially, and calculates respectively the mean value of the distance of all RFID data points in each RFID data point and its K nearest-neighbors set.
Further, the formula of density weights that calculates RFID data point in described step D4 is as follows,
w = 1 - KNN dist KNN max dist
Above-mentioned KNN maxdistmaximum mean distance in the mean distance of expression RFID data point, KNN distrepresent the mean distance of RFID data point.
Further, the formula of isolated coefficient that calculates each RFID data point in described step D6 is as follows,
Isolation ( p ) = 1 Σ i = 1 m w i
The denominator of above-mentioned formula represents the density weights summation of all elements in the reverse K nearest-neighbors set of RFID data point, and in denominator, m represents the element number in the reverse K nearest-neighbors set of RFID data point.
Further, the number of exporting isolated point in described step D6 is that the front n*pct% that isolated coefficient is the highest is individual, and described n represents total number of RFID data point, and pct% represents default number percent.
The invention has the beneficial effects as follows: before excavation RFID data isolated point, RFID data are carried out to cluster and compression, can greatly reduce the scale of data and improve the efficiency of data processing, and the Reverse Nearest algorithm of employing based on weights can increase for each RFID data point the weights of the dense degree in its region of living in of symbol, thereby the degree of accuracy that greatly improves identification RIFD data isolated point, has good detection effect to frontier point especially.
Accompanying drawing explanation
Below in conjunction with accompanying drawing, the specific embodiment of the present invention is described further:
Fig. 1 is that the present invention is a kind of for excavating the flow chart of steps of method one embodiment of RFID data isolated point;
Fig. 2 is that the present invention is a kind of for excavating the flow chart of steps of another embodiment of method of RFID data isolated point
Fig. 3 is that the present invention is a kind of for excavating the Outlier Detection result schematic diagram of method of RFID data isolated point;
Fig. 4 is a kind of compression effectiveness schematic diagram under different pieces of information scale, data being compressed for excavating the method for RFID data isolated point of the present invention;
Fig. 5 be under different pieces of information scale Reverse K Nearest Neighbors algorithm and the present invention a kind of for excavating the accuracy rate contrast schematic diagram of the Reverse Nearest algorithm based on weights of RFID data isolated point.
Embodiment
As shown in Figure 1, a kind of for excavating the method for RFID data isolated point, the method step comprises:
A, from middleware, obtain original RFID data;
B, the original RFID data of obtaining are carried out compressing after cluster;
C, by RFID, read feature, make original RFID data after compression carry out the excavation of RFID data isolated point in tlv triple mode as RFID data point reading characteristic vector space;
D, the Reverse Nearest algorithm of employing based on weights carry out data processing to RFID data point, and then output RFID data isolated point.
Be further used as preferred embodiment, in described step B, adopt Hash table to carry out cluster to the original RFID data of obtaining.
As shown in Figure 2, a kind of for excavating the method for RFID data isolated point, the method step comprises:
A, from middleware, obtain original RFID data, described original RFID data are with <epc, location, time, ss> four-tuple mode exists, and wherein epc represents label ID, residing position when location represents that label reads, be reading device position information, time represents that label reads the time, and ss represents the read signal intensity of label;
B1, to the original RFID data of obtaining, utilize Hash table to carry out cluster, described Hash table has multiple, and each Hash table is with <epc, location, t_star, t_end> four-tuple mode represents different classification, and then original RFID data are carried out to cluster, wherein t_star represents that label reads the start time of time, t_end represents that label reads the end time of time, and the embodiment of cluster is, as long as the reading device position information location in original RFID data is consistent with the location information of some Hash tables, and the label of original RFID data reads time time and meets t_star≤time≤t_end, these original RFID data are assigned in this Hash table like this, and according to the embodiment of above-mentioned cluster, all original RFID data are carried out after cluster forming multiple data set cluster results, and data clustering result namely a Hash table carry out the result after original RFID data clusters,
B2, according to original RFID data, judge whether this label has existed Hash table, if exist, increase the read-write number of times of this label, upgrade and read the time recently, and calculate current read signal intensity; If do not exist, this label is inserted in Hash table, and record reads the read signal intensity of record and this label and reads the time first.
C, by RFID, read feature, make original RFID data after compression carry out the excavation of RFID data isolated point in tlv triple mode as RFID data point reading characteristic vector space;
D1, calculate the distance between RFID data point between two, and then generate distance matrix;
D2, according to distance matrix and default K value, adopt the K nearest-neighbors set of K arest neighbors classified calculating each RFID data point;
D3, calculate the mean distance of each RFID data point;
D4, choose after the RFID data point of mean distance maximum according to the RFID data point of mean distance maximum and then calculate the density weights of RFID data point;
D5, adopt the reverse K nearest-neighbors set of the each RFID data point of reverse K arest neighbors classified calculating, the reverse K nearest-neighbors set of each RFID data point is comprised of the K nearest-neighbors set that comprises this RFID data point;
D6, the isolated coefficient of each RFID data point is sorted after calculating the isolated coefficient of each RFID data point, and then according to default number percent output RFID data isolated point.
RFID described in above-mentioned steps C reads feature and comprises that the read time interval, label of label read intensity reading reading times in the time interval and the average signal of label, and compression after original RFID data with <epc, time_duration, tagcnt, ss avg> four-tuple mode exists, and wherein time_duration represents reading the time interval of label, and tagcnt represents that label is at the reading times reading in the time interval, ss avgthe average signal that represents label reads intensity, and with <time_duration, tagcnt, ss avg> tlv triple mode represents that the RFID of original RFID data reads feature and reading characteristic vector space and carry out the excavation of RFID data isolated point as RFID data point, described in read characteristic vector space and according to RFID, read feature and form.But because the RFID adopting reads, the range size of value of feature is inconsistent and unit is inconsistent, if directly RFID data point is processed to the Output rusults that can affect RFID data isolated point, therefore in order to obtain the effect of better excavation RFID data isolated point, eliminate the impact of metric unit, therefore carrying out, before RFID data outlier mining, need to carrying out standardization to RFID data point.
The tlv triple mode <time_duration of feature, tagcnt, ss will be read for the RFID that represents RFID data point avg> is reduced to x i=(x i1, x i2, x i3), wherein x irepresent arbitrary RFID data point, i represents i RFID data point, x i1represent reading the time interval of label, x i2represent that label is at the reading times reading in the time interval, x i3the average signal that represents label reads intensity, the therefore matrix representation of the available n*3 of set of RFID data point, and its representation is as follows,
X = x 11 x 12 x 13 x 21 x 22 x 23 . . . x n 1 x n 2 x n 3
And it is as follows that RFID data point is carried out to standardized formula,
Y ij = x ij - m j s j
Wherein Y ijrepresent standardized value, s j = 1 n ( | x 1 j - m j | + | x 2 j - m j | + . + | x nj - m j | ) ,
J represents that j is read feature, m jbe j mean value that reads feature, its value is
Figure BDA0000159716560000084
therefore by RFID data point being carried out to can obtain after standardization the matrix Y=(y of a standardized RFID data point of process ij) n × 3.
Above-mentioned steps D1 calculates the distance between RFID data point between two, and then generates distance matrix, and due to after standardization, the set of RFID data point is by Y=(y ij) n × 3represent, and the distance between RFID data point adopts Euclidean distance to calculate between two, the formula that therefore calculates the distance between RFID data point is between two as follows,
d ij = d ji = dist ( i , j ) = &Sigma; k = 1 m ( y ik - y jk ) 2
Wherein i and j represent any two points RFID data point, and k represents that k RFID reads feature, and m is 3.In addition owing to considering the distance dist (i of RFID data point i to RFID data point j, j) there is reflexivity and symmetry, therefore there is dist (i, i)=0, dist (i, j)=dist (j, i), so can reduce the calculated amount of half when calculating distance matrix, its final distance matrix generating is as follows
R = 0 d 21 0 . . . . d n 1 d n 2 . 0
The Definition Principle of the K arest neighbors classification adopting in step D2 described above is, for given positive integer K and set of data points DataSet, for putting arbitrarily p, p ∈ Dataset, calculate the distance of other point in p point and set of data points DataSet, from wherein choosing K the point nearest with p point (not comprising p point itself), and then the K nearest-neighbors set of ordering as p, therefore described step D2, according to distance matrix and default K value, adopt the K nearest-neighbors set of the each RFID data point of K arest neighbors classified calculating, it is specially
According to distance matrix and default K value, calculate respectively each RFID data point with itself nearest K RFID data point, the K calculating a RFID data point forms the set of K nearest-neighbors, namely RFID data point has one by the K nearest-neighbors set forming with itself nearest K RFID data point, and the set of described K nearest-neighbors does not comprise this RFID data point.
The mean distance that calculates each RFID data point in above-mentioned steps D3, it is specially, and calculates respectively the mean value of the distance of all RFID data points in each RFID data point and its K nearest-neighbors set, and its computing formula adopting is as follows,
KNN dist ( p ) = &Sigma; i = 1 k dist ( p , q i ) k .
Wherein p represents arbitrary RFID data point, and q irepresent the arbitrary RFID data point in the K nearest-neighbors set corresponding with RFID data point p, and k is the number of RFID data point in the K nearest-neighbors set corresponding with RFID data point p.
The formula of density weights that calculates RFID data point in above-mentioned steps D4 is as follows,
w = 1 - KNN dist KNN max dist
Wherein KNN maxdistmaximum mean distance in the mean distance of expression RFID data point, KNN distrepresent the mean distance of RFID data point.
Above-mentioned steps D5 adopts the reverse K nearest-neighbors set of the each RFID data point of reverse K arest neighbors classified calculating, the reverse K nearest-neighbors set of each RFID data point is comprised of the K nearest-neighbors set that comprises this RFID data point, the Definition Principle of its reverse K arest neighbors classification is, for given positive integer K and set of data points DataSet, for putting arbitrarily p, point p belongs to set of data points DataSet, and including by those K nearest-neighbors set that p orders, the reverse K nearest-neighbors set that p is ordered forms, for example ask the reverse K nearest-neighbors set of RFID data point p, the total N of K nearest-neighbors set that supposes all RFID data points is individual, and in the set of N K nearest-neighbors, have the set of M K nearest-neighbors to contain RFID data point p, the reverse K nearest-neighbors set of RFID data point p is exactly to be comprised of M K nearest-neighbors set that contains RFID data point p so, be that each K nearest-neighbors set that contains RFID data point p is an element in the reverse K nearest-neighbors set of RFID data point p.
In above-mentioned steps D6, calculate the isolated coefficient of each RFID data point, and the isolated coefficient of a RFID data point is to be determined by the density weights of element in the reverse K nearest-neighbors set of this RFID data point, therefore the formula of isolated coefficient that calculates each RFID data point in step D6 is as follows
Isolation ( p ) = 1 &Sigma; i = 1 m w i
The denominator of above-mentioned formula represents the density weights summation of all elements in the reverse K nearest-neighbors set of RFID data point, and in denominator, m represents the element number in the reverse K nearest-neighbors set of RFID data point.After calculating the isolated coefficient of each RFID data point, just the isolated coefficient of each RFID data point is sorted, isolated front n*pct% the highest RFID data point of coefficient of output, namely export RFID data isolated point, wherein n represents total number of RFID data point, pct% represents default number percent, and described default number percent can be adjusted according to actual situation.
Therefore by the present invention, excavate RFID data isolated point, owing to adopting reading the time interval of label, label reads intensity at the average signal that reads reading times in the time interval and label and reads feature as RFID, therefore can excavate more accurately RFID data isolated point, in addition, due to by label is carried out to cluster and compression, therefore can greatly reduce the scale of data and improve the efficiency of data processing, but also adopt the Reverse Nearest algorithm based on weights, therefore can increase for each RFID data point the weights of the dense degree in its region of living in of symbol, thereby greatly improve the degree of accuracy of identification RIFD data isolated point, especially frontier point is had to good detection effect.
Fig. 3 utilizes matlab emulation method of the present invention to carry out the testing result schematic diagram of RFID data outlier mining.The setting parameter of emulation is, K value is 50, and according to μ=0.25, σ=0.05, μ=0.5, σ=0.05, μ=0.75, σ=0.05, the tuple number of these three groups of Gaussian distribution and every group is 200 and then generates three groups of data, wherein μ represents average, σ represents error, default number percent is 2%, according to 2% ratio output isolated point, and can find out by the testing result schematic diagram shown in Fig. 3, reading X-axis in characteristic vector space is reading the time interval of label, Y-axis is label is that the average signal of label reads intensity reading reading times in the time interval and Z axis, and the method for the application of the invention can be found out all isolated points, totally 13 isolated points, therefore verified that method of the present invention has very high validity.
Fig. 4 is used matlab diplomatic copy to invent the compression effectiveness schematic diagram under different pieces of information scale, data being compressed.According to 500,1000,5000,20000,50000,100000 tuples generate six groups of data, obtain the contrast of data compression front and back.As shown in Figure 4, vertical black band represents the number of tuples of original data, vertical white band represents the number of tuples of the data after compression, when original data scale hour, the compression effectiveness of data is not clearly, and when data scale constantly increases, the compression effectiveness of data is obvious gradually, when the scale of data arrives 100000 tuple, probably can obtain the data compression rate of 5 times, therefore from the experimental result of emulation, it is extraordinary that the present invention compresses to the RFID data of magnanimity the effect of processing.
Fig. 5 is the accuracy rate contrast schematic diagram of Reverse K Nearest Neighbors algorithm and the Reverse Nearest algorithm based on weights of the present invention under different pieces of information scale.Utilize matlab emulation Reverse K Nearest Neighbors algorithm and Reverse Nearest algorithm based on weights of the present invention to carry out respectively the accuracy rate of RFID data outlier mining.The setting parameter of emulation is, K value is 50, with μ=0.25, and σ=0.05, μ=0.5, σ=0.05, μ=0.75, σ=0.05, this three groups of Gaussian distribution and be 100,500 according to the number of every group respectively, the data scale of 1000,2000,4000 tuples and then generated data, wherein μ represents average, and σ represents error, and therefore total data scale has become 300,1500,3000,6000,12000, and default number percent is 2%, according to 2% ratio output isolated point.As shown in Figure 5, WRKNN represents the Reverse Nearest algorithm based on weights of the present invention, and ODRKNN represents Reverse K Nearest Neighbors algorithm, and show from the accuracy rate comparing result of Fig. 5, Reverse Nearest algorithm based on weights of the present invention is obviously better than Reverse K Nearest Neighbors algorithm, and therefore the Reverse Nearest algorithm performance based on weights of the present invention is more stable.
More than that better enforcement of the present invention is illustrated, but the invention is not limited to described embodiment, those of ordinary skill in the art also can make all equivalent variations or replacement under the prerequisite without prejudice to spirit of the present invention, and the distortion that these are equal to or replacement are all included in the application's claim limited range.

Claims (9)

1. for excavating a method for RFID data isolated point, it is characterized in that: the method step comprises:
A, from middleware, obtain original RFID data;
B, the original RFID data of obtaining are carried out compressing after cluster;
C, by RFID, read feature, make original RFID data after compression carry out the excavation of RFID data isolated point in tlv triple mode as RFID data point reading characteristic vector space;
D, the Reverse Nearest algorithm of employing based on weights carry out data processing to RFID data point, and then output RFID data isolated point;
Described step D comprises:
D1, calculate the distance between RFID data point between two, and then generate distance matrix;
D2, according to distance matrix and default K value, adopt the K nearest-neighbors set of K arest neighbors classified calculating each RFID data point;
D3, calculate the mean distance of each RFID data point;
D4, choose after the RFID data point of mean distance maximum according to the RFID data point of mean distance maximum and then calculate the density weights of RFID data point;
D5, adopt the reverse K nearest-neighbors set of the each RFID data point of reverse K arest neighbors classified calculating, the reverse K nearest-neighbors set of each RFID data point is comprised of the K nearest-neighbors set that comprises this RFID data point;
D6, the isolated coefficient of each RFID data point is sorted after calculating the isolated coefficient of each RFID data point, and then according to default number percent output RFID data isolated point.
2. a kind of for excavating the method for RFID data isolated point according to claim 1, it is characterized in that: in described step B, adopt Hash table to carry out cluster to the original RFID data of obtaining.
3. according to a kind of for excavating the method for RFID data isolated point described in claim 1 or 2, it is characterized in that: described step B comprises:
B1, to the original RFID data of obtaining, utilize Hash table to carry out cluster;
B2, according to original RFID data, judge whether this label has existed Hash table, if exist, increase the read-write number of times of this label, upgrade and read the time recently, and calculate current read signal intensity; If do not exist, this label is inserted in Hash table, and record reads the read signal intensity of record and this label and reads the time first.
4. a kind of for excavating the method for RFID data isolated point according to claim 1, it is characterized in that: the RFID described in described step C reads feature and comprises that the read time interval, label of label read intensity reading reading times in the time interval and the average signal of label.
5. a kind of for excavating the method for RFID data isolated point according to claim 1, it is characterized in that: described step D2, according to distance matrix and default K value, adopt the K nearest-neighbors set of the each RFID data point of K arest neighbors classified calculating, it is specially,
According to distance matrix and default K value, calculate respectively each RFID data point with itself nearest K RFID data point, the K calculating a RFID data point forms the set of K nearest-neighbors.
6. a kind of for excavating the method for RFID data isolated point according to claim 1, it is characterized in that: described step D3, calculate the mean distance of each RFID data point, it is specially, and calculates respectively the mean value of the distance of all RFID data points in each RFID data point and its K nearest-neighbors set.
7. a kind of for excavating the method for RFID data isolated point according to claim 1, it is characterized in that: the formula of density weights that calculates RFID data point in described step D4 is as follows,
Figure 2012101349167100001DEST_PATH_IMAGE001
Above-mentioned KNN maxdistmaximum mean distance in the mean distance of expression RFID data point, KNN distrepresent the mean distance of RFID data point.
8. a kind of for excavating the method for RFID data isolated point according to claim 7, it is characterized in that: the formula of isolated coefficient that calculates each RFID data point in described step D6 is as follows,
Figure 179455DEST_PATH_IMAGE002
The denominator of above-mentioned formula represents the density weights summation of all elements in the reverse K nearest-neighbors set of RFID data point, and in denominator, m represents the element number in the reverse K nearest-neighbors set of RFID data point.
9. a kind of for excavating the method for RFID data isolated point according to claim 8, it is characterized in that: the number of exporting isolated point in described step D6 is that the front n*pct% that isolated coefficient is the highest is individual, described n represents total number of RFID data point, and pct% represents default number percent.
CN201210134916.7A 2012-05-02 2012-05-02 Method for mining RFID (radio frequency identification) data isolated points Active CN102708172B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210134916.7A CN102708172B (en) 2012-05-02 2012-05-02 Method for mining RFID (radio frequency identification) data isolated points

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210134916.7A CN102708172B (en) 2012-05-02 2012-05-02 Method for mining RFID (radio frequency identification) data isolated points

Publications (2)

Publication Number Publication Date
CN102708172A CN102708172A (en) 2012-10-03
CN102708172B true CN102708172B (en) 2014-04-23

Family

ID=46900938

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210134916.7A Active CN102708172B (en) 2012-05-02 2012-05-02 Method for mining RFID (radio frequency identification) data isolated points

Country Status (1)

Country Link
CN (1) CN102708172B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103577851B (en) * 2013-10-29 2017-02-08 电子科技大学 Active RFID radio frequency data collecting method based on self-adaptation dynamic window
CN109658265A (en) * 2018-12-13 2019-04-19 平安医疗健康管理股份有限公司 The recognition methods of payment excess, equipment, storage medium and device based on big data
CN111563776B (en) * 2020-05-08 2021-07-16 国网江苏省电力有限公司扬州供电分公司 Electric quantity decomposition and prediction method based on K neighbor anomaly detection and Prophet model
CN112000655A (en) * 2020-08-26 2020-11-27 广东电网有限责任公司广州供电局 Transformer load data preprocessing method, device and equipment
CN116844649B (en) * 2023-08-31 2023-11-21 杭州木攸目医疗数据有限公司 Interpretable cell data analysis method based on gene selection

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102004771A (en) * 2010-11-12 2011-04-06 浙江大学 Method for querying reverse neighbors of moving object based on dynamic cutting

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102004771A (en) * 2010-11-12 2011-04-06 浙江大学 Method for querying reverse neighbors of moving object based on dynamic cutting

Non-Patent Citations (5)

* Cited by examiner, † Cited by third party
Title
基于反向K近邻的孤立点检测算法;岳峰等;《计算机工程与应用》;20071231(第07期);第182-184页 *
基于距离的分布式RFID数据流孤立点检测;廖国琼等;《计算机研究与发展》;20101231(第05期);第930-939页 *
岳峰等.基于反向K近邻的孤立点检测算法.《计算机工程与应用》.2007,(第07期),
廖国琼等.基于距离的分布式RFID数据流孤立点检测.《计算机研究与发展》.2010,(第05期),第930-939页.
谭三等.基于阈值聚类和KNN分类的入侵检测.《郑州大学学报(理学版)》.2010,(第01期),第86-88页. *

Also Published As

Publication number Publication date
CN102708172A (en) 2012-10-03

Similar Documents

Publication Publication Date Title
CN102708172B (en) Method for mining RFID (radio frequency identification) data isolated points
Wang et al. Clustering of electricity consumption behavior dynamics toward big data applications
CN103048041B (en) Fault diagnosis method of electromechanical system based on local tangent space and support vector machine
Tong et al. Smart metering load data compression based on load feature identification
CN103020423B (en) The method of output of wind electric field correlation properties is obtained based on copula function
CN103678500A (en) Data mining improved type K mean value clustering method based on linear discriminant analysis
CN103745200A (en) Facial image identification method based on word bag model
CN104751171B (en) The naive Bayesian scanning certificate image classification method of feature based weighting
CN112953550A (en) Data compression method, electronic device and storage medium
CN115577248A (en) Fault diagnosis system and method for wind generating set
CN108090462A (en) A kind of Emitter Fingerprint feature extracting method based on box counting dimension
CN102799616B (en) Outlier point detection method in large-scale social network
CN106228557A (en) Distorted image method for detecting area based on secondary JPEG compression
CN106997476A (en) Transmission system performance degradation assessment method of the multi-source without label data learning model building
CN103778913A (en) Pathological voice recognition method
CN109829352A (en) Communication fingerprint identification method integrating multilayer sparse learning and multi-view learning
CN109389172B (en) Radio signal data clustering method based on non-parameter grid
CN108073705B (en) Distributed mass data aggregation acquisition method
CN117170979B (en) Energy consumption data processing method, system, equipment and medium for large-scale equipment
Tasnim et al. Wind power prediction using cluster based ensemble regression
CN106339293B (en) A kind of log event extracting method based on signature
Gan et al. Approximation of the difference of two Poisson-like counts by Skellam
Wang et al. Selection of compressed training data for RF power amplifier behavioral modeling
CN105303199A (en) Data fragment type identification method based on content characteristics and K-means
Dyer et al. Subspace clustering with dense representations

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
C41 Transfer of patent application or patent right or utility model
TR01 Transfer of patent right

Effective date of registration: 20161128

Address after: 511457, 3001, 3003, 3005, 3007, 95 Jinling North Road, Nansha street, Guangzhou, Guangdong, Nansha District

Patentee after: Guangdong zhuocai Human Resources Ltd.

Address before: 510800 Guangdong province Guangzhou City Huadu District days Road No. 88

Patentee before: Guangzhou Sysur Microelectronics, Inc.

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20180719

Address after: 511458 Guangdong Guangzhou Nansha Free Trade Zone Jinling North Road 95 room 503

Patentee after: Zhuo CAI (Guangzhou) Polytron Technologies Inc.

Address before: Room 3001, 3003, 3005, 3007, No. 95 Jinling North Road, Nansha street, Nansha District, Guangzhou

Patentee before: Guangdong zhuocai Human Resources Ltd.

CP03 Change of name, title or address
CP03 Change of name, title or address

Address after: Room 308, Room 309, Room 310, Room 311, Room 312, Room 313, No. 233 Jingang Avenue, Nansha District, Guangzhou City, Guangdong Province, 511466

Patentee after: Early employment at (Guangdong) Technology Co.,Ltd.

Address before: 511458 Guangdong Guangzhou Nansha Free Trade Zone Jinling North Road 95 room 503

Patentee before: Zhuo CAI (Guangzhou) Polytron Technologies Inc.