METHOD FOR DETECTING A DIOXIN EMISSION CONCENTRATION OF A MUNICIPAL SOLID WASTE INCINERATION PROCESS BASED ON MULTI-LEVEL FEATURE SELECTION
20210033282 ยท 2021-02-04
Inventors
Cpc classification
F23G5/50
MECHANICAL ENGINEERING; LIGHTING; HEATING; WEAPONS; BLASTING
F23G2207/10
MECHANICAL ENGINEERING; LIGHTING; HEATING; WEAPONS; BLASTING
F23G2208/00
MECHANICAL ENGINEERING; LIGHTING; HEATING; WEAPONS; BLASTING
F23G2900/55003
MECHANICAL ENGINEERING; LIGHTING; HEATING; WEAPONS; BLASTING
Y02E20/12
GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
International classification
Abstract
A method for detecting a dioxin emission concentration of a municipal solid waste incineration process based on multi-level feature selection. A grate furnace-based MSWI process is divided into a plurality of sub-processes. A correlation coefficient value, a mutual information value and a comprehensive evaluation value between each of original input features of the sub-processes and the DXN emission concentration are obtained, thereby obtaining first-level features. The first-level features are selected and statistically processed by adopting a GAPLS-based feature selection algorithm and according to redundancy between different features, thereby obtaining second-level features. Third-level features are obtained according to the first-level features and statistical results of the second-level features. A PLS algorithm-based DXN detection model is established based on model prediction performance and the third-level features. The obtained PLS algorithm-based DXN detection model is applied to detect the DXN emission concentration of the MSWI process.
Claims
1. A method for detecting a dioxin (DXN) emission concentration in a municipal solid waste incineration (MSWI) process based on multi-level feature selection, comprising: 1) dividing a grate furnace-based municipal solid waste incineration (MSWI) process into a plurality of sub-processes based on an incineration process; wherein the plurality of sub-processes comprise an incineration treatment sub-process, a boiler operation sub-process, a flue gas treatment sub-process, a steam electric power generation sub-process, a stack emission sub-process and a common resource supply sub-process; 2) obtaining a correlation coefficient value and a mutual information value between each of original input features of the sub-processes and the DXN emission concentration; and obtaining a comprehensive evaluation value of candidate input features according to the obtained correlation coefficient value and the obtained mutual information value, thereby completing the selection of first-level features of all of the sub-processes; 3) selecting and statistically processing the first-level features by adopting a feature selection algorithm based on genetic algorithm-based partial least squares (GAPLS) and according to redundancy between different features, thereby completing the selection of second-level features of all of the sub-processes; 4) performing a third-level feature selection according to the first-level features and statistical results of the second-level features within a preset threshold range, thereby completing the selection of third-level features of all of the sub-processes; and 5) establishing a partial least squares (PLS) algorithm-based DXN detection model according to model prediction performance and the third-level features; and detecting the DXN emission concentration by the obtained PLS algorithm-based DXN detection model.
2. The method of claim 1, further comprising: arranging the first-level features in series after the step of obtaining the first-level features of all of the sub-processes so as to obtain the first-level features based on a single feature correlation.
3. The method of claim 2, wherein the DXN detection model comprises input data and output data; wherein the input data is expressed as XR.sup.NP and comprises N samples as row data and P variables as column data; the input data is derived from the sub-processes of the MSWI process; monitoring data of an i-th sub-process is obtained by using a programmable logic controller (PLC) device or a distributed control system (DCS) device installed on site and is expressed as X.sub.iR.sup.NP.sup.
X=[X.sub.1, . . . , X.sub.i, . . . , X.sub.I]={X.sub.i}.sub.i=1.sup.I(1)
P=P.sub.1+ . . . +P.sub.i+ . . . +P.sub.I=.sub.i=1.sup.IP.sub.i(2) wherein I represents the number of the sub-processes P.sub.t and represents the number of input features in the i-th sub-process; X.sub.t is expressed as:
4. The method of claim 3, wherein the step of obtaining the correlation coefficient value comprises: 1.1) calculating an original correlation coefficient value between each of the original input features and the DXN emission concentration, wherein an original correlation coefficient value between a p-th input feature (x.sup.p.sup.
(.sub.corr.sup.p.sup.
5. The method of claim 4, wherein the step of obtaining the mutual information value comprises: 2.1) calculating a mutual information value between each of the original input features and the DXN emission concentration, wherein a mutual information value between the p-th input feature (x.sup.p.sup.
6. The method of claim 5, wherein the step of obtaining the comprehensive evaluation value comprises: 3.1) for the i-th sub-process, taking the intersection of the mutual information-selected features (X.sub.mi.sup.sel).sub.t and the correlation coefficient-selected features (X.sub.corr.sup.sel).sub.t according to Equation (15), thereby obtaining a comprehensive evaluation value-selected candidate feature set,
7. The method of claim 6, wherein k.sub.i.sup.corr is equal to 0.5; and k.sub.i.sup.mi is equal to 0.5.
8. The method of claim 6, wherein the step of obtaining the comprehensive evaluation value further comprises: 4.1) setting a weight factor of the i-th sub-process as f.sub.i.sup.corr_mi; calculating a threshold .sub.i.sup.1stsel configured to select the input features based on the comprehensive evaluation value according to
9. The method of claim 8, wherein the step of arranging the first-level features in series comprises: arranging the first-level features in series to obtain the first-level features x.sub.1st.sup.sel based on the single feature correlation;
10. The method of claim 8, wherein a strategy of second-level feature selection comprises: inputting the first-level features X.sub.1st.sup.sel; running the GAPLS algorithm J times; outputting the second-level features X.sub.2nd.sup.sel).sub.j and then outputting the number of times that the respective first-level input features are selected; and statistically processing the second-level features that are selected J.sub.sel times, wherein when a GAPLS model prediction error is smaller than a prediction error average obtained by running the GAPLS algorithm J times, a second-level feature is selected; recording the number of times that a p.sub.1st.sup.sel-th feature is selected as
11. The method of claim 10, wherein the step of the second-level feature selection comprises: 5.1) setting the number of times that the GAPLS algorithm runs as J; setting GAPLS algorithm parameters; initializing a population size, maximum genetic algebra, mutation probability, a crossover method and a number of latent variables of the PLS algorithm; and setting j=1 and starting the selection of the second-level features; 5.2) determining whether the GAPLS algorithm runs J times; if yes, proceeding to step (5.11); if no, proceeding to step (5.3); 5.3) performing binary encoding for features, wherein a length of a chromosome is the number of input features; 1 implies that a feature is selected; and 0 implies that no feature is selected; 5.4) performing random initialization on population; 5.5) evaluating the fitness of the population; and calculating a root mean square error of cross-validation (RMSECV) using a leave-one-out cross-validation method; 5.6) determining whether a termination condition of the maximum genetic algebra is reached, if no, proceeding to step (5.7); if yes, proceeding to step (5.9); 5.7) performing genetic operations comprising selection, crossover and variation, wherein the selection is performed through an elite substitution strategy, that is, individuals with poor fitness are replaced with individuals with good fitness; the crossover is performed through single point crossover; and the genetic variation is performed through single point mutation; 5.8) obtaining a new population and proceeding to step (5.5); 5.9) obtaining an optimal individual after running the GAPLS algorithm times; and performing decoding to obtain selected second-level features and recording the selected second-level features as (X.sub.2nd.sup.sel).sub.j; 5.10) setting j=j+1; and proceeding to step (5.2); 5.11) calculating an average value of root mean square errors (RMSE) of a prediction model obtained by running the GAPLS algorithm J times; recording the number of the root mean square errors of the GAPLS model that are larger than the average value as J.sub.sel; processing the second-level features that are selected J.sub.sel times by counting the number of times that the P.sub.1st.sup.sel-th feature in the first-level features is selected,
12. The method of claim 11, wherein the population size is 20; the maximum genetic algebra is 40; a maximum number of latent variables of the PLS algorithm is 6; and the mutation probability is 0.005.
13. The method of claim 11, wherein the step of the third-level feature selection comprises: according to the number of times
14. The method of claim 13, wherein the step of establishing the PLS algorithm-based DXN detection model comprises: increasing values of the threshold .sub.DXN.sup.3rd between .sub.DXN.sup.downlimit and .sub.DXN.sup.uplimit one by one; so as to establish a plurality of first temporary PLS algorithm-based DXN detection models; selecting a second temporary PLS algorithm-based DXN detection model from the plurality of first temporary PLS algorithm-based DXN detection models, wherein the second temporary PLS algorithm-based DXN detection model has a minimum value of RMSE; checking the input features of the DXN emission concentration detection model to determine whether the input features comprise concentrations of CO, HCL, O.sub.2 and NO.sub.x emitted from a chimney; and removing features in the common resource supply sub-process; if the input features do not include concentrations of CO, HCL, O.sub.2 and NO.sub.x, additionally selecting the third-level features to obtain selected three-level features X.sub.3rd.sup.sel, thereby varying the number of features that are selected and establishing the PLS algorithm-based DXN detection model based on prior knowledge.
15. The method of claim 1, wherein variables of the PLS algorithm-based DXN detection model have 287 dimensions.
16. The method of claim 1, wherein weight factors f.sub.i.sup.corr, f.sub.i.sup.mi and f.sub.i.sup.corr_mi of feature selection of the correlation coefficient value and the mutual information value of the first-level features are 0.8.
17. The method of claim 1, wherein there are 132 feature variables selected by the comprehensive evaluation value; for the selected 132 process variables based on the single feature correlation, an optimal process variable combination is determined using the GAPLS algorithm so as to remove redundant features.
Description
BRIEF DESCRIPTION OF THE DRAWINGS
[0109] The present application will be further described below with reference to the accompanying drawings, so that the present application is more understandable. The accompanying drawings disclosed herein are merely illustrative and not intended to limit the present application.
[0110]
[0111]
[0112]
[0113]
[0114]
[0115]
[0116]
[0117]
[0118]
[0119]
[0120]
[0121]
[0122]
[0123]
[0124]
[0125]
[0126]
[0127]
[0128] In the drawings: 1, unloading hall; 2, storage tank; 3, claw; 4, incinerator feed hopper; 5, grate; 6, slag tank; 7, steam turbine set; 8, reactor; 9, lime storage tank; 10, activated carbon storage tank; 11, fly ash storage bin; 12, bag dust collector; 13, mixer; 14, water tank; 15, draft fan; and 16, chimney.
DETAILED DESCRIPTION OF EMBODIMENTS
[0129] The present application will be further described below with reference to the accompanying drawings to clearly and completely illustrate the technical solutions of the embodiments. It is apparent that the embodiments below are merely preferred embodiments of the present application and are not intended to limit the invention. Any other embodiments made by those skilled in the art based on the embodiments disclosed herein without sparing any creative efforts should fall within the scope of the invention.
[0130]
[0131] The method includes the following steps.
[0132] S101) A grate furnace-based municipal solid waste incineration (MSWI) process is divided into a plurality of sub-processes based on incineration process. The plurality of sub-processes include an incineration treatment sub-process, a boiler operation sub-process, a flue gas treatment sub-process, a steam electric power generation sub-process, a stack emission sub-process and a common resource supply sub-process.
[0133] S102) A correlation coefficient value and a mutual information value between each of original input features of the sub-process and the DXN emission concentration are obtained. Then a comprehensive evaluation value of candidate input features is obtained according to the obtained correlation coefficient value and the obtained mutual information value, thereby obtaining first-level features of all of the sub-processes.
[0134] S103) The first-level features are selected and statistically processed by adopting a GAPLS-based feature selection algorithm and according to redundancy between different features, thereby obtaining second-level features of all of the sub-processes.
[0135] S104) The first-level features and the second-level features are screened based on statistical results within a preset threshold range, thereby obtaining the third-level features of all of the sub-processes
[0136] S105) A DXN detection model based on a partial least squares (PLS) algorithm is obtained according to model prediction performance and the third-level features. The DXN emission concentration is detected by the obtained PLS algorithm-based DXN detection model.
[0137] Specifically, the goal of feature selection in the present application is to improve the prediction performance and interpretability of a soft sensing model. The concentration detection method of the present application belongs to environmental protection fields, particularly to complex industrial process parameter detection. In the present embodiment, a method for detecting a dioxin (DXN) emission concentration in a MSWI process based on multi-level feature selection is provided. Firstly, from the perspective of the correlation between a single input feature and the DXN emission concentration, a comprehensive evaluation value index is constructed by combining the correlation coefficient and the mutual information, so as to realize the first-level feature selection of process variables of a monitored sub-process in the MSWI process. Secondly, from the perspective of multiple feature redundancy and feature selection robustness, running the GAPLS-based feature selection algorithm multiple times is performed to achieve the second-level feature selection based on the selected first-level features. Finally, by the combination of the number of times that previously selected features are selected, the model prediction performance and mechanism, the third-level feature selection is achieved based on the selected second-level features. The DXN emission concentration detection model can be established based on the obtained features. The method provided herein is verified to be effective by multi-year DXN monitoring data of an incineration plant.
[0138] Compared to the prior art, in the method of the present embodiment, feature selection of input features is performed for each sub-process of the MSWI process, so as to detect the DXN emission concentration of the MSWI process. The method has good interpretability, conforms to DXN emission characteristics of the MSWI process and provides support for subsequent optimization control research.
[0139] Specifically, the method further includes a step of arranging the first-level features in series after obtaining the first-level features of a 1 of the sub-processes, so as to obtain the first-level features based on single feature correlation.
[0140] Specifically, the DXN detection model includes input data and output data.
[0141] The input data is expressed as XR.sup.NP and includes N samples as row data and P variables as column data. The input data is derived from respective sub-processes of the MSWI process. Monitoring data of an i-th sub-process is obtained by using a programmable logic controller (PLC) device or a distributed control system (DCS) device installed on site and is expressed as X.sub.iR.sup.NP.sup.
X=[X.sub.1, . . . , X.sub.i, . . . , X.sub.I]={X.sub.i}.sub.i=1.sup.I(1)
P=P.sub.1+ . . . +P.sub.i+ . . . +P.sub.I=.sub.i=1.sup.IP.sub.i(2) [0142] where I represents the number of the sub-processes, and P.sub.i represents the number of the input features in the i-th sub-process; [0143] X.sub.i is expressed as:
[0145] The output data is expressed as y={y.sub.n}.sub.n=1.sup.NR.sup.N1 and includes N samples; and represents a predicted value.
[0146] Specifically, the step of obtaining the correlation coefficient value is performed through the following steps. [0147] 1.1) An original correlation coefficient value between each of the original input features and the DXN emission concentration is calculated. For example, an original correlation coefficient value between a p-th input feature (x.sup.p.sup.
(.sub.corr.sup.p.sup.
[0161] Specifically, the step of obtaining the mutual information value includes the following steps. [0162] 2.1) A mutual information value between each of the original input features and the DXN emission concentration is calculated. For example, a mutual information value between the p-th input feature (x.sup.p.sup.
[0174] Specifically, the step of obtaining the comprehensive evaluation value is performed through the following steps. [0175] 3.1) For the i-th sub-process, the intersection of the mutual information-selected features (X.sub.mi.sup.sel).sub.i and the correlation coefficient-selected features (X.sub.corr.sup.sel).sub.i is performed according to Equation (15), thereby obtaining a comprehensive evaluation value-selected candidate feature set
represents a (p.sub.i).sub.corr_mi.sup.sel-th candidate feature of the i-th sub-process; and a correlation coefficient value of the (p.sub.i).sub.corr_mi.sup.sel-th candidate feature is
and a mutual information value of the (p.sub.i).sub.corr_mi.sup.sel-th candidate feature is
represents a standardized correlation coefficient value of the p.sub.corr_mi.sup.sel-th candidate feature of the i-th sub-process; and
represents a standardized mutual information value of the p.sub.corr_mi.sup.sel-th candidate feature of the i-th sub-process. [0179] 3.3) The comprehensive evaluation value of the candidate input features are defined as
and are expressed as follows:
[0182] Specifically, k.sub.i.sup.corr is equal to 0.5; and k.sub.i.sup.mi is equal to 0.5.
[0183] Specifically, the step of obtaining the comprehensive evaluation value of the candidate input features according to the correlation coefficient value and the mutual information value is performed through the following steps. [0184] 4.1) A weight factor of the i-th sub-process is set as f.sub.i.sup.corr_mi. A threshold .sub.i.sup.1stsel configured to select the input features based on the comprehensive evaluation value is calculated as follows:
are selected as comprehensive evaluation value-selected input features, and recorded as:
[0191] Specifically, the step of arranging the first-level features in series is performed through the following steps.
[0192] The first-level features are arranged in series to obtain the first-level features X.sub.1st.sup.sel based on the single feature correlation;
represents a p.sub.1st.sup.sel-th feature in a first-level feature selection set;
represents the number of all of the first-level features; and X.sub.1st.sup.sel represents single feature correlation-based first-level feature obtained by serially combining the first-level features of all of the sub-processes.
[0194] Specifically, a strategy of selecting the second-level features is described as follows.
[0195] The first-level features X.sub.1st.sup.sel are inputted into a GAPLS algorithm. After running the GAPLS algorithm J times, the second-level features (X.sub.2nd.sup.sel).sub.j are outputted. Then the number of times that the respective inputted first-level features are selected is outputted. The second-level features that are selected J.sub.sel times are statistically processed. When a GAPLS model prediction error is smaller than a prediction error average obtained by running the GAPLS algorithm J times, a second-level feature is selected.
[0196] The number of times that a p.sub.1st.sup.sel-th feature is selected is recorded as
accordingly, all P.sub.1st.sup.sel-th features of the first-level features are recorded as
[0197] J is the number of times that the GAPLS algorithm runs. J.sub.sel is the number of GAPLS models prediction errors of which are smaller than a prediction error average. (X.sub.2nd.sup.sel).sub.j represents multiple feature redundancy-based second-level features selected by jth run of the GAPLS algorithm.
[0198] Specifically, the step of selecting the second-level features is performed through the following steps.
[0199] 5.1) The number of times that the GAPLS algorithm runs is set as J. GAPLS algorithm parameters are set. Population size, maximum genetic algebra, mutation probability, a crossover method and a number of latent variables of the PLS algorithm are initialized. j=1 is set and the selection of the second-level features is started.
[0200] 5.2) Whether the GAPLS algorithm runs J times is determined. If yes, step (5.11) continues; if no, step (5.3) continues.
[0201] 5.3) Binary encoding for features is performed. A length of a chromosome is the number of input features. 1 implies that a feature is selected; and 0 implies that no feature is selected.
[0202] 5.4) Random initialization on population is performed.
[0203] 5.5) The fitness of the population is evaluated. A root mean square error of cross-validation (RMSECV) is calculated using a leave-one-out cross-validation method.
[0204] 5.6) Whether a termination condition of the maximum genetic algebra is reached is determined. If no, step (5.7) continues. If yes, step (5.9) continues.
[0205] 5.7) Genetic operations including selection, crossover and variation are performed. The selection is performed through an elite substitution strategy, that is, individuals with poor fitness are replaced with individuals with good fitness. The crossover is performed through single point crossover. The genetic variation is performed through single point mutation;
[0206] 5.8) A new population is obtained and step (5.5) continues.
[0207] 5.9) An optimal individual is obtained by running the GAPLS algorithm J times. Decoding is performed to obtain selected second-level features. The selected second-level features are recorded as (X.sub.2nd.sup.sel).sub.j.
[0208] 5.10) Let j=j+1, and step (5.2) continues.
[0209] 5.11) An average value of root mean square errors (RMSE) of a prediction model is calculated by running the GAPLS algorithm J times. The number of the root mean square errors of the GAPLS model that are larger than the average value is recorded as J.sub.sel. The second-level features that are selected J.sub.sel so times are processed by counting the number of times that the P.sub.1st.sup.sel-th feature in the first-level features is selected,
is the number of times that the p.sub.1st.sup.sel-th feature in the first-level features is selected.
[0211] Specifically, the population size is 20. The maximum genetic algebra is 40. A maximum number of latent variables of the PLS algorithm is 6. The mutation probability is 0.005.
[0212] Specifically, the step of selecting the third-level features is performed through the following steps.
[0213] According to the number of times
that all the p.sub.1st.sup.sel-th features in the first-level features are selected, a scale factor is set as f.sub.DXN.sup.RMSE. A lower limit of a threshold configured to select the third-level features recorded as .sub.DXN.sup.downlimit and calculated according to:
[0215] A maximum value of the number of times that all the p.sub.1st.sup.sel-th features in the first-level features are selected is found based on an upper limit .sub.DXN.sup.uplimit of the threshold configured to select the third-level features,
[0216] The threshold is recorded as .sub.DXN.sup.3rd and is between .sub.DXN.sup.downlimit and .sub.DXN.sup.uplimit. The third-level features are obtained according to
represents the number of times that the p.sub.1st.sup.sel-th feature in the first-level features is selected by running the GAPLS algorithm J times; .sup.p represents a threshold selection criterion for selecting the third-level features.
[0218] Feature variables of .sup.p=1 are sequentially stored in X.sub.3rd.sup.sel_temp. The RMSE is calculated. X.sub.3rd.sup.sel_temp serves as input variables in the establishment of the PLS algorithm-based DXN detection model. X.sub.3rd.sup.sel represents the third-level features selected from X.sub.1st.sup.sel based on a feature selection threshold .sub.3rd and prior knowledge.
[0219] Specifically, the step of establishing the DXN detection model based on the PLS algorithm is implemented through the following steps.
[0220] Values of the threshold .sub.DXN.sup.3rd between .sub.DXN.sup.downlimit and .sub.DXN.sup.uplimit are increased one by one so as to establish a plurality of first temporary PLS algorithm-based DXN detection model.
[0221] A second temporary PLS algorithm-based DXN detection model is selected from the plurality of first temporary PLS algorithm-based DXN detection models. The second temporary PLS algorithm-based DXN detection model has a minimum value of RMSE.
[0222] Checking the input features of the DXN emission concentration detection model is performed to determine whether the input features comprises concentrations of CO, HCL, O.sub.2 and NO.sub.x emitted from a chimney. At the same time, features in the common resource supply Rib-process are removed. If the input features do not include concentrations of CO, HCL, O.sub.2 and NO.sub.x, the third-level features are additionally selected to obtain selected three-level features X.sub.3rd.sup.sel, thereby varying the number of features that are selected and establishing the PLS algorithm-based DXN detection model based on prior knowledge.
[0223] Specifically, variables of the PLS algorithm-based DXN detection model have 287 dimensions.
[0224] Specifically, weight factors f.sub.i.sup.corr, f.sub.i.sup.mi and f.sub.t.sup.corr_mi of feature selection of the correlation coefficient value and the mutual information value of the first-level features are 0.8.
[0225] Specifically, there are 132 feature variables selected by the comprehensive evaluation value. For the selected 132 process variables based on the single feature correlation, an optimal combination of the process variables is determined using the GAPLS algorithm so as to remove redundant features.
[0226] The present embodiment provides a method for detecting a dioxin (DXN) emission concentration in a MSWI process based on multi-level feature selection, which is implemented through the following specific steps.
[0227] A municipal solid waste incineration (MSWI) process is divided into six sub-processes based on an incineration process. The six sub-processes include an incineration treatment sub-process, a boiler operation sub-process, a flue gas treatment sub-process, a steam electric power generation sub-process, a stack emission sub-process and a common resource supply sub-process.
[0228] In the present application, the input data of the DXN detection model is expressed as XR.sup.NP and includes N samples as row data and P variables as column data. The input data is derived from respective sub-processes of the MSWI process. Monitoring data of an i-th sub-process is obtained by using a programmable logic controller (PLC) device or a distributed control system (DCS) device installed on site and is expressed as X.sub.iR.sup.NP.sup.
X=[X.sub.1, . . . , X.sub.t, X.sub.I]={X.sub.i}.sub.i=1.sup.I(1)
P=P.sub.1+ . . . +P.sub.i+ . . . +P.sub.I=.sub.i=1.sup.IP.sub.i(2).
[0229] I represents the number of the sub-processes. P.sub.i represents the number of input features in the i-th sub-process, and the input features are variables derived from the monitoring data.
[0230] Accordingly, output data of the DXN detection model is expressed as y={y.sub.n}.sub.n=1.sup.NR.sup.N1 and includes Nsamples as row data.
[0231] Obviously, the input/output data of the model is quite different in a time scale, and thus NP.
[0232] In order to make the following description understandable, X.sub.t is modified as:
[0234] The present application provides a DXN emission concentration detection strategy for a MSWI process based on multi-level feature selection.
[0235] As shown in
represents the number of times that the p.sub.1st.sup.sel-th feature in the first-level features is selected. X.sub.3rd.sup.sel represents a third-level feature selected from X.sub.1st.sup.sel in the light of a feature selection threshold .sub.3rd and prior knowledge. M.sub.parx represents parameters of the detection model. represents a predicted value.
[0236] In the method of the present embodiment, the algorithm is realized through the following steps.
[0237] 1. First-Level Feature Selection Based on Single Feature Correlation
[0238] 1.1 Single Feature Correlation Measurement Based on Correlation Coefficient
[0239] Step 1.1) An original correlation coefficient value between each of the original input features and the DXN emission concentration is calculated. For example, an original correlation coefficient value between a p-th input feature (x.sup.p.sup.
[0241] Step 1.2) The original correlation coefficient value (.sub.corr_ori.sup.p.sup.
(.sub.corr.sup.p.sup.
[0243] Step 1.3) Steps (1.1)-(1.2) are repeated for respective original input features until correlation coefficients for all of the original input features are obtained and recorded as {.sub.corr.sup.p.sup.
[0244] Step 1.4) A weight factor of the i-th sub-process is set as f.sub.i.sup.corr. A threshold .sub.i.sup.corr configured to select input features based on the correlation coefficients is calculated according to:
[0247] Step 1.5) The p-th input feature of the i-th sub-process is selected according to rules as follows:
[0249] Step 1.6) A feature (x.sup.P.sup.
[0250] Step 1.7) Steps (1.1)-(1.6) are performed for all of the original input features of the i-th sub-process; and the selected candidate features are recorded as:
[0252] Step 1.8) Steps (1.1)-(1.7) are repeated for all the sub-processes; and correlation coefficient measurement-selected features are recorded as {(X.sub.corr.sup.sel).sub.i}.sub.t=1.sup.J. [0253] 1.2 Single Feature Correlation Measurement Based on Mutual Information
[0254] Step 2.1) A mutual information value between each of the original input features and the DXN emission concentration is calculated. For example, a mutual information value between the p-th input feature (x.sup.p.sup.
[0256] Step 2.2) Step (2.1) is repeated for the respective original input features until mutual information values of all of the original input features are obtained. The obtained mutual information values are recorded as {.sub.mi.sup.p.sup.
[0257] Step 2.3) A weight factor of the i-th sub-process is set as f.sub.i.sup.mi. A mutual information-related threshold .sub.i.sup.mi is calculated according to:
[0259] Step 2.4) The p-th input feature of the i-th sub-process is selected according to rules as follows:
[0261] Step 2.5) A feature (x.sup.p.sup.
[0262] Step 2.6) Steps (2.1)-(2.5) are repeated for all of the input features of the i-th sub-process. The selected candidate features are recorded as:
[0264] Step 2.7) Steps (2.1)-(2.6) are repeated for all the sub-processes. Mutual information measurement-selected features are recorded as {(X.sub.mi.sup.sel).sub.i}.sub.i=1.sup.I.
[0265] 1.3 Single Feature Correlation Measurement Based on a Comprehensive Evaluation Value
[0266] Step 3.1) For the i-th sub-process, the intersection of the mutual information-selected features (x.sub.mi.sup.sel).sub.i and the correlation coefficient-selected features (X.sub.corr.sup.sel).sub.i is performed according to Equation (15), thereby obtaining a comprehensive evaluation value-selected candidate feature set
represents a (p.sub.i).sub.corr_mi.sup.sel-th candidate feature of the i-th sub-process; and a correlation coefficient value of the (p.sub.i).sub.corr_mi.sup.sel-th candidate feature is
and a mutual information value of the (p.sub.i).sub.corr_mi.sup.sel-th candidate feature is
[0268] Step 3.2) Normalization is performed according to Equations (16) and (17) so as to eliminate size differences of the correlation coefficient value and mutual information value of the different input features;
represents a standardized correlation coefficient value of the p.sub.corr_mi.sup.sel-th candidate feature of the i-th sub-process; and
represents a standardized mutual information value of the p.sub.corr_mi.sup.sel-th candidate feature of the i-th sub-process.
[0270] Step 3.3) A comprehensive evaluation value of the candidate input features is defined as
and can be expressed as
[0272] Step 3.4) Steps (3.1)-(3.3) are repeated until comprehensive evaluation values of all of the candidate input features are obtained and recorded as
[0273] Step 3.5) A weight factor of the i-th sub-process is set as f.sub.i.sup.corr_mi. A comprehensive evaluation value-related threshold .sub.i.sup.1stsel is calculated according to
[0275] Step 3.6) A (p.sub.i).sub.corr_mi.sup.sel-th candidate input feature of the i-th sub-process is selected according to rules as follows:
[0277] Step 3.7) Steps (3.5)(3.6) are performed for all the original candidate input features. Variables of
are selected as comprehensive evaluation value-related input feature and expressed as:
(X.sub.1st.sup.sel).sub.i=[(x.sup.1).sub.i, . . . , (x.sup.p.sup.
[0278] Step 3.8) Steps (3.5)-(3.7) are repeated until the selection of the first-level features of all the sub-processes is completed.
[0279] Step 3.9) The first-level features are arranged in series to obtain the first-level features X.sub.1st.sup.sel based on the single feature correlation;
represents a p.sub.1st.sup.sel-th feature in a first-level feature selection set; and
represents the number of all of the first-level features.
[0281] 2. Second-Level Feature Selection Based on Multiple Feature Redundancy
[0282] In the first-level feature selection, only the correlation between a single input feature and the DXN emission concentration is considered, and the redundancy between multiple features is not considered. For the second-level feature selection, GAPLS-based feature selection algorithm is used and the redundancy between multiple features is considered. In the consideration that DXN emission concentration modeling has small sample size and the genetic algorithm (GA) has randomness, provided herein is a second-level feature selection strategy based on multiple feature redundancy according an embodiment of the present application, as shown in
[0283] It can be seen from
and accordingly, all P.sub.1st.sup.sel-th features of the first-level features are recorded as
J is the number of times that the GAPLS algorithm runs, and the GAPLS algorithm generally runs more than 100 times. J.sub.sel is the number of GAPLS model J prediction errors smaller than a prediction error average obtained by running the GAPLS algorithm J times.
[0284] The second-level feature selection is performed through the following steps.
[0285] Step 1) The number of times that the GAPLS algorithm runs is set as J. GAPLS algorithm parameters are set. A population size, maximum genetic algebra, mutation probability, a crossover method and a number of latent variables of the PLS algorithm are initialized and generally set to 6. Let j=1 and the selection of the second-level features is started.
[0286] Step 2) Whether the GAPLS algorithm runs J times is determined. If yes, step (11) continues. If no, step (3) continues.
[0287] Step 3) Binary encoding for features is performed, where a length of a chromosome is the number of input features. 1 implies that a feature is selected. 0 implies that no feature is selected.
[0288] Step 4) Random initialization is performed on population.
[0289] Step 5) The fitness of the population is evaluated. A root mean square error of cross-validation (RMSECV) is calculated using a leave-one-out cross-validation method. The smaller the RMSECV, the better the fitness.
[0290] Step 6) Whether a termination condition of the maximum genetic algebra is reached is determined. If no, step (7) continues. If yes, step (9) continues.
[0291] Step 7) Genetic operations including selection, crossover and variation are performed through an elite substitution strategy, that is, individuals with poor fitness are replaced with individuals with good fitness. The crossover is performed through single point crossover. The genetic variation is performed through single point mutation.
[0292] Step 8) A new population is obtained and step (5) continues.
[0293] Step 9) An optimal individual is obtained by running the GAPLS algorithm J times. Further, decoding is performed to obtain selected second-level features (x.sub.2nd.sup.sel).sub.j.
[0294] Step 10) Let j=j+1, and step (2) continues.
[0295] Step 11) An average value of root mean square errors (RMSE) of a prediction model is calculated by running the GAPLS algorithm J times. The number of the root mean square errors of the GAPLS model that are larger than the average value is recorded as J.sub.sel. The second-level features that are selected J.sub.sel times is processed by counting the number of times that the P.sub.1st.sup.sel-th feature in the first-level features is selected
is the number of times that the p.sub.1st.sup.sel-th feature in the first-level features is selected.
[0297] 3. Third-level feature selection and modeling based on model prediction performance
[0298] According to the number of times
that all the p.sub.1st.sup.sel-th features in the first-level features are selected and a scale factor f.sub.DXN.sup.RMSE that has a default value of 1, a lower limit of a threshold configured to select the third-level features is set as .sub.DXN.sup.downlimit and calculated according to:
[0300] A maximum value (f.sub.DXN.sup.RMSE).sub.max and a minimum value (f.sub.DXN.sup.RMSE).sub.min of f.sub.DXN.sup.RMSE are calculated according to
[0301] A maximum value of the number of times at all the p.sub.1st.sup.sel-th features in the first-level features are selected is found based on an upper limit .sub.DXN.sup.uplimit of the threshold configured to select the third-level features,
[0302] The threshold is recorded as .sub.DXN.sup.3rd and is between .sub.DXN.sup.downlimit and .sub.DXN.sup.uplimit. The third-level feature selection is performed according to
represents the number of times that the p.sub.1st.sup.sel-th feature in the first-level features is selected by running the GAPLS algorithm J times. .sup.p represents a threshold selection criterion for selecting the third-level features. Feature variables of .sup.p=1 are sequentially stored in X.sub.3rd.sup.sel_temp. The RMSE is calculated. X.sub.3rd.sup.sel_temp serves as input variables in the establishment of the PLS algorithm-based DXN detection model. X.sub.3rd.sup.sel represents the third-level features selected from X.sub.1st.sup.sel based on a feature selection threshold .sub.3rd and empirical knowledge.
[0304] Values of the threshold .sub.DXN.sup.3rd between .sub.DXN.sup.downlimit and .sub.DXN.sup.uplimit are increased one by one so as to establish a plurality of first temporary PLS algorithm-based DXN detection model.
[0305] A second temporary PLS algorithm-based DXN detection model is selected from the plurality of first temporary PLS algorithm-based DXN detection models. The selected second temporary PLS algorithm-based DXN detection model has a minimum value of RMSE.
[0306] The input features of the WONT emission concentration detection model are checked to determine whether the input features include concentrations of CO, HCL, O.sub.2 and NO.sub.x emitted from a chimney. Features in the common resource supply sub-process are removed. If the input features do not include concentrations of CO, HCL, O.sub.2 and NO.sub.x, the third-level features are additionally selected to obtain features X.sub.3rd.sup.sel selected from the third-level features, thereby varying the number of features that are selected and establishing the PLS algorithm-based DXN detection model based on prior knowledge.
[0307] In summary, the multi-level feature selection provided in the present application has the following process.
[0308] The principle of the method of the present embodiment will be described below in combination with implementation data.
[0309] 1. Modeling Data Description
[0310] The method provided in the embodiment of the present application is implemented in a grate furnace-based MSWI plant in Beijing. The method includes 34 DXN emission concentration detection samples, and variables that include all process variables of the MSWI process has 287 dimensions. It can be seen that the number of input features far exceeds the number of modeling samples, and thus it is very necessary to reduce dimensionality of the variables. In the present embodiment, six sub-processes includes an incineration treatment sub-process, a boiler operation sub-process, a flue gas treatment sub-process, a steam electric power generation sub-process, a stack emission sub-process and a common resource supply sub-process, which are respectively marked as incineration, boiler, flue gas, steam, stack and common.
[0311] 2. Modeling Results
[0312] 2.1 Feature Selection Results Based on Single Feature Correlation
[0313] For different sub-processes, feature selection weight factors f.sub.i.sup.corr, f.sub.i.sup.sel and f.sub.t.sup.corr_mi of the correlation coefficient and the mutual information are 0.8. k.sub.i.sup.corr is equal to 0.5. k.sub.i.sup.mi is equal to 0.5. Correlation coefficient values, mutual information values and comprehensive evaluation values of process variables selected by the incineration treatment sub-process are shown in
[0314] It can be seen from
[0315] Four conclusions can be obtained from
[0316] (1) The stack emission sub-process has mean values of 0.2816, 0.7401 and 0.2500 for the correlation coefficient values, the mutual information values and the comprehensive evaluation values, and these mean values of the stack emission sub-process are higher than those of other sub-processes. In the stack emission sub-process, concentrations of gases such as HCL, O.sub.2, NO.sub.x and CO emitted with DXN from the chimney are measured, which is consistent with DXN generation mechanism and DXN emission detection disclosed in literatures.
[0317] (2) For the incineration treatment sub-process, its correlation coefficient values have a maximum value of 0.6760, which is higher than that of other sub-processes. For the incineration treatment sub-process, its mutual information values have a maximum value of 0.8665, which is higher than that of other sub-process. For the stack emission sub-process, its comprehensive evaluation values have a maximum value of 0.2877, which is higher than other sub-processes. Therefore, the incineration treatment sub-process, the stack emission sub-process are related to the DXN generation process.
[0318] (3) For the common resource supply sub-process, its correlation coefficient values, mutual information values and comprehensive evaluation values each have a minimum value that is smallest among different sub-processes. In terms of mechanism, the common resource supply sub-process is not directly related to the material flow produced by DXN. However, it can be seen from measurement results of single feature correlation that the correlation coefficient value and the mutual information value between some process variables of the common resource supply sub-process and DXN are relatively large.
[0319] (4) The above statistics show that DXN emission industrial data has a certain degree of reliability. From the perspective of single feature correlation, the top three systems are related to DXN generation, adsorption and emission. However, some process variables of other sub-processes are also highly correlated with the DXN emission concentration from the data perspective, and thus the final feature selection should be performed by combining mechanism knowledge.
[0320]
[0321] With reference to
[0322] 2.2 Feature Selection Results Based on Multiple Feature Redundancy
[0323] For the 132 process variables based on single feature correlation, an optimal process variable combination is determined using the GAPLS algorithm for the redundant feature removal.
[0324] The GAPLS algorithm adopts the operating parameters of a population size 20, a maximum genetic algebra 40, a maximum number of latent variables (LV) 6, a genetic variation rate 0.005, a window width 1, a convergence percentage 98% and a variable initialization percentage 30%.
[0325] After the GAPLS algorithm runs 100 times with the above parameters, RMSE statistical results of the prediction model are obtained and shown in
[0326] It can be seen from the statistical results of
[0327] Further, the number of times that the 132 process variables are calculated. Statistical results of the number of times that the multi-feature related process variables are selected are shown in
[0328] (1) The average number of times that all 132 process variables are selected is 13. A process variable that has the largest selection times is from the common resource supply sub-process.
[0329] (2) The stack emission sub-process has four process variables, and these four process variables have largest single feature correlation. The maximum number of times that respective four process variables are selected is only 6, so it can be concluded that there is a difference between the selection results based on multiple feature redundancy and the single feature correlation. It also can be concluded that the GAPLS algorithm has randomness.
[0330] (3) The data-driven feature variable selection is flawed, and it is required to supplement mechanism knowledge.
[0331] 2.3 Feature Selection Results Based on Model Prediction Performance
[0332] Based on the above GAPLS running results, a feature selection threshold is set to be in a range of 13-48.
[0333] According to the relationship between the feature selection threshold and the prediction performance, the threshold is set to be 18, and the number of selected process variables is 39. The process variables selected based on the model prediction performance in the respective sub-processes are shown in
[0334] It can be seen from
[0335] According to a relationship between the number of LVs and the RMSE of the prediction performance, when the number of LVs is 2, the training RMSE is 0.01375 and the testing RMSE is 0.01929. Latent variable contribution rates are extracted from different latent variables (LV).
[0336] According to DXN generation mechanism, the steam electric power generation sub-process and the common resource supply sub-process are weakly correlated to the DXN emission concentration. The stack emission sub-process is related to DXN. By combining the mechanism, four process variables of the stack emission sub-process are added as input features. The four process variables are concentrations of HCL, O.sub.2, NO.sub.x and CO emitted from the chimney.
[0337] The above-mentioned 18 process variables selected based on the combination of data drive and mechanism are used to establish the PLS model.
[0338] According to a relationship between the number of LVs and the RMSE of the prediction performance, when the number of LVs is 2, the training RMSE is 0.01638 and the testing RMSE is 0.02048. Variables extracted by different LVs and LV contribution rates are shown in
[0339] It can be seen from
[0340] 3. Comparison and Discussion
[0341] It can be seen from the above that the method provided herein can reasonably consider the contribution of correlation coefficients and mutual information measures. A soft-sensing model based on the different input features is established using the PLS algorithm.
[0342] From the above results, it can be seen that, with the same number of LV, PLS modeling methods based on the different input features have similar prediction performance for testing data, but have a significant gap in the dimensionality reduction of the input features. Dimensions of the input features are listed in descending order. The original features have 287 dimensions. The input features based on mutual information have 235 dimensions. The input features based on correlation coefficients have 153 dimensions. The input features based on comprehensive evaluation values have 98 dimensions. The input features based on both of mechanism and the data drive in this application have 18 dimensions. It can be seen that the number of features in the method provided herein has been reduced by 16 times. Therefore, the method in the present application can effectively establish an interpretable soft-sensing model with clear physical meaning. It also shows that the analysis of industrial process data needs to be combined with mechanism knowledge for the implementation.
[0343] Multiple feature selection coefficients are involved in the feature selection of the present application. The influence of these coefficients on the feature selection results and model prediction performance requires to be profoundly analyzed. In addition, the modeling method used in this application is a simple linear model, and the selected features are linear and nonlinear mixed features. Therefore, a more reasonable modeling strategy remains to be studied. It is also needed to further explore the approach of measuring the reliability of the industrial process data. In view of the input features with clear mechanism knowledge, it is necessary to consider the use of prior knowledge in the initialization of the genetic algorithm, so as to select process variables with strong mechanism correlation, such as the concentration of CO emitted from the chimney.
[0344] In order to address the problems that DXN, as a highly toxic by-product of the MSWI process, has complicated and unclear generation and emission mechanism and is hardly detected online in real time, and high-dimensional input features used for DXN detection fail to be effectively selected, and there are a limited modeling sample size. The present application provides a method for detecting the DXN emission concentration in the MSWI process based on multi-level feature selection, which has the following advantages.
[0345] (1) Comprehensive evaluation value indicators are defined to perform single feature selection and measurement based on correlation.
[0346] (2) A feature selection method by running GAPLS multiple times for multiple feature redundancy is provided.
[0347] (3) Based on the model prediction performance, data drive and mechanism knowledge are combined to select the final input features, so as to establish a detection model. The method provided in the present application is verified to be effective by an incineration plant.
[0348] References cited in the specification are listed as follows: [0349] [ ] Arafat A, Jijakli K, Ahsan A. Environmental performance and energy recovery potential of five processes for municipal solid waste treatment[J]. Journal of Cleaner Production, 2015, 105: 233-240. [0350] [2] Zhou H, Meng A, Long Y Q, Li Q H, and Zhang Y G. A review of dioxin-related substances during municipal solid waste incineration[J]. Waste Management, 36: 106-118, 2015. [0351] [3] Mukheijee A, Debnath B, Ghosh S K. A Review on Technologies of Removal of Dioxins and Furans from Incinerator Flue Gas[J]. Procedia Environmental Sciences, 2016, 35:528-540. [0352] [4] Yuanan H, Hefa C, Shu T. The growing importance of waste-to-energy (WTE) incineration in China's anthropogenic mercury emissions: Emission inventories and reduction strategies[J]. Renewable and Sustainable Energy Reviews, 2018, 97:119-137. [0353] [5] Huang T, Zhou L, Liu L, Xia M. Ultrasound-enhanced electrokinetic remediation for removal of Zn, Pb, Cu and Cd in municipal solid waste incineration fly ashes[J]. Waste Management, 2018, 75: 226-235. [0354] [6] Jones P H, Degerlache J, Marti E, Mischer G, Scheirer M C, Bontinck M J, Niessen H J, The global exposure of man to dioxinsa perspective on industrial-waste incineration [J]. Chemo sphere, 26 (1993) 1491-1497. [0355] [7] Bai j, Sun X, Zhang C, Gong C, Hu J, Zhang J. Mechanism and kinetics study on the ozonolysis reaction of 2, 3, 7, 8-TCDD in the atmosphere[J]. Journal of Environmental Sciences, 2014, 26(1): 181-188. [0356] [8] Yu Ming Feng, Fu Ran Ying, Zhan Ming Xiu. The research of PCDD/Fs emission characteristics in flue gas from municipal solid waste sin ations[j]. Acta Scientiae Circumstantiae, 2018, 38(05): 1983-1988. [0357] [9] Gouin. T, Daly T H L, Wania F, Mackay D, Jones K C. Variability of concentrations of polybrominated diphenyl ethers and polychlorinated biphenyls in air: implications for monitoring, modeling and control[J]. Atmospheric Environment, 2005, 39(1):151-166. [0358] [0] Zhang H J, Ni Y W, Chen J P, Zhang Q. Influence of variation in the operating conditions on PCDD/F distribution in a full-scale MSW incinerator[J]. Chemosphere, 2008, 70(4):721-730. [0359] [1] Qiao J F, Guo Z H, Tang J. Dioxin Emission Concentration Measurement Approaches for Municipal Solid Wastes Incineration Process: A Survey[J]. Acta Automatica Sinica, 2020, 46(6):1063-1089. [0360] [2] Chang N B, Huang S H. Statistical modelling for the prediction and control of PCDDs and PCDFs emissions from municipal solid waste incinerators[J]. Waste Management & Research, 1995, 13, 379-400. [0361] [3] Chang N B, Chen W C. Prediction of PCDDs/PCDFs emissions from municipal incinerators by genetic programming and neural network modeling[J]. Waste Management & Research, 2000, 18(4) 41-351. [0362] [4] Tang J, Qiao J. F. Dioxin emission concentration soft measuring approach of municipal solid waste incineration based on selective ensemble kernel learning algorithm[J], Journal of Chemical Industry and Engineering (China), 2019, 70(02):696-706. [0363] [5] Bunsan S, Chen W Y, Chen H W, Chuang Y H, Grisdanurak N. Modeling the dioxin emission of a municipal solid waste incinerator using neural networks [J] Chemosphere, 2013, 92: 258-264. [0364] [6] Xiao X D, Lu J W, Hai J. Prediction of dioxin emissions in flue gas from waste incineration based on support vector regression[J], Renewable Energy Resources, 2017, 35(8):1107-1114. [0365] [7] Tang J, Qiao J F, Guo Z H. Soft Sensing of Dioxin Emission Concentration Based on Potential Characteristic Selective Integrated Modeling[J]. Acta Autornatica Sinica, in trial. [0366] [8] Hasnat A, Molla. A U. Feature selection in cancer microarray data using multi-objective genetic algorithm combined with correlation coefficient[A]. 2016 International Conference on Emerging Technological Trends (ICETT)[C]. 2016: 1-6. [0367] [9] Coelho F, Braga A P, Verleysen. M. Multi-Objective Semi-Supervised Feature Selection and Model Selection Based on Pearson's Correlation Coefficient[A]. Iberoamerican Congress on Pattern Recognition. Springer[C], Berlin, Heidelberg, 2010: 509-516. [0368] [20] Battiti R. Using mutual information for selecting features in supervised neural net learning[J]. IEEE Transactions on. Neural Networks, 1994, 5(4):537-550. [0369] [2] Vergara J R, Estvez P A. A review of feature selection methods based on mutual information[J]. Neural computing and applications, 2014, 24(1): 175-186. [0370] [22] Jain A K, Duin R P W, Mao J. Statistical pattern recognition: A review[J] IEEE Transactions on pattern analysis and machine intelligence, 2000, 22(1): 4-37. [0371] [23] Fleuret F. Fast binary feature selection with conditional mutual information[J]. Journal of Machine Learning Research, 2004, 5: 1531-1555. [0372] [24] Coelho F, Braga A P, Verleysen M. Multi-Objective Semi-Supervised Feature Selection and Model Selection Based on Pearson's Correlation Coefficient[J]. Lecture Notes in Computer Science, 2010, 6419:509-516. [0373] [25] Estvez P A, Tesmer M, Perez C A, Zurada J M. Normalized mutual information feature selection [J]. IEEE Transactions on Neural Networks, 2009, 20(2):189-201. [0374] [26] Amiri F, Yousefi M M R, Lucas C, Shakery A, Yazdani N. Mutual information-based feature selection for intrusion detection systems[J]. Journal of Network and Computer Applications, 34 (2011) 1184-1199. [0375] [27] Moharnmadi S, Mirvaziri H, Ghazizadehahsaee M. Multivariate correlation coefficient and mutual information-based feature selection in intrusion detection[J]. Information Security Journal A Global Perspective, 2017, 26(5):229-239. [0376] [28] Peng H, Long F, Ding C. Feature selection based on mutual information criteria of max-dependency, max-relevance, and min-redundancy[J]. IEEE Transactions on pattern analysis and machine intelligence, 2005, 27(8):1226-1238. [0377] [29] Tang J, Tian F Q, Jia M Y. Soft Measurement of Rotating Machinery Equipment Load Based on Spectrum Data Drive[M]. Beijing: National Defense Industry Press, 2015. [0378] [30] Tihonov A N. Solution of incorrectly formulated problems and the regularization method[J]. Soviet Math, 1963, 4: 1035-1038. [0379] [30] Wold S, Ruhe A, Wold H, Dunn III W J. The collinearity problem in linear regression. The partial least squares (PLS) approach to generalized inverses[J]. SIAM Journal on Scientific and Statistical Computing, 1984, 5(3): 735-743. [0380] [32] Leardi R, Boggia R, Terrile M. Genetic algorithms as a strategy for feature selection[J]. Journal of chemometrics, 1992, 6(5): 267-281. [0381] [33] TANG J, CHAI T Y, ZHAO L J, YUE H, ZHENG X P. Soft sensing mill load in grinding process by time/frequency information fusion[J]. Control Theory and Applications, 2012, 29(5): 564-570. [0382] [34] Bunsan S, Chen W Y, Chen H W, Chuang Y H, Grisdanurak N. Modeling the dioxin emission of a municipal solid waste incinerator using neural networks[J]. Chemosphere, 2013, 92: 258-264.
[0383] It can be understood by those skilled in the art that, all or part of steps of the method disclosed in the present application can be completed by relevant hardware under the instructions of a program. The program is stored on a storage medium which includes several instructions to cause a computing device (such as a single-chip microcomputer, a chip, etc), or a processor to execute all or part of the steps of the method in the embodiments of the present application. The storage media is selected from various media that can store program codes consisting of a USB flash disk, a mobile hard disk, a Read-Only Memory (ROM), a Random-Access Memory (RAM), a diskette and an optical disc.
[0384] It should be understood by those skilled in the art that, in actual applications, various changes can be made without departing from the spirit and scope of the disclosure as claimed.
[0385] It should be noted that terms used herein are only for the purpose of description and are not intended to limit the present application. Unless otherwise specified, terms of a singular form also include a plural form. In addition, the terms comprise and/or include used in the specification are intended to indicate the presence of features, steps, operations, devices, components, and/or a combination thereof.
[0386] Unless otherwise specified, the relative arrangement of components and numerical expressions and numerical values in steps in the embodiments are not intended to limit the scope of the present application. At the same time, it should be understood that, the words used in the specification are words of description rather than limitation. The techniques, methods and equipment known to those skilled in the art may not be discussed in detail, but can be regarded as a part of the disclosure as claimed under certain cases. Any specific value disclosed in an embodiment is merely illustrative and is not as a limitation, and thus can be modified in other embodiments. It should be noted that similar numbers and letters indicate similar items in the accompanying drawings. Therefore, once an item is defined in an accompanying drawing, and there is no need to further define it in the subsequent accompanying drawings.
[0387] The embodiments disclosed in the present application are merely preferred embodiments. Any changes, modifications and replacements made by those skilled in the art without departing from the spirit of the invention are defined by the scope of the appended claims and equivalents thereof.