CN110471960B - High-utility item set mining method containing negative utility - Google Patents

High-utility item set mining method containing negative utility Download PDF

Info

Publication number
CN110471960B
CN110471960B CN201910774212.8A CN201910774212A CN110471960B CN 110471960 B CN110471960 B CN 110471960B CN 201910774212 A CN201910774212 A CN 201910774212A CN 110471960 B CN110471960 B CN 110471960B
Authority
CN
China
Prior art keywords
utility
branch
linked list
item set
util
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.)
Expired - Fee Related
Application number
CN201910774212.8A
Other languages
Chinese (zh)
Other versions
CN110471960A (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.)
Guilin University of Electronic Technology
Original Assignee
Guilin University of Electronic Technology
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 Guilin University of Electronic Technology filed Critical Guilin University of Electronic Technology
Priority to CN201910774212.8A priority Critical patent/CN110471960B/en
Publication of CN110471960A publication Critical patent/CN110471960A/en
Application granted granted Critical
Publication of CN110471960B publication Critical patent/CN110471960B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2458Special types of queries, e.g. statistical queries, fuzzy queries or distributed queries
    • G06F16/2465Query processing support for facilitating data mining operations in structured databases

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Probability & Statistics with Applications (AREA)
  • Mathematical Physics (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Fuzzy Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a high-utility item set mining method containing negative utility, which is characterized by comprising the following steps: 1) data mining operational parametersNumber initialization; 2) scanning the database D; 3) covering the linked list; 4) establishing an EUCS structure and a PNU-List linked List; 5) calling a search program; 6) calculating Px.putils、PxNulls and PxRputils; 7) determining a delivery branch item set pruning strategy containing negative utility; 8) recursively calling a search program; 9) and outputting the efficient item set. The method considers the condition that the unit utility of the items in the database is positive and negative, introduces the chain table coverage theory, compresses when establishing the chain table for the first time, constructs the utility chain table early filtering strategy and the transfer utility branch pruning strategy containing the negative utility, can reduce the construction of the low utility chain table, can reduce the search space, can reduce the high utility item set mining operation time and the memory consumption, and can improve the efficiency of the high utility item set mining method.

Description

High-utility item set mining method containing negative utility
Technical Field
The invention relates to a high-utility data mining technology, in particular to a high-utility item set mining method containing negative utility.
Background
It is common in the retail industry to provide decision-making data to decision-makers based on how many times goods are purchased. In real life, the cost, selling price, profit, weight and risk of each commodity are different, so that the real situation cannot be reflected only by considering the number of times that the commodity is purchased in the transaction database. The High-Utility item set Mining (HUIM) algorithm not only considers the times of occurrence of commodities in transactions, but also considers the unit profit (Utility) of the commodities, the High-Utility item set Mining algorithm aims at finding items and item sets which bring considerable profit for retailers in a transaction database, and the mined item sets are called High-efficiency item sets, namely HUIs. However, most efficient use item set algorithms only consider the utility of the item set as positive, and very few algorithms consider the case where the utility of the item set is negative. In commercial competition, many companies adopt marketing schemes, that is, a certain product is sold to consumers in a zero-profit or negative-profit mode, and then the consumers are guided to buy other high-profit commodities under certain conditions, so as to increase the operating income. If the efficient item set algorithm without considering the negative item set is adopted, the efficient item set is estimated to be the low-efficiency item set when the high-efficiency item set is mined, so that a large number of efficient item sets are not mined, and the decision of a company decision maker is influenced. The FHN (fast High-Utility parameter sets with Negative unit properties, abbreviated as FHN) algorithm is an efficient item set algorithm with Negative unit profit proposed by Lin et al, and adopts a linked List structure of PNU-List (Positive and Negative Utility-List, abbreviated as PNU-List) to store key information in a database, and the FHN algorithm greatly improves the problems that the original two-stage algorithm needs to scan the database for many times and generates a large number of candidate sets through the structure of a vertical linked List and a corresponding pruning strategy, thereby improving the efficiency of the algorithm. However, in the method, (1) the vertical linked list is not established for data compression, which wastes a large amount of space; (2) the low-utility linked list is difficult to filter, and the linked list can be calculated to be the low-efficiency linked list only after the establishment of the utility linked list is completed; (3) the effectiveness of the over-estimation (Overestimation) mode metric term set is too loose, many low-efficiency term sets are overestimated into high-efficiency term sets, the search space is too large, and the running time of the mining process is long.
Disclosure of Invention
The invention aims to provide a high-utility item set mining method with negative utility aiming at the defects of the prior art. The method considers the condition that the unit utility of the items in the database is positive and negative, introduces the chain table coverage theory, compresses when establishing the chain table for the first time, constructs the utility chain table early filtering strategy and the transfer utility branch pruning strategy containing the negative utility, can reduce the construction of the low utility chain table, can reduce the search space, can reduce the high utility item set mining operation time and the memory consumption, and can improve the efficiency of the high utility item set mining method.
The technical scheme for realizing the purpose of the invention is as follows:
compared with the prior art, the high-utility item set mining method with negative utility comprises the following steps:
1) initializing data mining operation parameters: setting a database D to be mined, and specifying a minimum utility threshold min _ util and a profit table ptable;
2) scanning the database D: scanning the entries in database D, calculating transaction weighted utility TWU and redefined transaction utility RTU for the entries, placing linked list I in a specified order for each entry I having a value of TWU no less than min _ util*Performing the following steps;
3) covering a linked list: if TWU values of the item set { I } and the item set { ij } are equal, namely TWU (I) ═ TWU (ij), then the item j is called to be contained in the item I, when the database D is scanned for the first time and the utility linked list is constructed, whether the same elements in the linked list have the same value TWU is judged through retrieval, if not, the elements are added, if yes, the elements are abandoned, and the original linked list I is compressed in this way*Generating a new chain table CovL;
4) establishing an EUCS structure and a PNU-List linked List: scanning a database D and a linked List CovL, and establishing an evaluation utility co-occurrence structure EUCS and a positive and negative utility linked List PNU-List;
5) calling a search program: taking the empty set, the CovL linked list, the minimum utility threshold value min _ util and the EUCS structure as parameters to call a search program;
6) calculating Px.putils、PxNulls and PxRputils: first traverse the branch item set P of the item set PxIf P isxPositive effect sum of (i.e. P)xAdds the sum of negative effects, i.e. PxThe sum of nulls is not less than the minimum utility threshold min _ util, then PxThe items are efficiently used and output; if P isxPulils plus the remaining positive effect sum, i.e. PxThe sum of rputils is not less than the minimum utility threshold min _ util, then PxThe branch of (A) is a high-efficiency item set, and P needs to be continuously minedxIs circularly traversed through each branch entry set P of the entry set PySo that y > x and TWU ({ x, y }) > min _ util, with PxForm PxyThe branch continues to perform mining and connects PxAnd PyAnd substituting a transfer branch utility calculation formula tenu (X, y) containing negative utility to calculate a transfer branch utility upper limit:
tenu(X,y)≥SUM(Xy.putil)+SUM(Xy.nutil)+SUM(Xy.rputil),
if tenu (P)x,Py) Less than min _ util, then PxyThe single item branch and the transmission branch are low-efficiency item sets, and the mining P is directly abandonedxyDirectly jumping out of the loop by adopting a delivery branch pruning strategy containing negative effect, and searching the next P meeting the conditionsy
7) Determining a delivery branch item set pruning strategy containing negative utility: set of items P, Px,PyAs a parameter call utility linked list construction process, P is firstly selectedxThe sum of the positive utility of (1) and the remaining positive utility rputil is set to total, for each at PxTuple ex in the linked list is searched in P by adopting a binary search modeySearching a tuple ey which is the same as the transaction unique identifier tid in the tuple in the linked list, if not, reducing the value of total through rputil and putil, checking whether the value of total is less than min _ util, if so, stopping constructing the PxyAnd does not mine PxyThe branch of (1);
8) recursively invoking a search program: if P isxyIf the list is not empty, PxyAnd the branch will enter the searching program again, and the searching process is called recursively until the branch can not be generated;
9) and outputting the efficient item set.
The technical scheme has the following advantages:
(1) covering the same items when the linked list is constructed through a covering theory so as to compress the memory space occupied by the linked list;
(2) the pruning strategy of early filtering is provided, the utility value of the utility linked list is calculated before the utility linked list is constructed, the construction of the low utility linked list is filtered, and the space and the time required by the algorithm are saved;
(3) a new calculation formula of the upper limit of the utility of the transmission branch item set containing the negative utility is provided, the utility of the item set is more accurately estimated, the calculation formula is integrated in a pruning strategy of the transmission branch containing the negative utility, and the low-efficiency item set is estimated and pruned, so that the search space is reduced, and the algorithm efficiency is improved.
The technical scheme is mainly applied to data mining in transaction system background transaction databases in retail industry, electronic commerce and the like.
The method considers the condition that the unit utility of the items in the database is positive and negative, introduces the chain table coverage theory, constructs the utility chain table early filtering strategy and the transfer utility branch pruning strategy containing the negative utility, can reduce the construction of the low utility chain table, can reduce the search space, can reduce the mining operation time and the memory consumption of the high utility item set, and can improve the mining efficiency of the high utility item set.
Drawings
FIG. 1 is a diagram illustrating the comparison of the run time effect of the method and FHN method in the embodiment;
FIG. 2 is a diagram illustrating the comparison of memory consumption effects between the embodiments of the method and the FHN method;
FIG. 3 is a diagram illustrating the comparison between the method and the FHN method for generating the number of candidate sets in the embodiment;
FIG. 4 is a schematic flow chart of an example method;
FIG. 5 is a flowchart illustrating a linked list overlay policy in a method according to an embodiment;
FIG. 6 is a flow diagram of a search routine in an embodiment method;
FIG. 7 is a flow diagram illustrating a pre-filtering strategy in an exemplary method.
Detailed Description
The invention will be further elucidated with reference to the drawings and examples, without however being limited thereto.
Example (b):
referring to fig. 4, a method for mining a high utility item set containing negative utilities includes the following steps:
1) initializing data mining operation parameters: setting a database D to be mined, and specifying a minimum utility threshold min _ util and a profit table ptable;
2) scanning the database D: scanning the entries in database D, calculating transaction weighted utility TWU and redefined transaction utility RTU for the entries, placing linked list I in a specified order for each entry I having a value of TWU no less than min _ util*Performing the following steps;
3) covering a linked list: if the set of items { i } and the set of itemsTWU values of { ij } are equal, namely TWU (I) ═ TWU (ij), then item j is called to be contained in item I, when the database D is scanned for the first time and the utility linked list is constructed, whether the same elements in the linked list have the same TWU values is judged through searching, if not, the elements are added, if so, the elements are abandoned, and the original linked list I is compressed in this way*Generating a new chain table CovL, as shown in FIG. 5;
4) establishing an EUCS structure and a PNU-List linked List: scanning a database D and a linked List CovL, and establishing an evaluation utility co-occurrence structure EUCS and a positive and negative utility linked List PNU-List;
5) calling a search program: calling a search program by taking the empty set, the CovL linked list, the minimum utility threshold min _ util and the EUCS structure as parameters, as shown in FIG. 6;
6) calculating Px.putils、PxNulls and PxRputils: first traverse the branch item set P of the item set PxIf P isxPositive effect sum of (i.e. P)xAdds the sum of negative effects, i.e. PxThe sum of nulls is not less than the minimum utility threshold min _ util, then PxThe items are efficiently used and output; if P isxPulils plus the remaining positive effect sum, i.e. PxThe sum of rputils is not less than the minimum utility threshold min _ util, then PxThe branch of (A) is a high-efficiency item set, and P needs to be continuously minedxIs circularly traversed through each branch entry set P of the entry set PySo that y > x and TWU ({ x, y }) > min _ util, with PxForm PxyThe branch continues to perform mining and connects PxAnd PyAnd substituting a transfer branch utility calculation formula tenu (X, y) containing negative utility to calculate a transfer branch utility upper limit:
tenu(X,y)≥SUM(Xy.putil)+SUM(Xy.nutil)+SUM(Xy.rputil),
if tenu (P)x,Py) Less than min _ util, then PxyThe single item branch and the transmission branch are low-efficiency item sets, and the mining P is directly abandonedxyDirectly jumping out of the loop by adopting a delivery branch pruning strategy containing negative effect, and searching the next P meeting the conditionsy
7) Determination of negative effectsDelivery branch item set pruning strategy of (1): set of items P, Px,PyAs a parameter call utility linked list construction process, P is firstly selectedxThe sum of the positive utility of (1) and the remaining positive utility rputil is set to total, for each at PxTuple ex in the linked list is searched in P by adopting a binary search modeySearching a tuple ey which is the same as the transaction unique identifier tid in the tuple in the linked list, if not, reducing the value of total through rputil and putil, checking whether the value of total is less than min _ util, if so, stopping constructing the PxyAnd does not mine PxyThe branch of (1);
8) recursively invoking a search program: if P isxyIf the list is not empty, PxyAnd the branch will enter the searching program again, and the searching process is called recursively until the branch can not be generated;
9) and outputting the efficient item set.
The data Mining method EHUIN (Efficient High-Utility item Mining with reactive Utility, EHUIN for short) can be used for more efficiently Mining data of transaction system data warehouses in retail industry, e-commerce and the like.
The method has the following advantages:
(1) the item set mining operation time is short: as can be seen from fig. 1, the method of this embodiment is more efficient than the FHN algorithm, almost all the data sets are run with time consumption lower than that of the FHN algorithm, the data set pumsb, when min _ util is 5000k and 5100k, the run time of the EHUIN algorithm is 381.6s and 316.7s, respectively, and the FHN algorithm is very inefficient with time consumption of 783.8s and 580.2s, respectively, and in addition, compared with the FHN algorithm, the run time of the method of this embodiment is much less sensitive to the change of min _ util threshold than that of the FHN algorithm, when the min _ util threshold is lower, the run time of the FHN algorithm increases sharply, and the method of this embodiment is more gentle, as can be seen from fig. 1, the threshold of the data set chess increases sharply from 110k to 135k, the run time increases from 6.9s to 109.4s, and the method of this embodiment increases from 2.7 s to 6.8 s, and is very smooth;
(2) the memory space required by the excavation process is small: in terms of memory usage, the method of the present embodiment uses less memory on all data sets than the FHN algorithm, and it can be seen in fig. 2 that the method of the present embodiment performs well on dense data sets, not only at run time, the number of pruned candidate sets, but also significantly reduces the memory space, for example, on data set chess, when min _ util is 120k, 125k, and 130k, respectively, the memory space of FHN algorithm is as high as 673.7MB, 673.9MB, and 671.7MB, while the memory space of the method of the present embodiment is 322.3MB, 269.1MB, and 271.4MB, respectively, and the memory space of the method of the present embodiment is about half of that of FHN algorithm;
(3) the candidate item set is few: as can be seen from FIG. 3, the method of the present embodiment generates fewer candidate sets on all data sets than the FHN algorithm, and particularly in dense data sets, for example, when the data set chess has a min _ util threshold of 110k, the candidate set generated by the FHN algorithm is 711923, while the method of the present embodiment is only 50857, and when the min _ util threshold is 1k, the method of the present embodiment excavates only 179011 efficient term sets, and the efficient term set excavated by the FHN algorithm is 239165.

Claims (1)

1. A high-utility item set mining method containing negative utility is characterized by comprising the following steps:
1) initializing data mining operation parameters: setting a database D to be mined, and specifying a minimum utility threshold min _ util and a profit table ptable;
2) scanning the database D: scanning the entries in database D, calculating transaction weighted utility TWU and redefined transaction utility RTU for the entries, placing linked list I in a specified order for each entry I having a value of TWU no less than min _ util*Performing the following steps;
3) covering a linked list: if TWU values of the item set { I } and the item set { ij } are equal, namely TWU (I) ═ TWU (ij), then the item j is called to be contained in the item I, when the database D is scanned for the first time and the utility linked list is constructed, whether the same elements in the linked list have the same value TWU is judged through retrieval, if not, the elements are added, if yes, the elements are abandoned, and the original linked list I is compressed in this way*Generating a new chain table CovL;
4) establishing an EUCS structure and a PNU-List linked List: scanning a database D and a linked List CovL, and establishing an evaluation utility co-occurrence structure EUCS and a positive and negative utility linked List PNU-List;
5) calling a search program: taking the empty set, the CovL linked list, the minimum utility threshold value min _ util and the EUCS structure as parameters to call a search program;
6) calculating Px.putils、PxNulls and PxRputils: first traverse the branch item set P of the item set PxIf P isxPositive effect sum of (i.e. P)xAdds the sum of negative effects, i.e. PxThe sum of nulls is not less than the minimum utility threshold min _ util, then PxThe items are efficiently used and output; if P isxPulils plus the remaining positive effect sum, i.e. PxThe sum of rputils is not less than the minimum utility threshold min _ util, then PxThe branch of (A) is a high-efficiency item set, and P needs to be continuously minedxIs circularly traversed through each branch entry set P of the entry set PySo that
Figure FDA0002174536460000011
And TWU ({ x, y }) is equal to or more than min _ util, and PxForm PxyThe branch continues to perform mining and connects PxAnd PyAnd substituting a transfer branch utility calculation formula tenu (X, y) containing negative utility to calculate a transfer branch utility upper limit:
tenu(X,y)≥SUM(Xy.putil)+SUM(Xy.nutil)+SUM(Xy.rputil),
if tenu (P)x,Py) Less than min _ util, then PxyThe single item branch and the transmission branch are low-efficiency item sets, and the mining P is directly abandonedxyDirectly jumping out of the loop by adopting a delivery branch pruning strategy containing negative effect, and searching the next P meeting the conditionsy
7) Determining a delivery branch item set pruning strategy containing negative utility: set of items P, Px,PyAs a parameter call utility linked list construction process, P is firstly selectedxThe sum of the positive utility of (1) and the remaining positive utility rputil is set to total, for each at PxTuple ex in the linked list is searched in P by adopting a binary search modeyLooking up the tuple ey which is the same as the transaction unique identifier tid in the tuple in the linked list, if notIf yes, reducing the value of total through rputil and putil, checking whether the value of total is less than min _ util, if yes, stopping constructing PxyAnd does not mine PxyThe branch of (1);
8) recursively invoking a search program: if P isxyIf the list is not empty, PxyAnd the branch will enter the searching program again, and the searching process is called recursively until the branch can not be generated;
9) and outputting the efficient item set.
CN201910774212.8A 2019-08-21 2019-08-21 High-utility item set mining method containing negative utility Expired - Fee Related CN110471960B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910774212.8A CN110471960B (en) 2019-08-21 2019-08-21 High-utility item set mining method containing negative utility

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910774212.8A CN110471960B (en) 2019-08-21 2019-08-21 High-utility item set mining method containing negative utility

Publications (2)

Publication Number Publication Date
CN110471960A CN110471960A (en) 2019-11-19
CN110471960B true CN110471960B (en) 2022-04-05

Family

ID=68513256

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910774212.8A Expired - Fee Related CN110471960B (en) 2019-08-21 2019-08-21 High-utility item set mining method containing negative utility

Country Status (1)

Country Link
CN (1) CN110471960B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111241136A (en) * 2020-01-07 2020-06-05 桂林电子科技大学 Top-k high-utility item set mining method based on data buffer pool
CN115563192B (en) * 2022-11-22 2023-03-10 山东科技大学 Method for mining high-utility periodic frequent pattern applied to purchase pattern

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0730240A2 (en) * 1995-03-03 1996-09-04 International Business Machines Corporation System and method for accessing data in a database
CN106294494A (en) * 2015-06-08 2017-01-04 哈尔滨工业大学深圳研究生院 Item set mining method and device
CN106777182A (en) * 2016-12-23 2017-05-31 陕西理工学院 A kind of data flow effective item set mining algorithm for reducing candidate
CN107870956A (en) * 2016-09-28 2018-04-03 腾讯科技(深圳)有限公司 A kind of effective item set mining method, apparatus and data processing equipment
CN107908711A (en) * 2017-11-09 2018-04-13 国网四川省电力公司信息通信公司 Dense Databases quick association rule digging method based on vertical data distribution

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0730240A2 (en) * 1995-03-03 1996-09-04 International Business Machines Corporation System and method for accessing data in a database
CN106294494A (en) * 2015-06-08 2017-01-04 哈尔滨工业大学深圳研究生院 Item set mining method and device
CN107870956A (en) * 2016-09-28 2018-04-03 腾讯科技(深圳)有限公司 A kind of effective item set mining method, apparatus and data processing equipment
CN106777182A (en) * 2016-12-23 2017-05-31 陕西理工学院 A kind of data flow effective item set mining algorithm for reducing candidate
CN107908711A (en) * 2017-11-09 2018-04-13 国网四川省电力公司信息通信公司 Dense Databases quick association rule digging method based on vertical data distribution

Also Published As

Publication number Publication date
CN110471960A (en) 2019-11-19

Similar Documents

Publication Publication Date Title
CN105808685B (en) Promotion information pushing method and device
CN103092861B (en) A kind of choosing method of commodity representative picture and system
Hong et al. Effective utility mining with the measure of average utility
CN101799810B (en) Association rule mining method and system thereof
CN110428118B (en) Order processing method and device, warehousing system and computer storage medium
CN109559029B (en) Intelligent classification method and device for customs commodities
CN110471960B (en) High-utility item set mining method containing negative utility
CN111722984B (en) Alarm data processing method, device, equipment and computer storage medium
CN103034680B (en) For data interactive method and the device of terminal device
CN102609422A (en) Class misplacing identification method and device
CN101364175B (en) Configuration method and device for embedded system
JP2002358320A (en) Method for data mining, system therefor and computer program product
Chang et al. A novel incremental data mining algorithm based on fp-growth for big data
CN110297853A (en) Frequent Set method for digging and device
CN107870956A (en) A kind of effective item set mining method, apparatus and data processing equipment
WO2013029146A1 (en) System and method for identifying groups of entities
Wang et al. Flexible online association rule mining based on multidimensional pattern relations
CN101676900A (en) Data cleaning method for improving accuracy of target data and cleaning system thereof
CN109558521A (en) Large scale key word multi-mode matching method, device and equipment
Amornchewin et al. Mining Dynamic Databases using Probability-Based Incremental Association Rule Discovery Algorithm.
Ralla et al. An incremental technique for mining coverage patterns in large databases
CN106294494B (en) Item set mining method and device
US11995144B2 (en) Webpage illustration processing method, system, device and storage medium
CN102254288A (en) Data processing method and system for risk mitigation in bank
Yu et al. IDHUP: incremental discovery of high utility pattern

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
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20220405