CN105117609A - Dynamic weighing method based on generalized K-Means classification decision - Google Patents

Dynamic weighing method based on generalized K-Means classification decision Download PDF

Info

Publication number
CN105117609A
CN105117609A CN201510598916.6A CN201510598916A CN105117609A CN 105117609 A CN105117609 A CN 105117609A CN 201510598916 A CN201510598916 A CN 201510598916A CN 105117609 A CN105117609 A CN 105117609A
Authority
CN
China
Prior art keywords
data
overbar
queue
value
mean value
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.)
Pending
Application number
CN201510598916.6A
Other languages
Chinese (zh)
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.)
RUIMA ELECTRIC MANUFACTURING (FUJIAN) Co Ltd
Original Assignee
RUIMA ELECTRIC MANUFACTURING (FUJIAN) Co Ltd
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 RUIMA ELECTRIC MANUFACTURING (FUJIAN) Co Ltd filed Critical RUIMA ELECTRIC MANUFACTURING (FUJIAN) Co Ltd
Priority to CN201510598916.6A priority Critical patent/CN105117609A/en
Publication of CN105117609A publication Critical patent/CN105117609A/en
Pending legal-status Critical Current

Links

Abstract

The invention discloses a dynamic weighing method based on generalized K-Means classification decision. The method includes the steps that 1, algorithm data are initialized through the steps of establishing a data queue of a specific length, acquiring dynamic data in windows of a specific width, calculating the mean value of the dynamic data and adding the mean value into the queue as an initialization center point; 2, the windows are moved backwards in sequence, a new mean value is calculated and added into the queue, and existing values are covered based on the first-in first-out rule if the queue is full; 3, the mean value of data in the queue serves as a new class center point, and the similarity of the data in the queue is calculated; 4, if the similarity of the data is smaller than a threshold value, a data center value can be locked, and otherwise, the steps 2 and 3 are executed repeatedly. The correct weighing value of a dynamic weighing system with amplitude fluctuation can be effectively and accurately calculated in real time through the method, and the method is high in accuracy and robustness and good in real-time performance.

Description

A kind of method of the dynamic weighing based on popularized type K-Means categorised decision
Technical field
The present invention relates to a kind of method of dynamic weighing, especially based on the method for the dynamic weighing of popularized type K-Means categorised decision.
Background technology
Dynamic weighing, refers to when measurement data is unstable, estimates by certain algorithm weight of weighing really.This type systematic is usually used in the fields such as automobile is weighed, livestock is weighed.
K-Means decision making algorithm is the objective function clustering method based on prototype, and algorithm utilizes measuring similarity that one group of data is obtained K cluster centre by continuous iteration, and data is divided into K class group.
Dynamic data centering value-based algorithm conventional is at present mainly running mean algorithm.Running mean algorithm is divided into two kinds according to the large I of moving window, stationary window length and variable window degree, and it is specific as follows:
d ‾ = h ( d 1 , d 2 , ... , d K ) = Σ i = 1 K d i K
Wherein, d 1, d 2..., d kfor raw value, K is data amount check.
For stationary window Length algorithm, K is fixed value.This algorithm is applicable to the less dynamic data of fluctuating range, and real-time is good, but accuracy is low.
For variable window Length algorithm, K is variable.Often measure data, the value of K increases by 1.Along with the increase of K numerical value, data, close to stable, try to achieve dynamic data central value.This algorithm can be used for the larger dynamic data of fluctuating range, and accuracy is high, but time delay is longer, poor real.
Summary of the invention
Problem to be solved by this invention is to provide a kind of method of dynamic weighing, can in real time effectively and also high-accuracy estimate real center value.
For solving the problem, the present invention, from the angle of K-means decision making algorithm thought, proposes a kind of method of the dynamic weighing based on popularized type K-Means decision making algorithm, comprising:
Step 1, algorithm data initialization, comprising:
1) data queue of length-specific is set up;
2) obtain dynamic data in specific width window and ask for average, as initial center point, and add queue;
Step 2, window expand successively, add new raw data, ask for new mean value and add queue, if queue is full, then the principle following first in first out covers existing value;
In step 3, queue, data mean value is as new class central point, and asks data similarity in queue;
If step 4 data similarity is less than threshold value, lockable data center is worth, otherwise repeats step 2,3.
Preferably, in step 2, the specific algorithm asking for new mean value is:
u ‾ N + 1 = f ( N , u ‾ N , d N + 1 ) = u ‾ N * N + d N + 1 N + 1
Wherein, d n+1for the raw data newly added, for the average of N number of data that previous step has been tried to achieve.
Preferably, in step 3, the specifying information of the balancing method of internal data similarity is:
d i s tan c e = g ( u ‾ 1 , u ‾ 2 , ... , u ‾ K ) = Σ i = 1 K ( u ‾ i - u ‾ ‾ ) 2 K - 1
u ‾ ‾ = h ( u ‾ 1 , u ‾ 2 , ... , u ‾ K ) = Σ i = 1 K u ‾ i K
Wherein, K is queue length, for data in queue.
The present invention is based on the method for the dynamic weighing of popularized type K-Means decision making algorithm, be compared to traditional running mean estimating algorithm, the filter thought discarded tradition, from K-Means categorised decision algorithm idea, all data are divided into a class, and the target of algorithm is stretched to by classification and solves class center.The present invention has taken into account time efficiency and accuracy two aspects, can go out central value data accurately with shorter data estimation, can be used for the central value estimation with the dynamic data fluctuated widely.
Accompanying drawing explanation
Fig. 1 is the raw data distribution plan of first group of data in the preferred embodiment of the present invention;
Fig. 2 is the dynamic weighing data profile obtained after first group of data acquisition running mean algorithm in the preferred embodiment of the present invention;
Fig. 3 is the dynamic weighing data profile obtained after first group of data acquisition algorithm of the present invention in the preferred embodiment of the present invention;
Fig. 4 is the raw data distribution plan of second group of data in the preferred embodiment of the present invention;
Fig. 5 is the dynamic weighing data profile obtained after second group of data acquisition running mean algorithm in the preferred embodiment of the present invention;
Fig. 6 is the dynamic weighing data profile obtained after second group of data acquisition algorithm of the present invention in the preferred embodiment of the present invention.
Embodiment
Illustrate that the present invention is further detailed explanation with simulation process below in conjunction with accompanying drawing:
The present invention is based on the method for the dynamic weighing of popularized type K-Means decision making algorithm, this algorithm make use of the Clustering of K-Means, utilizes the iteration of cluster and decision process to ask for class center, in this, as the central value of dynamic data.The concrete steps of this algorithm are as follows:
1. algorithm data initialization, comprising:
1) data queue that length is K is set up;
2) specific width window N is obtained 0interior dynamic data asks for average as initial center point, and add queue;
u ‾ 1 = d 1 + d 2 + ... + d N 0 N 0
2. window expands successively, adds new raw data d i, ask for new mean value and add queue if queue is full, then the principle following first in first out covers existing value;
Data mean value in step 3, queue as new class central point, and ask data similarity distance in queue;
u ‾ ‾ = h ( u ‾ 1 , u ‾ 2 , ... , u ‾ K ) = Σ i = 1 K u ‾ i K
d i s tan c e = g ( u ‾ 1 , u ‾ 2 , ... , u ‾ K ) = Σ i = 1 K ( u ‾ i - u ‾ ‾ ) 2 K - 1
If step 4 data similarity is less than threshold value, lockable data center is worth, otherwise repeats step 2,3.
As the simulation result that Fig. 1-6 is two groups of data, as described in illustrate, according to weighing system, general 1s obtains the actual time delay demand of 10 data, gets moving window initial size N here 0=20, queue length K=10.It is comparatively large that this emulates data fluctuations used, and when namely virtual center value is D, fluctuation data can fluctuation in the scope of [0,2D].As figure, contrast visible, running mean algorithm can only obtain the central value data of certain error, and when dynamic data fluctuation is larger, the central value that running mean algorithm is estimated also has certain fluctuation, and algorithm of the present invention can obtain comparatively stable central value data.
As seen from the figure, when fluctuating larger, the present invention may occur the state (diagram is shown as and recovers null value) that data cannot lock but algorithm of the present invention can relock central value data in 2s time range, meets the demand that practical application is immediately stable.
The above, be only present pre-ferred embodiments, therefore can not limit scope of the invention process according to this, the equivalence change namely done according to the scope of the claims of the present invention and description with modify, all should still belong in scope that the present invention contains.

Claims (3)

1., based on a method for the dynamic weighing of popularized type K-Means categorised decision, it is characterized in that comprising:
Step 1, algorithm data initialization, comprising:
1) data queue of length-specific is set up;
2) obtain dynamic data in specific width window and ask for average, as initial center point, and add queue;
Step 2, window expand successively, add new raw data, ask for new mean value and add queue, if queue is full, then the principle following first in first out covers existing value;
In step 3, queue, data mean value is as new class central point, and asks data similarity in queue;
If step 4 data similarity is less than threshold value, lockable data center is worth, otherwise repeats step 2,3.
2., as claimed in claim 1 based on the method for the dynamic weighing of popularized type K-Means categorised decision, it is characterized in that: in step 2, the specific algorithm asking for new mean value is:
u ‾ N + 1 = f ( N , u ‾ N , d N + 1 ) = u ‾ N * N + d N + 1 N + 1
Wherein, d n+1for the raw data newly added, for the average of N number of data that previous step has been tried to achieve.
3., as claimed in claim 1 based on the method for the dynamic weighing of popularized type K-Means categorised decision, it is characterized in that: in step 3, the specifying information of the balancing method of internal data similarity is:
d i s tan c e = g ( u ‾ 1 , u ‾ 2 , ... , u ‾ K ) = Σ i = 1 K ( u ‾ i - u ‾ ‾ ) 2 K - 1
u ‾ ‾ = h ( u ‾ 1 , u ‾ 2 , ... , u ‾ K ) = Σ i = 1 K u ‾ i K
Wherein, K is queue length, for data in queue.
CN201510598916.6A 2015-09-18 2015-09-18 Dynamic weighing method based on generalized K-Means classification decision Pending CN105117609A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510598916.6A CN105117609A (en) 2015-09-18 2015-09-18 Dynamic weighing method based on generalized K-Means classification decision

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510598916.6A CN105117609A (en) 2015-09-18 2015-09-18 Dynamic weighing method based on generalized K-Means classification decision

Publications (1)

Publication Number Publication Date
CN105117609A true CN105117609A (en) 2015-12-02

Family

ID=54665597

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510598916.6A Pending CN105117609A (en) 2015-09-18 2015-09-18 Dynamic weighing method based on generalized K-Means classification decision

Country Status (1)

Country Link
CN (1) CN105117609A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106323431A (en) * 2016-08-24 2017-01-11 上海芝研检测技术有限公司 High-speed dynamic weighing system of automatic weight checker and work flow thereof
CN106352964A (en) * 2016-08-24 2017-01-25 上海芝研检测技术有限公司 Adaptive dynamic weight system and work process of automatic checkweigher
CN107505033A (en) * 2017-07-28 2017-12-22 武汉依迅北斗空间技术有限公司 Overload of vehicle determination methods and system based on the conversion of load measuring sensor measurement signal
CN108613730A (en) * 2018-06-14 2018-10-02 贵州大学 A kind of production line dynamic weighing online calibration method

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106323431A (en) * 2016-08-24 2017-01-11 上海芝研检测技术有限公司 High-speed dynamic weighing system of automatic weight checker and work flow thereof
CN106352964A (en) * 2016-08-24 2017-01-25 上海芝研检测技术有限公司 Adaptive dynamic weight system and work process of automatic checkweigher
CN107505033A (en) * 2017-07-28 2017-12-22 武汉依迅北斗空间技术有限公司 Overload of vehicle determination methods and system based on the conversion of load measuring sensor measurement signal
CN108613730A (en) * 2018-06-14 2018-10-02 贵州大学 A kind of production line dynamic weighing online calibration method

Similar Documents

Publication Publication Date Title
CN104156524B (en) The Aggregation Query method and system of transport data stream
CN102419430B (en) Parallel-baseline-based two-dimensional direction finding method of round array phase interferometer
CN105117609A (en) Dynamic weighing method based on generalized K-Means classification decision
CN105719023A (en) Real-time wind power prediction and error analysis method based on mixture Gaussian distribution
CN107703480A (en) Mixed kernel function indoor orientation method based on machine learning
CN104713560A (en) Spatial multisource distance measuring sensor registering method based on expectation maximization
CN107038292A (en) A kind of many output of wind electric field correlation modeling methods based on adaptive multivariable nonparametric probability
CN106067034B (en) Power distribution network load curve clustering method based on high-dimensional matrix characteristic root
CN110109080B (en) Weak signal detection method based on IA-SVM model
CN103984844A (en) Similarity measuring algorithm for sequences in different lengths
CN103018555A (en) High-precision electric power parameter software synchronous sampling method
CN105574265B (en) Entire assembly model quantitative description towards model index
CN103018729B (en) Method for calculating radar scattering cross section of metal cylindrical calibration body
CN104200458A (en) MeanShift based high-resolution remote sensing image segmentation distance measurement optimization method
CN106408571B (en) A kind of variable class remote sensing image segmentation method based on the selection of optimal fuzzy factor
CN107064893B (en) Pareto distribution with wide scope method for parameter estimation based on logarithmic moment
CN104731762B (en) Cube phase modulated parameter estimating method based on cyclic shift
CN104778341A (en) Magnetic resonance coil combination coefficient calculation method, magnetic resonance imaging method and device thereof
CN106154257B (en) The secondary frequency measuring method of precision instrumentation radar based on FFT and apFFT
CN103049653A (en) G0 distribution parameter maximum likelihood estimation method based on EM (Expectation-Maximization) algorithm
CN103575979B (en) A kind of method of digitized measurement ac frequency
CN109738852A (en) The distributed source two-dimensional space Power estimation method rebuild based on low-rank matrix
CN105373805A (en) A multi-sensor maneuvering target tracking method based on the principle of maximum entropy
CN106814343B (en) A kind of airspace signal space Power estimation method of substep estimation
CN107463744A (en) Lifting airscrew micro-doppler method for parameter estimation based on parametrization rarefaction representation

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20151202

RJ01 Rejection of invention patent application after publication