CN113917905A - Comprehensive analysis method for booster station auxiliary control system - Google Patents
Comprehensive analysis method for booster station auxiliary control system Download PDFInfo
- Publication number
- CN113917905A CN113917905A CN202111057890.6A CN202111057890A CN113917905A CN 113917905 A CN113917905 A CN 113917905A CN 202111057890 A CN202111057890 A CN 202111057890A CN 113917905 A CN113917905 A CN 113917905A
- Authority
- CN
- China
- Prior art keywords
- control system
- auxiliary control
- analysis method
- comprehensive analysis
- booster station
- 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
Links
- 238000004458 analytical method Methods 0.000 title claims abstract description 24
- 238000005065 mining Methods 0.000 claims abstract description 19
- 238000012163 sequencing technique Methods 0.000 claims abstract description 4
- 238000004364 calculation method Methods 0.000 claims description 3
- 238000009826 distribution Methods 0.000 claims description 3
- 230000002349 favourable effect Effects 0.000 claims description 3
- 239000000203 mixture Substances 0.000 claims 2
- 239000002994 raw material Substances 0.000 claims 2
- 238000000034 method Methods 0.000 abstract description 14
- 238000012098 association analyses Methods 0.000 abstract description 4
- 238000005315 distribution function Methods 0.000 abstract description 2
- 238000011160 research Methods 0.000 abstract description 2
- 238000010219 correlation analysis Methods 0.000 description 2
- 238000010586 diagram Methods 0.000 description 2
- 238000004519 manufacturing process Methods 0.000 description 2
- 238000009412 basement excavation Methods 0.000 description 1
- 230000009286 beneficial effect Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 238000005457 optimization Methods 0.000 description 1
- 238000006467 substitution reaction Methods 0.000 description 1
- 238000012795 verification Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G05—CONTROLLING; REGULATING
- G05B—CONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
- G05B23/00—Testing or monitoring of control systems or parts thereof
- G05B23/02—Electric testing or monitoring
- G05B23/0205—Electric testing or monitoring by means of a monitoring system capable of detecting and responding to faults
- G05B23/0218—Electric testing or monitoring by means of a monitoring system capable of detecting and responding to faults characterised by the fault detection method dealing with either existing or incipient faults
- G05B23/0243—Electric testing or monitoring by means of a monitoring system capable of detecting and responding to faults characterised by the fault detection method dealing with either existing or incipient faults model based detection method, e.g. first-principles knowledge model
-
- G—PHYSICS
- G05—CONTROLLING; REGULATING
- G05B—CONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
- G05B2219/00—Program-control systems
- G05B2219/20—Pc systems
- G05B2219/24—Pc safety
- G05B2219/24065—Real time diagnostics
Landscapes
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Engineering & Computer Science (AREA)
- Automation & Control Theory (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
The invention discloses a comprehensive analysis method of a booster station auxiliary control system, which comprises the steps of discretization based on entropy; scanning the transaction database, sequencing after obtaining the support count of each item set, and generating a tree according to each scanned transaction; and mining strong association rules according to the generated trees. The invention mainly researches a multi-index association analysis and prediction algorithm and application, provides a new parallel mining algorithm and an increment mining algorithm based on a dictionary tree, and improves the existing common data discretization method so as to discretize each continuous index data by clustering based on an entropy distribution function.
Description
Technical Field
The invention relates to the technical field of booster station auxiliary control systems, in particular to a comprehensive analysis method of a booster station auxiliary control system.
Background
The key of the comprehensive analysis of the booster station auxiliary control system is the correlation analysis and early warning of various indexes: because new business data are continuously added into the original data set, the result obtained by mining the original data set must be considered; the existing method needs to rescan the original data set under the worst condition, and the efficiency is low.
In order to perform multi-index correlation analysis and prediction, continuous data needs to be discretized, and the most common continuous data discretization method at present is complex and difficult to perform on a single machine.
Disclosure of Invention
This section is for the purpose of summarizing some aspects of embodiments of the invention and to briefly introduce some preferred embodiments. In this section, as well as in the abstract and the title of the invention of this application, simplifications or omissions may be made to avoid obscuring the purpose of the section, the abstract and the title, and such simplifications or omissions are not intended to limit the scope of the invention.
The present invention has been made in view of the above-mentioned conventional problems.
Therefore, the technical problem solved by the invention is as follows: how to carry out effective comprehensive analysis to booster station auxiliary control system.
In order to solve the technical problems, the invention provides the following technical scheme: including, entropy-based discretization; scanning the transaction database, sequencing after obtaining the support count of each item set, and generating a tree according to each scanned transaction; and mining strong association rules according to the generated trees.
As a preferable scheme of the comprehensive analysis method of the booster station auxiliary control system, the method comprises the following steps: the information entropy gain calculation formula comprises,
wherein S isiThe entropy function Ent is calculated according to the data distribution conditions of different classes in the given data set, and T is a potential boundary of the S set.
As a preferable scheme of the comprehensive analysis method of the booster station auxiliary control system, the method comprises the following steps: given n different classes, the entropy of S includes,
wherein p is obtained by dividing the number of rows of I in the S category by the total number of data rows in S, and each obtained boundary value can be divided until a stop condition Ent (S) -I (S,1) > o is satisfied, so that the division of the boundary is more favorable for improving the precision of the classification mining result.
As a preferable scheme of the comprehensive analysis method of the booster station auxiliary control system, the method comprises the following steps: scanning the transaction database to obtain the support count of each item set; the counts of all of the sets include { I1,6}, { I2,7} { I3,6}, { I4,2}, { I5,2 }.
As a preferable scheme of the comprehensive analysis method of the booster station auxiliary control system, the method comprises the following steps: further comprising, sorting by support count; each transaction of the transaction database is scanned to generate a tree.
As a preferable scheme of the comprehensive analysis method of the booster station auxiliary control system, the method comprises the following steps: the mining strong association rule comprises the steps of starting from each frequent pattern with the length of 1, and constructing a conditional pattern base of the frequent pattern; and constructing the FP tree and recursively mining the FP tree.
As a preferable scheme of the comprehensive analysis method of the booster station auxiliary control system, the method comprises the following steps: also included is that pattern growth is achieved through frequent pattern concatenation of postfix patterns with conditional FP-trees.
As a preferable scheme of the comprehensive analysis method of the booster station auxiliary control system, the method comprises the following steps: including that for a given set of data rows S, each value in attribute A can be considered as a potential boundary of an interval or a value T, and if a value v in attribute A divides data S into two parts and satisfies A < vLA ≧ v, respectively, then for data S, a threshold will be selected based on the maximum informative entropy gain obtained for the divided subset.
The invention has the beneficial effects that: the invention mainly researches a multi-index association analysis and prediction algorithm and application, provides a new parallel mining algorithm and an increment mining algorithm based on a dictionary tree, and improves the existing common data discretization method so as to discretize each continuous index data by clustering based on an entropy distribution function.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without inventive exercise. Wherein:
fig. 1 is a schematic sequence diagram of a comprehensive analysis method of a booster station auxiliary control system according to an embodiment of the present invention;
fig. 2 is a schematic diagram of a spanning tree of each transaction of the comprehensive analysis method of the booster station auxiliary control system according to an embodiment of the present invention.
Detailed Description
In order to make the aforementioned objects, features and advantages of the present invention comprehensible, specific embodiments accompanied with figures are described in detail below, and it is apparent that the described embodiments are a part of the embodiments of the present invention, not all of the embodiments. All other embodiments, which can be obtained by a person skilled in the art without making creative efforts based on the embodiments of the present invention, shall fall within the protection scope of the present invention.
In the following description, numerous specific details are set forth in order to provide a thorough understanding of the present invention, but the present invention may be practiced in other ways than those specifically described and will be readily apparent to those of ordinary skill in the art without departing from the spirit of the present invention, and therefore the present invention is not limited to the specific embodiments disclosed below.
Furthermore, reference herein to "one embodiment" or "an embodiment" means that a particular feature, structure, or characteristic described in connection with the embodiment is included in at least one implementation of the invention. The appearances of the phrase "in one embodiment" in various places in the specification are not necessarily all referring to the same embodiment, nor are separate or alternative embodiments mutually exclusive of other embodiments.
The present invention will be described in detail with reference to the drawings, wherein the cross-sectional views illustrating the structure of the device are not enlarged partially in general scale for convenience of illustration, and the drawings are only exemplary and should not be construed as limiting the scope of the present invention. In addition, the three-dimensional dimensions of length, width and depth should be included in the actual fabrication.
Meanwhile, in the description of the present invention, it should be noted that the terms "upper, lower, inner and outer" and the like indicate orientations or positional relationships based on the orientations or positional relationships shown in the drawings, and are only for convenience of describing the present invention and simplifying the description, but do not indicate or imply that the referred device or element must have a specific orientation, be constructed in a specific orientation and operate, and thus, cannot be construed as limiting the present invention. Furthermore, the terms first, second, or third are used for descriptive purposes only and are not to be construed as indicating or implying relative importance.
The terms "mounted, connected and connected" in the present invention are to be understood broadly, unless otherwise explicitly specified or limited, for example: can be fixedly connected, detachably connected or integrally connected; they may be mechanically, electrically, or directly connected, or indirectly connected through intervening media, or may be interconnected between two elements. The specific meanings of the above terms in the present invention can be understood in specific cases to those skilled in the art.
Example 1
The invention aims to provide a certain amount of data for supporting scientific management decision, people cannot express potential rules contained in the data by using explicit methods such as mathematical formulas and the like, and some rules become more and more strongly associated rules along with the increase of business data, so that the potential rules are effectively mined, and the method has important significance for scientific decision and production and management guidance.
Because the auxiliary control indexes usually comprise a plurality of indexes, and some potential association rules exist among the indexes, multi-index association analysis is required to be carried out, and meanwhile, according to the known multi-index association rules, a group company can make an effective index plan by adjusting the combination of input indexes, so that the optimization of output indexes (target indexes), namely index prediction, is achieved.
Referring to fig. 1 and fig. 2, a first embodiment of the present invention provides a comprehensive analysis method for a booster station auxiliary control system, which specifically includes:
s1: entropy-based discretization.
S2: and scanning the transaction database, sequencing after obtaining the support count of each item set, and generating a tree according to each scanned transaction.
S3: and mining strong association rules according to the generated trees.
For a given set of data rows S, each value in attribute A can be considered as an interval potential boundary or value T, and if one value v in attribute A bisects data S and satisfies A < vLA ≧ v, respectively, then for data S, a threshold will be chosen based on the maximum informative entropy obtained for the divided subset.
Specifically, the information entropy gain calculation formula includes:
wherein S isiThe entropy function Ent is calculated according to the data distribution conditions of different classes in the given data set, and T is a potential boundary of the S set.
Further, given n different classes, the entropy of S includes:
wherein p is obtained by dividing the number of rows of I in the S category by the total number of data rows in S, and each obtained boundary value can be divided until a stop condition Ent (S) -I (S,1) > o is satisfied, so that the division of the boundary is more favorable for improving the precision of the classification mining result.
Scanning the transaction database to obtain the support count of each item set;
the counts of all sets include, { I1,6}, { I2,7}, { I3,6}, { I4,2}, { I5,2 };
sorting according to the support count;
each transaction of the transaction database is scanned to generate a tree.
Preferably, mining the strong association rule comprises:
constructing a conditional mode base of each frequent mode with the length of 1;
constructing an FP tree and recursively excavating the FP tree;
pattern growth is achieved by frequent pattern concatenation of postfix patterns with conditional FP-trees.
Example 2
The present embodiment is a second embodiment of the present invention, and is different from the first embodiment in that the present embodiment provides an association rule mining verification, which specifically includes:
before excavation, the following explanation and definition are carried out: starting with each frequent pattern of length 1 (the initial suffix pattern), its conditional pattern base (a "sub-database" consisting of a set of prefix paths where FP-trees appear together with suffixes) is constructed, then its (conditional) FP-tree is constructed and mined recursively, pattern growing being achieved by the suffix pattern concatenation with the frequent pattern concatenation produced by the conditional FP-tree.
Considering I5 — the last item in L, but not the first, I5 appears at the leaf node at the deepest level of the tree, and there are two leaf nodes, listing these two paths { I2, I1, I5: 1}, { I2, I1, I3, I5: 1, it is clear that the prefix path of I5 is { I2, I1: 1}, { I2, I1, I3: 1, forming the conditional pattern base of I5, and its conditional FP tree apparently contains only { I2, I1:2} (I3 only occurs once, less than the minimum support count of 2).
Thus, this path produces all combinations of frequent patterns: { I2, I5:2}, { I1, I5:2}, { I2, I1, I5:2} then all the frequent patterns generated based on the conditional patterns of I5 were found, and the same method was used for the iterations of I4, I3, I1, resulting in the following table:
table 1: and (5) a relation table.
The association rules are as follows:
in practice, association rule mining is carried out on a plurality of index data of the information system of the large north mountain auxiliary control system, and practice shows that the multi-index association analysis and prediction of the information system of the large north mountain auxiliary control system is an effective and feasible algorithm.
It should be noted that the above-mentioned embodiments are only for illustrating the technical solutions of the present invention and not for limiting, and although the present invention has been described in detail with reference to the preferred embodiments, it should be understood by those skilled in the art that modifications or equivalent substitutions may be made on the technical solutions of the present invention without departing from the spirit and scope of the technical solutions of the present invention, which should be covered by the claims of the present invention.
Claims (8)
1. A comprehensive analysis method of a booster station auxiliary control system is characterized by comprising the following steps: comprises the steps of (a) preparing a mixture of a plurality of raw materials,
entropy-based discretization;
scanning the transaction database, sequencing after obtaining the support count of each item set, and generating a tree according to each scanned transaction;
and mining strong association rules according to the generated trees.
2. The comprehensive analysis method of the booster station auxiliary control system according to claim 1, characterized in that: the information entropy gain calculation formula comprises,
wherein S isiThe entropy function Ent is calculated according to the data distribution conditions of different classes in the given data set, and T is a potential boundary of the S set.
3. The comprehensive analysis method of the booster station auxiliary control system according to claim 2, characterized in that: given n different classes, the entropy of S includes,
wherein p is obtained by dividing the number of rows of I in the S category by the total number of data rows in S, and each obtained boundary value can be divided until a stop condition Ent (S) -I (S,1) > o is satisfied, so that the division of the boundary is more favorable for improving the precision of the classification mining result.
4. The comprehensive analysis method of the booster station auxiliary control system according to claim 2 or 3, characterized in that: comprises the steps of (a) preparing a mixture of a plurality of raw materials,
scanning the transaction database to obtain the support count of each item set;
the counts of all of the sets include { I1,6}, { I2,7} { I3,6}, { I4,2}, { I5,2 }.
5. The comprehensive analysis method of the booster station auxiliary control system according to claim 4, characterized in that: also comprises the following steps of (1) preparing,
sorting according to the support count;
each transaction of the transaction database is scanned to generate a tree.
6. The comprehensive analysis method of the booster station auxiliary control system according to claim 5, characterized in that: the mining strong association rule comprises that,
constructing a conditional mode base of each frequent mode with the length of 1;
and constructing the FP tree and recursively mining the FP tree.
7. The comprehensive analysis method of the booster station auxiliary control system according to claim 6, characterized in that: also included is that pattern growth is achieved through frequent pattern concatenation of postfix patterns with conditional FP-trees.
8. The comprehensive analysis method of the booster station auxiliary control system according to claim 7, characterized in that: including that for a given set of data rows S, each value in attribute A can be considered as a potential boundary of an interval or a value T, and if a value v in attribute A divides data S into two parts and satisfies A < vLA ≧ v, respectively, then for data S, a threshold will be selected based on the maximum informative entropy gain obtained for the divided subset.
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202111057890.6A CN113917905B (en) | 2021-09-09 | 2021-09-09 | Comprehensive analysis method of booster station auxiliary control system |
ZA2022/09262A ZA202209262B (en) | 2021-09-09 | 2022-08-18 | Comprehensive analysis method of auxiliary control system of booster station |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202111057890.6A CN113917905B (en) | 2021-09-09 | 2021-09-09 | Comprehensive analysis method of booster station auxiliary control system |
Publications (2)
Publication Number | Publication Date |
---|---|
CN113917905A true CN113917905A (en) | 2022-01-11 |
CN113917905B CN113917905B (en) | 2024-06-21 |
Family
ID=79234325
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202111057890.6A Active CN113917905B (en) | 2021-09-09 | 2021-09-09 | Comprehensive analysis method of booster station auxiliary control system |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN113917905B (en) |
ZA (1) | ZA202209262B (en) |
Citations (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
ES2295721T3 (en) * | 2003-04-11 | 2008-04-16 | DIEHL BGT DEFENCE GMBH & CO.KG | MECHANELECTRIC SPOOL FOR A HAND POMEGRANATE. |
EP2835955A2 (en) * | 2013-08-09 | 2015-02-11 | Verisign, Inc. | Detecting co-occurrence patterns in DNS |
CN106066642A (en) * | 2016-05-27 | 2016-11-02 | 大连楼兰科技股份有限公司 | DTC based on FP Tree sequential mode mining diagnosis vehicle work item and spare part search method |
CN106570128A (en) * | 2016-11-03 | 2017-04-19 | 南京邮电大学 | Mining algorithm based on association rule analysis |
KR20180026119A (en) * | 2016-09-02 | 2018-03-12 | 한국야스카와전기(주) | Field multiplexing system of small pump station |
CN107908776A (en) * | 2017-11-30 | 2018-04-13 | 国网浙江省电力公司经济技术研究院 | Frequent mode Web Mining algorithm and system based on affairs project incidence matrix |
CN108167135A (en) * | 2017-12-26 | 2018-06-15 | 中国能源建设集团广东省电力设计研究院有限公司 | Marine wind electric field fan auxiliary control system, method and device |
US20180239496A1 (en) * | 2017-02-21 | 2018-08-23 | Microsoft Technology Licensing, Llc | Clustering and analysis of commands in user interfaces |
CN109190841A (en) * | 2018-09-25 | 2019-01-11 | 国电南瑞南京控制系统有限公司 | Offshore wind farm approaches of predictive maintenance based on the random degradation model of blower probability |
CN111178680A (en) * | 2019-12-09 | 2020-05-19 | 河北建投新能源有限公司 | Wind power plant engineering quality overall process management system, method and equipment |
CN112487935A (en) * | 2020-11-26 | 2021-03-12 | 华能通辽风力发电有限公司 | Dangerous point source safety management and control system |
-
2021
- 2021-09-09 CN CN202111057890.6A patent/CN113917905B/en active Active
-
2022
- 2022-08-18 ZA ZA2022/09262A patent/ZA202209262B/en unknown
Patent Citations (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
ES2295721T3 (en) * | 2003-04-11 | 2008-04-16 | DIEHL BGT DEFENCE GMBH & CO.KG | MECHANELECTRIC SPOOL FOR A HAND POMEGRANATE. |
EP2835955A2 (en) * | 2013-08-09 | 2015-02-11 | Verisign, Inc. | Detecting co-occurrence patterns in DNS |
CN106066642A (en) * | 2016-05-27 | 2016-11-02 | 大连楼兰科技股份有限公司 | DTC based on FP Tree sequential mode mining diagnosis vehicle work item and spare part search method |
KR20180026119A (en) * | 2016-09-02 | 2018-03-12 | 한국야스카와전기(주) | Field multiplexing system of small pump station |
CN106570128A (en) * | 2016-11-03 | 2017-04-19 | 南京邮电大学 | Mining algorithm based on association rule analysis |
US20180239496A1 (en) * | 2017-02-21 | 2018-08-23 | Microsoft Technology Licensing, Llc | Clustering and analysis of commands in user interfaces |
CN107908776A (en) * | 2017-11-30 | 2018-04-13 | 国网浙江省电力公司经济技术研究院 | Frequent mode Web Mining algorithm and system based on affairs project incidence matrix |
CN108167135A (en) * | 2017-12-26 | 2018-06-15 | 中国能源建设集团广东省电力设计研究院有限公司 | Marine wind electric field fan auxiliary control system, method and device |
CN109190841A (en) * | 2018-09-25 | 2019-01-11 | 国电南瑞南京控制系统有限公司 | Offshore wind farm approaches of predictive maintenance based on the random degradation model of blower probability |
CN111178680A (en) * | 2019-12-09 | 2020-05-19 | 河北建投新能源有限公司 | Wind power plant engineering quality overall process management system, method and equipment |
CN112487935A (en) * | 2020-11-26 | 2021-03-12 | 华能通辽风力发电有限公司 | Dangerous point source safety management and control system |
Non-Patent Citations (2)
Title |
---|
MINGXUAN HE 等: "Booster: An Accelerator for Gradient Boosting Decision Trees", 《HARDWARE ARCHITECTURE (CS.AR) 》, 5 November 2020 (2020-11-05), pages 1 - 14 * |
林森媚 等: "基于合并FP树的频繁模式挖掘算法", 《广西师范大学学报自然科学版》, vol. 25, no. 4, 31 December 2007 (2007-12-31), pages 252 - 256 * |
Also Published As
Publication number | Publication date |
---|---|
ZA202209262B (en) | 2022-11-30 |
CN113917905B (en) | 2024-06-21 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
Leung et al. | CanTree: a tree structure for efficient incremental mining of frequent patterns | |
Gomariz et al. | Clasp: An efficient algorithm for mining frequent closed sequences | |
Leung et al. | CanTree: a canonical-order tree for incremental frequent-pattern mining | |
Nijssen et al. | Efficient discovery of frequent unordered trees | |
US20020021838A1 (en) | Adaptively weighted, partitioned context edit distance string matching | |
Wang | Discovering patterns from large and dynamic sequential data | |
CN112860906B (en) | Market leader hot line and public opinion decision support method and system based on natural language processing | |
Sucahyo et al. | CT-ITL: Efficient frequent item set mining using a compressed prefix tree with pattern growth | |
CN101916263A (en) | Fuzzy keyword query method and system based on weighing edit distance | |
CN102971729A (en) | Ascribing actionable attributes to data that describes a personal identity | |
Brisaboa et al. | Compressed representation of dynamic binary relations with applications | |
Dubacq et al. | Kolmogorov complexity and cellular automata classification | |
Abbasghorbani et al. | Survey on sequential pattern mining algorithms | |
CN103870489B (en) | Chinese personal name based on search daily record is from extending recognition methods | |
CN113917905A (en) | Comprehensive analysis method for booster station auxiliary control system | |
Wang et al. | Concurrent discretization of multiple attributes | |
Zhang et al. | Efficient dynamic weighted set sampling and its extension | |
CN113902003A (en) | MITree-based multidimensional time series online motif discovery method | |
CN104809185A (en) | Closed item set mining method facing uncertain data | |
Gupta et al. | A framework for dynamizing succinct data structures | |
Elmasry et al. | Dynamic range majority data structures | |
Zhao et al. | CLEAN: Frequent pattern-based trajectory compression and computation on road networks | |
CN109858507A (en) | A kind of rare subsequence method for digging of the multi-dimensional time sequence data applied to air contaminant treatment | |
CN113806665A (en) | Webpage blocking method based on non-patterned Web data model | |
Maaß et al. | Text indexing with errors |
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 | ||
REG | Reference to a national code |
Ref country code: HK Ref legal event code: DE Ref document number: 40062905 Country of ref document: HK |
|
GR01 | Patent grant | ||
GR01 | Patent grant |