[go: up one dir, main page]

CN114610720B - A heterogeneous model framework extraction and matching method, device and storage medium - Google Patents

A heterogeneous model framework extraction and matching method, device and storage medium Download PDF

Info

Publication number
CN114610720B
CN114610720B CN202210288527.3A CN202210288527A CN114610720B CN 114610720 B CN114610720 B CN 114610720B CN 202210288527 A CN202210288527 A CN 202210288527A CN 114610720 B CN114610720 B CN 114610720B
Authority
CN
China
Prior art keywords
model
heterogeneous
template
binary tree
features
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.)
Active
Application number
CN202210288527.3A
Other languages
Chinese (zh)
Other versions
CN114610720A (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.)
Beijing Information Science and Technology University
Original Assignee
Beijing Information Science and Technology University
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 Beijing Information Science and Technology University filed Critical Beijing Information Science and Technology University
Priority to CN202210288527.3A priority Critical patent/CN114610720B/en
Publication of CN114610720A publication Critical patent/CN114610720A/en
Application granted granted Critical
Publication of CN114610720B publication Critical patent/CN114610720B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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/22Indexing; Data structures therefor; Storage structures
    • G06F16/2228Indexing structures
    • G06F16/2246Trees, e.g. B+trees
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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/242Query formulation
    • G06F16/2423Interactive query statement specification based on a database schema
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Computational Linguistics (AREA)
  • Mathematical Physics (AREA)
  • Probability & Statistics with Applications (AREA)
  • Fuzzy Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

本发明公开了一种异构模型框架提取与匹配方法、装置及可存储介质,涉及系统建模与仿真技术领域,其中方法包括:将异构模型进行预处理;将经过预处理后的所述异构模型形成模板;利用二叉树的结构统一表示所述模板,并将所述模板存储在框架库中;遍历所述二叉树得到的元素序列作为所述模板的序列化特征,获取所述序列化特征的包含关系;提取所述序列化特征中出现频率高于预设阈值的序列进行处理后作为模型构造模式,模型构造模式的提取可以了解更多潜在的特征,同时实现框架库的管理;本发明可以提炼异构模型在设计和构建过程中的特征与结构,从而为相似的需求提供参考。

The present invention discloses a method, device and storable medium for extracting and matching a heterogeneous model framework, and relates to the technical field of system modeling and simulation, wherein the method comprises: preprocessing a heterogeneous model; forming a template from the preprocessed heterogeneous model; uniformly representing the template using a binary tree structure, and storing the template in a framework library; using an element sequence obtained by traversing the binary tree as a serialization feature of the template, and obtaining an inclusion relationship of the serialization feature; extracting a sequence with an appearance frequency higher than a preset threshold from the serialization feature and processing it as a model construction pattern, wherein the extraction of the model construction pattern can understand more potential features and realize the management of the framework library at the same time; the present invention can refine the features and structures of heterogeneous models in the design and construction process, thereby providing a reference for similar needs.

Description

Heterogeneous model frame extraction and matching method, device and storable medium
Technical Field
The invention relates to the technical field of system modeling and simulation, in particular to a heterogeneous model frame extraction and matching method, a heterogeneous model frame extraction and matching device and a storable medium.
Background
At present, through years of development, modeling simulation technology has become a comprehensive technology integrating computer, model theory, scientific calculation and other subjects. Under the background of modeling and simulation of complex products in multiple fields, with the advent of various modeling methods and tools, a model integration method is adopted to construct a complex system model, and the complex system model is coupled with a plurality of heterogeneous models, so that the modeling and simulation of a complex system become more complex. In practical simulation development, complex system simulation can involve models in a plurality of fields, and as the number of models in each field is continuously increased, a plurality of models have similarities in functions and applications, repeated modeling can increase the cost and period of modeling, and a plurality of redundant information can be generated, so that the models are very difficult to manage.
However, the model reuse can improve the efficiency of modeling engineers by reusing the existing simulation model, and the quick construction of the model is realized. The reuse of simulation systems is much studied today, but less for simulation model reuse problems. Although model reuse is similar to the problem of code reuse, reuse of models is more complex than model reuse because models involve different fields, more heterogeneous. How to use the existing simulation resources to realize the reuse of the multi-domain heterogeneous model is a problem that the simulation of the current complex system needs urgent research.
Therefore, how to provide a heterogeneous model framework extraction and matching method capable of solving the above problems is a problem that needs to be solved by those skilled in the art.
Disclosure of Invention
In view of the above, the invention provides a heterogeneous model framework extraction and matching method, a heterogeneous model framework extraction and matching device and a storable medium, which can refine characteristics and structures of a heterogeneous model in the design and construction processes so as to provide references for similar requirements.
In order to achieve the above purpose, the present invention adopts the following technical scheme:
A heterogeneous model frame extraction and matching method comprises the following steps:
preprocessing the heterogeneous model;
forming a template by the pretreated heterogeneous model;
uniformly representing the templates by utilizing the structure of a binary tree, and storing the templates in a framework library;
Traversing the element sequence obtained by the binary tree as the serialization feature of the template to obtain the inclusion relation of the serialization feature;
and extracting a sequence with the occurrence frequency higher than a preset threshold value in the serialized features and then processing the sequence to be used as a model construction mode, wherein the extraction of the model construction mode can be used for knowing more potential features and realizing the management of a framework library.
Preferably, the specific process of preprocessing the heterogeneous model includes:
classifying the heterogeneous models according to different categories, and extracting the characteristics of the heterogeneous models.
Preferably, the specific process of forming the heterogeneous model after pretreatment into a template comprises the following steps:
Reading an expression under a keyword in the heterogeneous model, and extracting a parameter name contained in the expression;
reading an expression under an equation in the heterogeneous model, extracting parameter names contained in the expression, and forming a parameter list;
Judging whether the parameter names under the keywords appear in the parameter list, deleting the keyword names if the parameter names do not exist, replacing the keyword names with consistent names if the parameter names exist, and finally forming a template.
Preferably, the features include any one or any several of domain features, logic features and descriptive features.
Preferably, the specific process of uniformly representing the template by using the structure of the binary tree comprises the following steps:
The formulas contained in the templates are stored into a first list after being cut according to spaces, whether the length of the formulas is equal to 1 is judged, if the length of the formulas is equal to 1, the formulas are directly output as root nodes of the binary tree, and if the formulas are not equal to 1, the formulas are sequentially scanned and whether brackets exist in the formulas is judged;
If brackets exist, removing the brackets contained in the formula, taking an operator with the lowest priority in the formula as a root node, recursively constructing a left subtree by a formula element sequence contained before the root node, recursively constructing a right subtree by a formula element sequence after the root node, and if no brackets exist, directly constructing a binary tree by adopting a recursion method until the formula is represented by the binary tree.
Preferably, the specific process of obtaining the inclusion relationship of the serialization feature by traversing the element sequence obtained by the binary tree as the serialization feature of the template includes:
and matching the serialization features by using the formula element sequences obtained by the binary tree middle sequence traversal as the serialization features of the templates, and obtaining the inclusion relation between the templates by using a naive algorithm.
Further, the invention also provides a heterogeneous model frame extraction and matching device, which comprises:
the data preprocessing module is used for preprocessing the heterogeneous model;
The template forming module is used for forming the pretreated heterogeneous model into a template;
The template representation module is used for uniformly representing the templates by utilizing the structure of the binary tree and storing the templates in a frame library;
The processing module is used for traversing the element sequence obtained by the binary tree as the serialization characteristic of the template to obtain the inclusion relation of the serialization characteristic;
The extraction module is used for extracting sequences with the occurrence frequency higher than a preset threshold value in the serialized features and then processing the sequences to be used as model construction modes, and the extraction of the model construction modes can be used for knowing more potential features and realizing management of a framework library.
Further, the present invention also provides a computer readable storage medium, on which a computer program is stored, which when executed by a processor implements the heterogeneous model frame extraction and matching method as described in any one of the above.
Compared with the prior art, the method, the device and the storage medium for extracting and matching the heterogeneous model framework can refine the characteristics and the structures of the heterogeneous model in the design and construction processes, the extraction of the model construction mode can know potential model characteristics so as to realize the reuse of the model, thus providing reference for similar requirements.
Drawings
In order to more clearly illustrate embodiment 1 of the present invention or the technical solutions in the prior art, the drawings required for embodiment 1 or the description of the prior art will be briefly described, and it is obvious that the drawings in the following description are only embodiment 1 of the present invention, and other drawings can be obtained according to the provided drawings without inventive effort for a person skilled in the art.
FIG. 1 is an overall flow chart of a heterogeneous model framework extraction and matching method provided by the invention;
FIG. 2 is a flow chart of a binary tree representation of a template provided by an embodiment of the present invention;
FIG. 3 is a schematic diagram of a binary tree structure according to an embodiment of the present invention;
fig. 4 is a schematic block diagram of a heterogeneous model frame extraction and matching device provided by the invention.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present invention, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
Example 1
Referring to fig. 1, embodiment 1 of the present invention discloses a heterogeneous model frame extraction and matching method, which includes:
preprocessing the heterogeneous model;
forming a template by the pretreated heterogeneous model;
Uniformly representing templates by utilizing the structure of a binary tree, and storing the templates in a frame library;
Traversing the element sequence obtained by the binary tree as the serialization feature of the template to obtain the inclusion relation of the serialization feature;
the sequences with the occurrence frequency higher than a preset threshold value in the sequence features are extracted and processed to be used as model construction modes, and the extraction of the model construction modes can be used for knowing more potential features and realizing the management of a framework library.
In a specific embodiment, the specific process of preprocessing the heterogeneous model includes:
Classifying the heterogeneous models according to different categories, and extracting the characteristics of the heterogeneous models.
In a specific embodiment, the specific process of forming the pre-processed heterogeneous model into a template includes:
Reading an expression under a keyword in the heterogeneous model, and extracting a parameter name contained in the expression;
reading an expression under an equation in the heterogeneous model, extracting parameter names contained in the expression, and forming a parameter list;
Judging whether the parameter names under the keywords appear in the parameter list, deleting the keyword names if the parameter names do not exist, replacing the parameter names with consistent names if the parameter names exist, and finally forming a template.
In a particular embodiment, the features include any one or any combination of domain features, logic features, descriptive features.
Referring to fig. 2-3, in a specific embodiment, the method for uniformly representing templates using a binary tree structure includes:
The formulas contained in the templates are stored in a first list after being cut according to spaces, whether the length of the formulas is equal to 1 is judged, if the length of the formulas is equal to 1, the formulas are directly output to be root nodes of a binary tree, and if the formulas are not equal to 1, the formulas are sequentially scanned and whether brackets exist in the formulas is judged;
If the brackets exist, the operator with the lowest priority in the formula is taken as a root node after the brackets contained in the formula are removed, a left subtree is constructed in a recursion mode by a formula element sequence contained in the front of the root node, a right subtree is constructed in a recursion mode by a formula element sequence behind the root node, and if the brackets do not exist, a binary tree is constructed by a recursion mode directly until the formula is represented by the binary tree.
The root node is the lowest priority operator in the model formula, firstly considers the assignment operator, then considers the relation operator, then follows the arithmetic operator and so on. And thirdly, merging the binary tree. The binary tree in list 2 is traversed circularly, the first two binary trees are fetched each time, and are connected into a new binary tree by taking the uniform name (equ 1, equ2,.. equN) as a root node until all binary trees are finally combined into one binary tree. And fourthly, taking the element sequence obtained by traversing the binary tree middle sequence as a serialization characteristic of the template and storing the element sequence.
In a specific embodiment, the specific process of obtaining the inclusion relationship of the serialized features by using the element sequence obtained by traversing the binary tree as the serialized feature of the template includes:
And using a formula element sequence obtained by binary tree middle sequence traversal as a serialization characteristic of the templates, and matching the serialization characteristic by a naive algorithm to obtain the inclusion relation between the templates.
Specifically, first, two model formulas to be matched are set as a main string, and the other model formula is a model string. Next, it is determined whether the character to be matched is an operator or an operand. If it is an operand, the backward comparison continues. If the operator is to judge whether the characters to be matched in the main string and the pattern string are equal, if so, the backward comparison is continued. Otherwise, the next comparison master string starts with the next character to be matched from the beginning, and the pattern string starts with the first character. When the main string is compared to the pattern string to the end, the containment relationship between templates can be obtained.
And using the formula element sequence obtained by binary tree middle sequence traversal as the serialization characteristic of the template. Matching the serialized features using a naive algorithm can result in inclusion relationships between templates. An inclusion relationship means that a sequence of elements in one formula contains some or all of the elements in another formula. The inclusion relationship is divided into partial inclusion and full inclusion, and when calculating the inclusion relationship, a great deal of attention is paid to whether operators between template formulas are identical. As shown in table 1, the similarity between templates can be expressed in terms of three relationships that are completely equal, all inclusive and part inclusive. For example, the main string is "var1/var 2=var 5+var4 (var 3-var 6)", and the pattern string is three model formulas in table 1. The matching of the main string and the pattern string can obtain the inclusion relation between the main string and the pattern string, wherein the main string totally contains all elements in the pattern string 1. The main string contains partial elements in pattern string 2 and the main string contains multiple partial elements in pattern string 3. And obtaining similar parts among templates according to the inclusion relation, extracting sequences frequently appearing in the parts, processing (denoising and de-duplication) and then taking the sequences as model construction modes. The framework set formed by the templates and the model construction mode are constructed into a heterogeneous model framework library. The model construction mode can be used as a supplement of the template function to be matched and combined with the template, and a model meeting different application requirements can be quickly established.
TABLE 1 template similarity
Referring to fig. 4, embodiment 1 of the present invention further provides a heterogeneous model frame extraction and matching device, including:
the data preprocessing module is used for preprocessing the heterogeneous model;
The template forming module is used for forming the preprocessed heterogeneous model into a template and storing the template in the frame library;
the template representation module is used for uniformly representing templates by utilizing the structure of the binary tree;
The processing module is used for traversing the element sequence obtained by the binary tree as the serialization feature of the template to obtain the inclusion relation of the serialization feature;
The extraction module is used for extracting sequences with the occurrence frequency higher than a preset threshold value in the serialized features and then processing the sequences to be used as model construction modes, and the extraction of the model construction modes can be used for knowing more potential features and realizing management of a framework library.
Embodiment 1 of the present invention further provides a computer readable storage medium, on which a computer program is stored, which when executed by a processor implements the heterogeneous model frame extraction and matching method according to any one of embodiment 1 above.
Example 2
The method provided in example 1 was specifically applied to the extraction of a fuel cell model, and the specific procedure was as follows:
(1) Template extraction, namely, extracting structural features (field features, logic features, description features and the like) of a fuel cell model to form templates in order to quickly and accurately construct the model aiming at a certain field or a certain problem after the fuel cell model is classified according to different categories by realizing extraction and matching of the fuel cell model. First, reading the expression under the key words in the model, and extracting the variable names (such as a, b, c and d) in the expression. The variable names (e.g., a, b, c, d, va) under the equations in the model are then read. Finally, checking whether the variable names under the keywords in the model are also in a variable name list of the equation, if so, replacing the variable names with uniform names (var 1, var 2..varN), otherwise, deleting the variable names, and finally forming the template.
(2) Serialization representation of templates in order to facilitate management of subsequent framework libraries, a binary tree-based structured representation method implements the serialization representation of fuel cell model templates. And the first step is to read a model file preprocessing model. And (5) dividing the formulas in the model according to spaces, and storing the divided formulas in the list 1. And secondly, establishing a binary tree. Judging whether the length of the model formula is equal to 1, and because the length of the model formula is greater than 1, scanning the model formula from left to right in turn to judge whether brackets exist in the formula, wherein no brackets appear in the model formula, directly taking an operator with the lowest priority as a root node, recursively constructing a left subtree by a formula element sequence before the root node, and recursively constructing a right subtree by a formula element sequence after the root node. The established binary tree is stored in sequence in list 2. And thirdly, merging the binary tree. The binary tree is built for each model formula in the template, when a plurality of formulas exist in the template, a plurality of binary trees are required to be built, and the formulas in one template are required to be represented by one binary tree for facilitating subsequent processing, so that the binary tree merging operation is required. The first two binary trees in list 2 are sequentially fetched, with the unified names (equ 1, equ2,.. equN) as root nodes, one as left subtree, and one as right subtree, connected as new binary tree, until all binary trees are finally merged into one binary tree. And step four, using element sequences obtained by traversing the binary tree in a medium sequence as serialization features of the template to store.
(3) And obtaining a model construction mode, and adopting an improved naive matching algorithm to realize matching between fuel cell model templates. First, two model formulas to be matched are set as a main string and the other model formula is a model string. Next, it is determined whether the character to be matched is an operator, and if so, the comparison is continued backwards. Otherwise, the comparison main string of the next round starts from the next character matched at the beginning, and the pattern string starts from the first character and is compared backwards. If so, the backward comparison is continued. And after the comparison is finished, obtaining the inclusion relation between the fuel cell model templates, wherein the inclusion relation is divided into three types of congruent, full inclusion and partial inclusion, obtaining the similar parts of the fuel cell model templates according to the inclusion relation, extracting sequences with the occurrence frequency higher than a preset threshold value from the fuel cell model templates on the basis of the inclusion relation, processing (de-duplication and de-noising) to obtain a model construction mode, and extracting the model construction mode can know more potential characteristics and realize management of a frame library.
(4) And constructing a heterogeneous model framework library, wherein a framework set formed by the fuel cell model templates and a model construction mode are constructed into the heterogeneous model framework library. The model construction mode is combined with the template, and the model meeting different application requirements is quickly established.
In the present specification, each embodiment is described in a progressive manner, and each embodiment is mainly described in a different point from other embodiments, and identical and similar parts between the embodiments are all enough to refer to each other. For the device disclosed in the embodiment, since it corresponds to the method disclosed in the embodiment, the description is relatively simple, and the relevant points refer to the description of the method section.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (4)

1. The heterogeneous model framework extraction and matching method is characterized by comprising the following steps of:
Preprocessing the heterogeneous model, wherein the specific process comprises the following steps:
Classifying the heterogeneous models according to different categories, and extracting the characteristics of the heterogeneous models;
The pretreated heterogeneous model is formed into a template, and the concrete process comprises the following steps:
Reading an expression under a keyword in the heterogeneous model, and extracting a parameter name contained in the expression;
reading an expression under an equation in the heterogeneous model, extracting parameter names contained in the expression, and forming a parameter list;
judging whether the parameter names under the keywords appear in the parameter list, deleting the keyword names if the parameter names do not exist, replacing the keyword names with consistent names if the parameter names exist, and finally forming a template;
the templates are uniformly represented by utilizing the structure of a binary tree and stored in a framework library, and the specific process comprises the following steps:
The formulas contained in the templates are stored into a first list after being cut according to spaces, whether the length of the formulas is equal to 1 is judged, if the length of the formulas is equal to 1, the formulas are directly output as root nodes of the binary tree, and if the formulas are not equal to 1, the formulas are sequentially scanned and whether brackets exist in the formulas is judged;
If brackets exist, removing the brackets contained in the formula, taking an operator with the lowest priority in the formula as a root node, recursively constructing a left subtree by a formula element sequence contained before the root node, and recursively constructing a right subtree by a formula element sequence after the root node;
Traversing the element sequence obtained by the binary tree as the serialization feature of the template to obtain the inclusion relation of the serialization feature, wherein the specific process comprises the following steps:
Using the formula element sequence obtained by the binary tree middle sequence traversal as the serialization characteristic of the templates, and adopting a naive algorithm to match the serialization characteristic to obtain the inclusion relation between the templates;
and extracting a sequence with the occurrence frequency higher than a preset threshold value in the serialized features and then processing the sequence to be used as a model construction mode, wherein the extraction of the model construction mode can be used for knowing more potential features and realizing the management of a framework library.
2. The heterogeneous model framework extraction and matching method according to claim 1, wherein the features comprise any one or more of domain features, logic features and description features.
3. An apparatus for extracting and matching a heterogeneous model framework according to any one of claims 1 to 2, comprising:
the data preprocessing module is used for preprocessing the heterogeneous model;
The template forming module is used for forming the pretreated heterogeneous model into a template;
The template representation module is used for uniformly representing the templates by utilizing the structure of the binary tree and storing the templates in a frame library;
The processing module is used for traversing the element sequence obtained by the binary tree as the serialization characteristic of the template to obtain the inclusion relation of the serialization characteristic;
The extraction module is used for extracting sequences with the occurrence frequency higher than a preset threshold value in the serialized features and then processing the sequences to be used as model construction modes, and the extraction of the model construction modes can be used for knowing more potential features and realizing management of a framework library.
4. A computer readable storage medium, characterized in that the computer readable storage medium has stored thereon a computer program, which when executed by a processor implements the heterogeneous model framework extraction and matching method according to any of claims 1 to 2.
CN202210288527.3A 2022-03-23 2022-03-23 A heterogeneous model framework extraction and matching method, device and storage medium Active CN114610720B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210288527.3A CN114610720B (en) 2022-03-23 2022-03-23 A heterogeneous model framework extraction and matching method, device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210288527.3A CN114610720B (en) 2022-03-23 2022-03-23 A heterogeneous model framework extraction and matching method, device and storage medium

Publications (2)

Publication Number Publication Date
CN114610720A CN114610720A (en) 2022-06-10
CN114610720B true CN114610720B (en) 2025-01-28

Family

ID=81864885

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210288527.3A Active CN114610720B (en) 2022-03-23 2022-03-23 A heterogeneous model framework extraction and matching method, device and storage medium

Country Status (1)

Country Link
CN (1) CN114610720B (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108537183A (en) * 2018-04-13 2018-09-14 拉扎斯网络科技(上海)有限公司 Formula automatic identification method and device, electronic equipment and storage medium
CN111984640A (en) * 2020-08-04 2020-11-24 中国科学技术大学智慧城市研究院(芜湖) Portrait construction method based on multi-element heterogeneous data

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102674024B1 (en) * 2016-12-31 2024-06-13 인텔 코포레이션 Systems, methods, and apparatuses for heterogeneous computing

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108537183A (en) * 2018-04-13 2018-09-14 拉扎斯网络科技(上海)有限公司 Formula automatic identification method and device, electronic equipment and storage medium
CN111984640A (en) * 2020-08-04 2020-11-24 中国科学技术大学智慧城市研究院(芜湖) Portrait construction method based on multi-element heterogeneous data

Also Published As

Publication number Publication date
CN114610720A (en) 2022-06-10

Similar Documents

Publication Publication Date Title
Chen et al. A flexible assembly retrieval approach for model reuse
Harvey et al. A randomized O (m log m) time algorithm for computing Reeb graphs of arbitrary simplicial complexes
CN111930797A (en) Uncertain periodic frequent item set mining method and device
CN115359844A (en) Non-overlapping condition negative sequence pattern mining method
CN113342325A (en) Visual modeling method, system, electronic device and storage medium
CN116795859A (en) Data analysis methods, devices, computer equipment and storage media
CN109933589B (en) Data structure conversion method for data summarization based on ElasticSearch aggregation operation result
CN113741864B (en) Automatic semantic service interface design method and system based on natural language processing
CN115269638A (en) Method for automatically associating members in BIM (building information modeling) model by dynamic data set
CN114610720B (en) A heterogeneous model framework extraction and matching method, device and storage medium
CN110874717A (en) Data management method
CN111159203B (en) Data association analysis method, platform, electronic equipment and storage medium
CN117972111A (en) A knowledge reasoning method based on online graph processing technology for knowledge graph
CN116302089B (en) Picture similarity-based code clone detection method, system and storage medium
CN110825786A (en) Spark-based big data association rule mining method
CN104598591A (en) Model element matching method for type attribute graph model
Hacid et al. Incremental neighborhood graphs construction for multidimensional databases indexing
CN112685574A (en) Method and device for determining hierarchical relationship of domain terms
CN118656533B (en) A data processing method and device
CN114942766B (en) Excel function conversion method and related device based on SQL database
CN114936609A (en) A CAD Model Classification Method Based on Feature-Level Graph Descriptors and Graph Convolutional Networks
Paixão et al. Clustering large-scale, distributed software component repositories
CN117236446A (en) A method and system for reasoning about 3D model structure using event graphs
CN115238083A (en) Claim point oriented retrieval method and device
CN106682129A (en) Hierarchical concept vectorization increment processing method in personal big data management

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