CN113340874A - Quantitative analysis method based on combined ridge regression and recursive feature elimination - Google Patents

Quantitative analysis method based on combined ridge regression and recursive feature elimination Download PDF

Info

Publication number
CN113340874A
CN113340874A CN202010135378.8A CN202010135378A CN113340874A CN 113340874 A CN113340874 A CN 113340874A CN 202010135378 A CN202010135378 A CN 202010135378A CN 113340874 A CN113340874 A CN 113340874A
Authority
CN
China
Prior art keywords
model
data
optimal
spectral
subset
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.)
Granted
Application number
CN202010135378.8A
Other languages
Chinese (zh)
Other versions
CN113340874B (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.)
Shenyang Institute of Automation of CAS
Original Assignee
Shenyang Institute of Automation of CAS
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 Shenyang Institute of Automation of CAS filed Critical Shenyang Institute of Automation of CAS
Priority to CN202010135378.8A priority Critical patent/CN113340874B/en
Publication of CN113340874A publication Critical patent/CN113340874A/en
Application granted granted Critical
Publication of CN113340874B publication Critical patent/CN113340874B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G01MEASURING; TESTING
    • G01NINVESTIGATING OR ANALYSING MATERIALS BY DETERMINING THEIR CHEMICAL OR PHYSICAL PROPERTIES
    • G01N21/00Investigating or analysing materials by the use of optical means, i.e. using sub-millimetre waves, infrared, visible or ultraviolet light
    • G01N21/62Systems in which the material investigated is excited whereby it emits light or causes a change in wavelength of the incident light
    • G01N21/71Systems in which the material investigated is excited whereby it emits light or causes a change in wavelength of the incident light thermally excited
    • G01N21/718Laser microanalysis, i.e. with formation of sample plasma

Landscapes

  • Health & Medical Sciences (AREA)
  • Physics & Mathematics (AREA)
  • Analytical Chemistry (AREA)
  • Biochemistry (AREA)
  • Optics & Photonics (AREA)
  • Nuclear Medicine, Radiotherapy & Molecular Imaging (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Chemical & Material Sciences (AREA)
  • Engineering & Computer Science (AREA)
  • Plasma & Fusion (AREA)
  • General Health & Medical Sciences (AREA)
  • General Physics & Mathematics (AREA)
  • Immunology (AREA)
  • Pathology (AREA)
  • Investigating, Analyzing Materials By Fluorescence Or Luminescence (AREA)
  • Investigating Or Analysing Materials By Optical Means (AREA)

Abstract

The invention relates to a quantitative analysis method based on combined ridge regression and recursive feature elimination, which comprises the following steps: acquiring spectral data and position information; performing full spectrum and normalization on the spectral data; dividing the training set and the verification set and standardizing; establishing a ridge regression calibration model for the training set, and recording the absolute value of the coefficient of the model; deleting the spectral features corresponding to the minimum coefficient absolute value to obtain a new feature subset; determining an evaluation model, modeling in a leave-one-out verification mode and recording RMSECV; repeating iteration until the algorithm jumps out of the loop; determining an optimal spectral feature subset and an element concentration calibration model according to RMSECV; and (5) taking the verification set data as the optimal model input to obtain a verification set RMSEP. The optimal calibration model of the method can realize more accurate quantitative analysis on the concentration of the element to be detected. The problems of overfitting in element calibration and multiple collinearity in spectral data are relieved, the search space of the feature subset is effectively reduced, and the root mean square error is effectively reduced under the condition of high judgment coefficient.

Description

Quantitative analysis method based on combined ridge regression and recursive feature elimination
Technical Field
The invention belongs to the field of spectral analysis and material composition analysis, and particularly relates to a quantitative analysis method based on combined ridge regression and recursive feature elimination.
Background
The Laser Induced Breakdown Spectroscopy (LIBS) technique uses a focusing lens to focus a laser beam on the surface of a sample, so that the surface of the sample is ablated and excited to generate transient plasma. And by collecting plasma emission spectral lines, qualitative and quantitative analysis is carried out on the element components in the substance to be detected. LIBS is widely used for analysis of various solid, liquid, gas and other substances with its advantages of being all-elemental, in-situ, on-line, rapid, requiring no sample preparation and the like. The complex sample usually contains abundant element information, and the determination of the analysis element is easily influenced by other elements, so that the reliability of experimental analysis cannot be met by adopting a univariate mode. The multivariate analysis method can fully utilize information in the spectrum to obtain a better analysis result, but too many features are used as model input, so that the complexity of the model is increased, and the overfitting problem is easy to form, so that feature selection is carried out on high-dimensional spectrum data, and the reduction of the dimension of the model input data is very necessary.
The currently generally adopted feature selection modes are classified into a filtering type mode, a wrapping type mode and an embedding type mode. The filtering type characteristic selection mode can be used for selecting the spectral characteristics by calculating a certain statistical index, so that single characteristic spectral lines can be screened, and finally, the spectral characteristics with a large number of similar properties are obtained. The wrapping method utilizes a random search algorithm to perform subset screening and evaluates the feature subset according to the fitting result of the final fitting model, an overfitting problem is usually generated, and the random search algorithm is used to perform subset screening, so that the subset search space is large and the calculation time is long. The embedded feature selection method only performs model training once, and the whole process excessively depends on a model fitting result.
Disclosure of Invention
Aiming at the defects in the prior art, the technical problem to be solved by the invention is to provide a spectral line automatic selection method based on combined ridge regression and recursive feature elimination, and train a concentration calibration model by using the spectral line information, thereby realizing quantitative analysis of element concentration.
The technical scheme adopted by the invention for realizing the purpose is as follows:
a quantitative analysis method based on combined ridge regression and recursive feature elimination comprises the following steps:
obtaining original spectral data of a sample as input, screening characteristic spectral lines by combining ridge regression and recursive characteristic elimination algorithms to obtain a characteristic subset, evaluating the screened characteristic subset to select an optimal characteristic subset, and obtaining an optimal calibration model to carry out element concentration analysis on the material.
The method specifically comprises the following steps:
step 1: acquiring spectral data of a sample, and determining a wavelength range;
step 2: performing full spectrum and normalization on the spectral data;
and step 3: dividing the spectral data into a training set and a verification set;
step 4: standardizing each dimension of the training set data, and recording the mean value and the variance in the standardization process;
and 5: training and calibrating a ridge regression model by taking the standardized training spectrum data as input and the known standard sample concentration as output;
step 6: recording the absolute value of the model coefficient of the ridge regression calibration model;
and 7: sequencing the spectral features according to the obtained coefficient absolute value, and removing the spectral features corresponding to the minimum coefficient absolute value to obtain a new feature subset;
and 8: determining an evaluation model, taking the obtained new feature subset as evaluation model input, performing leave-one verification and recording a leave-one cross-verification root mean square error RMSECV of each element of training set data;
and step 9: repeating the step 4 to the step 8 until the feature numbers in the new feature subsets are completely deleted, and determining an optimal feature subset and a corresponding optimal element concentration calibration model according to the RMSECV result in each iteration process;
step 10: and (3) taking the verification set data as the input of the optimal element concentration calibration model to obtain the root mean square error RMSEP of each element of the verification set data output by the model, and comparing the known standard sample concentration to see that the verification set data is the optimal calibration model.
The sample is a standard sample, and LIBS spectral data of which the original spectral data is a wide-band spectrum are obtained and obtained through experimental measurement.
The element concentration in the standard sample is determined in advance.
The training set and the verification set are randomly drawn, the sample amount of the training set accounts for 80-90% of all data, and the test set accounts for 10-20%.
The normalization is to subtract the mean of each dimension of the spectral data and divide by the variance of the dimension.
The penalty coefficients of the ridge regression model are calibrated according to different elements, and the range of the corresponding different penalty coefficients is between 0.001 and 5.
The evaluation model for the optimal feature subset is a multivariate regression model and comprises a partial least squares regression (PLS) model, a Support Vector Regression (SVR) model and a Ridge regression model.
The leave-one-out verification comprises: and obtaining a new feature subset, modeling by adopting an N-1 sample on a training set, verifying and recording the root mean square error RMSECV of one cross verification left for each element of the data of the training set by using the remaining sample, recording the RMSECV of all samples after repeating N times, and judging the advantages and disadvantages of the feature subset according to the value of the RMSECV.
And the characteristic subset corresponding to the RMSECV value is optimal, and the corresponding PLS calibration model is an optimal element concentration calibration model.
The invention has the following advantages and beneficial effects:
1. and eliminating the least important features by utilizing the ridge regression fitting coefficient, and automatically screening the optimal feature spectral line. The spectral line obtained in the way relieves the common multiple collinearity problem in spectral data, and effectively reduces the search space of the feature subset.
2. The quality of the feature subset is evaluated in a leave-one-verification mode through the fitting model, the influence of the whole feature subset on the fitting result is considered, and the over-fitting problem generated when the final fitting model is used for evaluating the feature subset is relieved.
3. The method adopted by the invention is to apply a ridge regression and recursive feature elimination feature selection mode, find the optimal feature subset by continuously eliminating the feature spectral line, and evaluate the feature subset by using a leave-one-verification mode, thereby avoiding the over-fitting problem of directly using a final fitting model to evaluate the feature subset.
4. The method is suitable for, but not limited to, LIBS spectral data and can be used for feature selection and data dimension reduction in various broad-band spectrums.
Drawings
FIG. 1 is a flow chart of a method implementation of the present invention;
FIG. 2(a) is a graph showing the result of the quantitative analysis and calibration of the PLS model on Fe element in the aluminum alloy standard sample;
FIG. 2(b) is a graph showing the results of quantitative analysis and calibration of the PLS model by Si element in the aluminum alloy standard sample;
FIG. 2(c) is a graph showing the results of quantitative analysis and calibration of PLS model with Mg element in aluminum alloy standard samples;
FIG. 2(d) is a graph showing the results of quantitative analysis and calibration of the PLS model by Cu element of an aluminum alloy standard sample;
FIG. 2(e) is a graph showing the result of the quantitative analysis and calibration of the PLS model by Mn element in the aluminum alloy standard sample;
FIG. 2(f) is a graph showing the result of quantitative analysis and calibration of the PLS model on Zn element of the aluminum alloy standard sample.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples.
The invention selects the optimal characteristic spectral line to analyze the element concentration aiming at different analysis elements in the LIBS signal.
As shown in fig. 1, taking LIBS spectral data as an example, after the method starts, original spectral data of a training sample obtained by a LIBS experimental platform is read as input, feature spectral lines are screened by combining ridge regression and a recursive feature elimination algorithm, and an optimal feature subset is selected by evaluating the screened feature subset by using a PLS model, so that an optimal calibration model is obtained to analyze the element concentration of a specific material. The method comprises the following concrete steps:
step 1: LIBS spectral data of the standard sample are obtained, and the wavelength range and all characteristic spectral position information in the wavelength range of the LIBS spectral data are determined. Wherein the standard sample has an accurate concentration; LIBS data were obtained by experimental measurements.
Reading LIBS data and position information of a standard sample, and reading the corresponding accurate concentration of the standard sample, wherein the measured LIBS data can fluctuate due to different experimental environments, actual measurement parameters and operations.
Step 2: LIBS spectral data were full-spectrum and normalized.
And step 3: and randomly dividing the standard sample into a training set and a verification set, wherein the training set accounts for 80-90% and the verification set accounts for 10-20%.
And 4, step 4: the mean of the dimensional data is subtracted from each of the dimensional data of the training spectral data and divided by the variance of the dimensional data. And recording the mean value and variance of the training set spectral data, and carrying out the same standardization operation on the verification set data. In order to avoid the influence of the magnitude of the spectral data with different dimensions on the ridge regression coefficient, the influence of the magnitude on the fitting coefficient is removed in a standardized mode.
The standardization specifically comprises the step of standardizing the spectral characteristics of each dimension of the spectral data. The specific normalization process is as follows:
Figure BDA0002397097650000051
wherein, XiIs the ith column, u, of the original dataiIs the mean, σ, of the ith column of the original data in the training setiIs the standard deviation, X 'of the ith column of the original data in the training set'iIs normalized for the data in column i.
And 5, using the normalized training spectrum data and the concentration data corresponding to the standard sample as input of a ridge regression model to carry out modeling, wherein the ridge regression penalty coefficient is (0.001-5) according to the concentration of different elements.
Step 6: and recording the coefficient absolute value of the ridge regression model and the corresponding wavelength position.
And 7: and 6, determining the spectral line position corresponding to the minimum coefficient absolute value according to the model coefficient absolute value obtained in the step 6, and eliminating the corresponding characteristic spectral line from the spectral characteristic set to obtain a new characteristic subset.
And 8: and (3) inputting the new feature subset obtained in the step (7) as a PLS model (the number of the PLS model principal components with different elements is between 5 and 30), training the classification model by using N-1 standard sample data of the training set, testing the model by using the remaining 1 standard sample, recording the RMSECV of the tested sample, and repeating the process on all N samples to finally obtain the RMSECV of all the samples.
And step 9: and (5) repeating the step 4 to the step 8 until the number of the features in the feature set is completely deleted, and at the moment, the algorithm jumps out of circulation. And finally, determining an optimal feature subset and a corresponding optimal PLS calibration model according to the RMSECV result in each iteration process. In the whole feature subset screening process, ridge regression is used for relieving the feature spectral line with the minimum absolute value of the overfitting dominance removal coefficient, and the scale of the feature space is gradually reduced.
Step 10: and (4) taking the verification set data as the input of the optimal PLS model obtained in the step 9 to obtain a verification set RMSEP.
Wherein, RMSECV refers to the root mean square error of each element of the training set data left a cross validation, and RMSEP refers to the root mean square error of each element of the validation set data. PLS is partial least squares regression.
Respectively analyzing the concentrations of 6 elements of Fe, Si, Mg, Cu, Zn and Mn in 51 standard aluminum alloy samples according to the method, taking 45 samples as training samples, taking the remaining 6 samples as verification samples, and testing the final effect of the method. The results are shown in FIG. 2(a) -FIG. 2(f) which are the calibration results of Fe, Si, Mg, Cu, Mn, Zn 6 elements, respectively
Figure BDA0002397097650000061
Figure BDA0002397097650000062
And
Figure BDA0002397097650000063
calculating a determination coefficient (Calibration LOOCV) for each element training set to leave a verification result
Figure BDA0002397097650000064
) Training set leave one validation result Root Mean Square Error (RMSECV) and validation set Root Mean Square Error (RMSEP) (among them)
Figure BDA0002397097650000065
Represents the ith prediction value, y, of the sampleiRepresenting the true value of its counterpart,
Figure BDA0002397097650000066
represents the mean of all samples, N represents the sample size of the calibration data set, NpRepresenting the sample size of the verification set), and finally obtaining the quantitative analysis result based on combined ridge regression and recursive feature elimination and the quantitative analysis result of the original spectrum, which are designed by applying the method, according to the following table, it can be seen that the method can effectively meet the requirements of quantitatively analyzing the concentration of the relevant elements of the sample, as shown in table 1 below.
TABLE 1
Figure BDA0002397097650000067
While the foregoing is directed to the preferred embodiment of the present invention, it will be understood by those skilled in the art that various changes and modifications may be made without departing from the spirit and scope of the invention as defined in the appended claims.

Claims (10)

1. A quantitative analysis method based on combined ridge regression and recursive feature elimination is characterized by comprising the following steps:
obtaining original spectral data of a sample as input, screening characteristic spectral lines by combining ridge regression and recursive characteristic elimination algorithms to obtain a characteristic subset, evaluating the screened characteristic subset to select an optimal characteristic subset, and obtaining an optimal calibration model to carry out element concentration analysis on the material.
2. The method of claim 1, wherein the method specifically comprises:
step 1: acquiring spectral data of a sample, and determining a wavelength range;
step 2: performing full spectrum and normalization on the spectral data;
and step 3: dividing the spectral data into a training set and a verification set;
step 4: standardizing each dimension of the training set data, and recording the mean value and the variance in the standardization process;
and 5: training and calibrating a ridge regression model by taking the standardized training spectrum data as input and the known standard sample concentration as output;
step 6: recording the absolute value of the model coefficient of the ridge regression calibration model;
and 7: sequencing the spectral features according to the obtained coefficient absolute value, and removing the spectral features corresponding to the minimum coefficient absolute value to obtain a new feature subset;
and 8: determining an evaluation model, taking the obtained new feature subset as evaluation model input, performing leave-one verification and recording a leave-one cross-verification root mean square error RMSECV of each element of training set data;
and step 9: repeating the step 4 to the step 8 until the feature numbers in the new feature subsets are completely deleted, and determining an optimal feature subset and a corresponding optimal element concentration calibration model according to the RMSECV result in each iteration process;
step 10: and (3) taking the verification set data as the input of the optimal element concentration calibration model to obtain the root mean square error RMSEP of each element of the verification set data output by the model, and comparing the known standard sample concentration to see that the verification set data is the optimal calibration model.
3. The method as claimed in claim 1 or 2, wherein the sample is a standard sample, and the LIBS spectrum data of the sample with wide-band spectrum is obtained by experimental measurement.
4. The method of claim 1 or 2, wherein the concentration of the element in the standard sample is determined in advance.
5. The method of claim 2, wherein the training set and the validation set are randomly selected, the training set comprises 80% -90% of all data, and the testing set comprises 10% -20%.
6. The method of claim 2, wherein the normalization is performed by subtracting a mean value of each dimension of the spectral data and dividing the mean value by a variance of the dimension.
7. The method as claimed in claim 2, wherein the ridge regression model penalty coefficients are scaled according to different elements, and the range of the corresponding different penalty coefficients is 0.001-5.
8. The method of claim 2, wherein the evaluation model for the optimal feature subset is a multivariate regression model, and comprises a partial least squares regression (PLS) model, a Support Vector Regression (SVR) model, and a Ridge regression model.
9. The method of claim 2, wherein the leave-one-out validation comprises: and obtaining a new feature subset, modeling by adopting an N-1 sample on a training set, verifying and recording the root mean square error RMSECV of one cross verification left for each element of the data of the training set by using the remaining sample, recording the RMSECV of all samples after repeating N times, and judging the advantages and disadvantages of the feature subset according to the value of the RMSECV.
10. The method of claim 2 or 9, wherein the subset of features corresponding to the minimum RMSECV value is optimal, and the corresponding PLS calibration model is an optimal element concentration calibration model.
CN202010135378.8A 2020-03-02 2020-03-02 Quantitative analysis method based on combination ridge regression and recursive feature elimination Active CN113340874B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010135378.8A CN113340874B (en) 2020-03-02 2020-03-02 Quantitative analysis method based on combination ridge regression and recursive feature elimination

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010135378.8A CN113340874B (en) 2020-03-02 2020-03-02 Quantitative analysis method based on combination ridge regression and recursive feature elimination

Publications (2)

Publication Number Publication Date
CN113340874A true CN113340874A (en) 2021-09-03
CN113340874B CN113340874B (en) 2023-07-18

Family

ID=77467213

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010135378.8A Active CN113340874B (en) 2020-03-02 2020-03-02 Quantitative analysis method based on combination ridge regression and recursive feature elimination

Country Status (1)

Country Link
CN (1) CN113340874B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115049025A (en) * 2022-08-16 2022-09-13 山东钢铁股份有限公司 Model migration method and system based on elastic segmentation standardization algorithm
WO2023138610A1 (en) * 2022-01-21 2023-07-27 北京与光科技有限公司 Spectrum recovery method
CN117929356A (en) * 2024-03-21 2024-04-26 沈阳尖科智能测控技术合伙企业(有限合伙) LIBS quantitative analysis method based on Gaussian process regression
CN117929357A (en) * 2024-03-21 2024-04-26 沈阳尖科智能测控技术合伙企业(有限合伙) LIBS wavelength screening method based on L2 continuous projection algorithm

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2000052433A1 (en) * 1999-03-05 2000-09-08 Sandia Corporation Hybrid least squares multivariate spectral analysis methods
JP2000338038A (en) * 1999-05-28 2000-12-08 Jasco Corp Spectrum data processing method
CN104374752A (en) * 2014-11-17 2015-02-25 浙江大学 Rapid detection method for nutrient elements of crops based on collinear laser-induced breakdown spectroscopy
CN105092509A (en) * 2015-08-20 2015-11-25 东北大学 Sample component measurement method based on PCR-ELM algorithm
US20180181704A1 (en) * 2011-08-03 2018-06-28 ExSano, Inc. Technique for Identifying Features
CN108956583A (en) * 2018-07-09 2018-12-07 天津大学 Characteristic spectral line automatic selecting method for laser induced breakdown spectroscopy analysis
CN109246598A (en) * 2018-08-23 2019-01-18 南京邮电大学 Indoor orientation method based on ridge regression and extreme learning machine
CN109977151A (en) * 2019-03-28 2019-07-05 北京九章云极科技有限公司 A kind of data analysing method and system

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2000052433A1 (en) * 1999-03-05 2000-09-08 Sandia Corporation Hybrid least squares multivariate spectral analysis methods
JP2000338038A (en) * 1999-05-28 2000-12-08 Jasco Corp Spectrum data processing method
US20180181704A1 (en) * 2011-08-03 2018-06-28 ExSano, Inc. Technique for Identifying Features
CN104374752A (en) * 2014-11-17 2015-02-25 浙江大学 Rapid detection method for nutrient elements of crops based on collinear laser-induced breakdown spectroscopy
CN105092509A (en) * 2015-08-20 2015-11-25 东北大学 Sample component measurement method based on PCR-ELM algorithm
CN108956583A (en) * 2018-07-09 2018-12-07 天津大学 Characteristic spectral line automatic selecting method for laser induced breakdown spectroscopy analysis
CN109246598A (en) * 2018-08-23 2019-01-18 南京邮电大学 Indoor orientation method based on ridge regression and extreme learning machine
CN109977151A (en) * 2019-03-28 2019-07-05 北京九章云极科技有限公司 A kind of data analysing method and system

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
FAN LI,ET AL: "Analysis of Recursive Feature Elimination Methods", INTERNATIONAL ACM SIGIR CONFERENCE ON RESEARCH & DEVELOPMENT IN INFORMATION RETRIEVAL, pages 633 - 634 *
钟奇秀;赵天卓;李欣;连富强;肖红;聂树真;孙思宁;樊仲维;: "多元素LIBS分析的标准化交叉验证及其优化", 光谱学与光谱分析, no. 02, pages 622 - 627 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023138610A1 (en) * 2022-01-21 2023-07-27 北京与光科技有限公司 Spectrum recovery method
CN115049025A (en) * 2022-08-16 2022-09-13 山东钢铁股份有限公司 Model migration method and system based on elastic segmentation standardization algorithm
CN117929356A (en) * 2024-03-21 2024-04-26 沈阳尖科智能测控技术合伙企业(有限合伙) LIBS quantitative analysis method based on Gaussian process regression
CN117929357A (en) * 2024-03-21 2024-04-26 沈阳尖科智能测控技术合伙企业(有限合伙) LIBS wavelength screening method based on L2 continuous projection algorithm

Also Published As

Publication number Publication date
CN113340874B (en) 2023-07-18

Similar Documents

Publication Publication Date Title
CN113340874B (en) Quantitative analysis method based on combination ridge regression and recursive feature elimination
EP2710353B1 (en) SPECTROSCOPIC APPARATUS AND METHOD of DETERMINING COMPONENTS PRESENT IN A SAMPLE
CN113155809B (en) Novel spectral detection method for ore classification and real-time quantitative analysis
CN107703097B (en) Method for constructing model for rapidly predicting crude oil property by using near-infrared spectrometer
CN111855608B (en) Near-infrared nondestructive detection method for apple acidity based on fusion characteristic wavelength selection algorithm
CN106918567B (en) A kind of method and apparatus measuring trace metal ion concentration
US10718713B2 (en) Unknown sample determining method, unknown sample determining instrument, and unknown sample determining program
CN111504942A (en) Near infrared spectrum analysis method for improving prediction accuracy of protein in milk
CN109283153B (en) Method for establishing quantitative analysis model of soy sauce
CN114611582A (en) Method and system for analyzing substance concentration based on near infrared spectrum technology
GB2561879A (en) Spectroscopic analysis
CN112485238B (en) Method for identifying turmeric essential oil producing area based on Raman spectrum technology
CN113092447B (en) LIBS quantitative analysis method for screening nonlinear PLS based on cyclic variables
CN112949169B (en) Coal sample test value prediction method based on spectral analysis
CN111044504B (en) Coal quality analysis method considering uncertainty of laser-induced breakdown spectroscopy
CN109829513B (en) Sequential wavelength dispersion X-ray fluorescence spectrum intelligent analysis method
CN109145887B (en) Threshold analysis method based on spectral latent variable confusion discrimination
CN112595706A (en) Laser-induced breakdown spectroscopy variable selection method and system
US10627344B2 (en) Spectral analysis through model switching
CN110248456B (en) Real-time automatic analysis method for diagnosing spectrum of low-temperature plasma laser Thomson scattering
KR101856167B1 (en) Method of inducing probability density function of wood species, nondestructive method of analyzing wood species and nondestructive device of analyzing wood species
CN117929356A (en) LIBS quantitative analysis method based on Gaussian process regression
CN114062300A (en) Trace additive detection technology based on infrared multi-source spectrum
CN118132974A (en) Spectral wavelength screening method and related equipment based on correlation coefficient threshold
CN112649390A (en) Adhesive moisture content monitoring method based on near infrared spectrum

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant