WO2021238563A1 - 基于配置算法的企业运行数据分析方法、装置、电子设备及介质 - Google Patents

基于配置算法的企业运行数据分析方法、装置、电子设备及介质 Download PDF

Info

Publication number
WO2021238563A1
WO2021238563A1 PCT/CN2021/090719 CN2021090719W WO2021238563A1 WO 2021238563 A1 WO2021238563 A1 WO 2021238563A1 CN 2021090719 W CN2021090719 W CN 2021090719W WO 2021238563 A1 WO2021238563 A1 WO 2021238563A1
Authority
WO
WIPO (PCT)
Prior art keywords
algorithm
parameter
value
configuration
output variable
Prior art date
Application number
PCT/CN2021/090719
Other languages
English (en)
French (fr)
Inventor
陈喜涛
Original Assignee
平安科技(深圳)有限公司
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 平安科技(深圳)有限公司 filed Critical 平安科技(深圳)有限公司
Publication of WO2021238563A1 publication Critical patent/WO2021238563A1/zh

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/22Indexing; Data structures therefor; Storage structures
    • G06F16/2282Tablespace storage structures; Management thereof
    • 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/25Integrating or interfacing systems involving database management systems

Definitions

  • This application relates to the field of big data, and in particular to an enterprise operation data analysis method, device, electronic equipment and medium based on a configuration algorithm.
  • the inventor realizes that most of the current algorithm configuration is performed manually.
  • For the algorithm configuration business personnel after understanding the configuration method of the algorithm configuration table, they must not only learn the code language, but also have the ability to write code, resulting in the algorithm configuration process
  • the consumption of human resources in the enterprise has led to the problems of high cost and low efficiency of enterprise data analysis.
  • This application provides a method for analyzing enterprise operation data based on a configuration algorithm, including:
  • the algorithm parameter value table includes the value of each parameter in the algorithm configuration parameter table
  • Select one of the algorithms in the algorithm configuration main table in turn, select a parameter from the algorithm configuration parameter table according to the selected algorithm, and select a parameter value from the algorithm parameter value table, and select the parameter value according to the selected parameter and parameter The value is calculated on the selected algorithm to obtain the output variable set;
  • This application also provides an enterprise operation data analysis device based on a configuration algorithm, the device including:
  • the algorithm selection module is used to obtain the algorithm configuration main table, the algorithm configuration parameter table, and the algorithm parameter value table, wherein the algorithm configuration main table includes the algorithm that needs to be configured, and the algorithm configuration parameter table includes the algorithm configuration main table.
  • the algorithm parameter value table includes the value of each parameter in the algorithm configuration parameter table;
  • variable set calculation module is used to sequentially select one of the algorithms in the algorithm configuration main table, select a parameter from the algorithm configuration parameter table according to the selected algorithm, and select a parameter value from the algorithm parameter value table ,Calculate the selected algorithm according to the selected parameters and parameter values to obtain the output variable set;
  • the core correlation value calculation module is used to evaluate and calculate the output variable set to obtain the core correlation value
  • the algorithm configuration module is used to perform error calculation on the core correlation value to obtain an error value.
  • error value is less than or equal to a preset error threshold, use the selected parameters and parameter values to compare the selected parameters
  • the algorithm is configured, and the configured algorithm is obtained;
  • the data analysis module is used to obtain enterprise data, and use the configured algorithm to perform data analysis on the enterprise data to obtain the operation status of the enterprise.
  • This application also provides an electronic device, which includes:
  • Memory storing at least one instruction
  • the processor executes the instructions stored in the memory to implement the following steps:
  • the algorithm parameter value table includes the value of each parameter in the algorithm configuration parameter table
  • Select one of the algorithms in the algorithm configuration main table in turn, select a parameter from the algorithm configuration parameter table according to the selected algorithm, and select a parameter value from the algorithm parameter value table, and select the parameter value according to the selected parameter and parameter The value is calculated on the selected algorithm to obtain the output variable set;
  • the present application also provides a computer-readable storage medium in which at least one instruction is stored, and the at least one instruction is executed by a processor in an electronic device to implement the following steps:
  • the algorithm parameter value table includes the value of each parameter in the algorithm configuration parameter table
  • Select one of the algorithms in the algorithm configuration main table in turn, select a parameter from the algorithm configuration parameter table according to the selected algorithm, and select a parameter value from the algorithm parameter value table, and select the parameter value according to the selected parameter and parameter The value is calculated on the selected algorithm to obtain the output variable set;
  • FIG. 1 is a schematic flowchart of a method for analyzing enterprise operation data based on a configuration algorithm according to an embodiment of the application;
  • FIG. 2 is a schematic diagram of modules of an enterprise operation data analysis device based on a configuration algorithm provided by an embodiment of the application;
  • FIG. 3 is a schematic diagram of the internal structure of an electronic device of an enterprise operation data analysis method based on a configuration algorithm provided by an embodiment of the application;
  • FIG. 4 is a schematic diagram of an algorithm configuration master table of an enterprise operation data analysis method based on a configuration algorithm provided by an embodiment of the application;
  • FIG. 5 is a schematic diagram of an algorithm configuration parameter table of an enterprise operation data analysis method based on a configuration algorithm provided by an embodiment of the application;
  • FIG. 6 is a schematic diagram of an algorithm parameter value table of an enterprise operation data analysis method based on a configuration algorithm provided by an embodiment of the application;
  • This application provides a method for analyzing enterprise operation data based on a configuration algorithm.
  • FIG. 1 it is a schematic flowchart of an algorithm configuration method provided by an embodiment of this application.
  • the method can be executed by a device, and the device can be implemented by software and/or hardware.
  • the method may be executed by an electronic device.
  • the enterprise operation data analysis method based on the configuration algorithm includes:
  • the algorithm configuration master table records the output variable type of each algorithm, the execution plan of the specific algorithm, the execution order of each algorithm, etc. .
  • the algorithm configuration parameter table records the input parameters and parameter names required by each algorithm, and the number of each input parameter.
  • the algorithm parameter value table records the parameter value required for each algorithm calculation.
  • Select one of the algorithms in the algorithm configuration main table in turn, select a parameter from the algorithm configuration parameter table according to the selected algorithm, and select a parameter value from the algorithm parameter value table, according to the selected parameter and The parameter value is calculated on the selected algorithm, and the output variable set is obtained.
  • the S2 includes:
  • the specific algorithm execution scheme of the first algorithm code "Bel1" is A+B;
  • the following evaluation algorithm is used to evaluate, analyze and calculate the output variable set to obtain the core correlation value Hcorre:
  • Y i represents the i-th output of the variable set value of the output variables
  • j represents a variable output set of the j-th output variable
  • the number n of output variables for said focus output variable, W ij binary core Weight matrix Represents the mean value of all output variables in the output variable set
  • S is the standard deviation of all output variables in the output variable set.
  • the value method of the core weighting matrix Wij includes:
  • Wij takes a value of 1;
  • Wij takes the value 0.
  • the embodiment of the present application uses the following algorithm to perform adjacency calculation on the i-th output variable and the j-th output variable to obtain the adjacency calculation result VAR:
  • W i is the sum of all elements in the i-th row in the core weight matrix
  • W j is the sum of all elements in the j-th column in the core weight matrix
  • E(I) is the adjacency parameter.
  • the judging whether the output variable i and the output variable j are adjacent according to the calculation result includes:
  • error value is less than or equal to the error threshold, it indicates that the algorithm configuration master table, the algorithm configuration parameter table, and the algorithm parameter value table are available, and the algorithm configuration master table and the algorithm configuration parameter table are available according to the algorithm. Configure the selected algorithm with the algorithm parameter value.
  • the embodiment of the present application uses the following error algorithm to calculate the error value D of the core correlation value:
  • D represents the error value
  • H represents the core correlation value
  • W ⁇ core weight matrix value
  • represents the preset core error coefficient
  • represents the core correlation value random error term
  • represents the random error of the normal distribution Item
  • represents the preset coefficient, which indicates the degree of influence of H on D.
  • the preset error threshold may be 0.8.
  • the algorithm configuration main table, the algorithm configuration parameter table, and the algorithm parameter value table received by S1 meet the algorithm configuration requirements, and the main table and the algorithm configuration table can be directly configured according to the algorithm.
  • the algorithm configuration parameter table and the algorithm parameter value table complete the algorithm configuration, and the configured algorithm is obtained.
  • the embodiment of the present application further includes storing the configured algorithm in a pre-built algorithm database.
  • the algorithm database may be an existing cloud database, or a local disk or hard disk of the computer.
  • embodiments of the present application further include:
  • the above algorithm configuration main table, algorithm configuration parameter table, and algorithm parameter value table can also be stored in one area. In the node of the block chain.
  • the algorithm configuration master table, the algorithm configuration parameter table, and the algorithm parameter value table received by S1 do not meet the algorithm configuration requirements and need to be received again.
  • S5 obtain enterprise data, and use the configured algorithm to perform data analysis on the enterprise data to obtain the operating status of the enterprise.
  • the enterprise data can be directly obtained from an existing database.
  • the enterprise data includes, but is not limited to, the cash flow of the enterprise, the credit rating of the enterprise, and the debt of the enterprise.
  • the database may be a mysql database, Oracle database, etc.
  • the embodiment of the application analyzes the enterprise data by using the configured algorithm to obtain the analysis result, and then judges the operation status of the enterprise according to the analysis result.
  • FIG. 2 it is a functional module diagram of the enterprise operation data analysis device based on the configuration algorithm of the present application.
  • the enterprise operation data analysis device 100 based on the configuration algorithm described in this application can be installed in an electronic device.
  • the enterprise operation data analysis device based on the configuration algorithm may include an algorithm selection module 101, a variable set calculation module 102, a core correlation value calculation module 103, an algorithm configuration module 104, and a data analysis module 105.
  • the module described in the present invention can also be called a unit, which refers to a series of computer program segments that can be executed by the processor of an electronic device and can complete fixed functions, and are stored in the memory of the electronic device.
  • each module/unit is as follows:
  • the algorithm selection module 101 is configured to obtain a main table of algorithm configuration, a table of algorithm configuration parameters, and a table of algorithm parameter values, wherein the main table of algorithm configuration includes algorithms that need to be configured, and the table of algorithm configuration parameters includes the algorithms Configure the parameters of the algorithm in the main table, and the algorithm parameter value table includes the value of each parameter in the algorithm configuration parameter table;
  • the variable set calculation module 102 is configured to sequentially select one of the algorithms in the algorithm configuration main table, select a parameter from the algorithm configuration parameter table according to the selected algorithm, and select a parameter from the algorithm parameter value table. Value, calculate the selected algorithm according to the selected parameter and parameter value, and get the output variable set;
  • the core correlation value calculation module 103 is configured to evaluate and calculate the output variable set to obtain the core correlation value
  • the algorithm configuration module 104 is configured to perform error calculation on the core correlation value to obtain an error value, and when the error value is less than or equal to a preset error threshold, use the selected parameters and parameter values to compare all values. Configure the selected algorithm to obtain the configured algorithm;
  • the data analysis module 105 is configured to obtain enterprise data, and use the configured algorithm to perform data analysis on the enterprise data to obtain the operation status of the enterprise.
  • the algorithm selection module 101 obtains an algorithm configuration main table, an algorithm configuration parameter table, and an algorithm parameter value table, wherein the algorithm configuration main table includes an algorithm that needs to be configured, and the algorithm configuration parameter table includes the algorithm configuration main table In the algorithm parameter, the algorithm parameter value table includes the value of each parameter in the algorithm configuration parameter table.
  • the algorithm configuration master table records the output variable type of each algorithm, the execution plan of the specific algorithm, the execution order of each algorithm, etc. .
  • the algorithm configuration parameter table records the input parameters and parameter names required by each algorithm, and the number of each input parameter.
  • the algorithm parameter value table records the parameter value required for each algorithm calculation.
  • the variable set calculation module 102 sequentially selects one of the algorithms in the algorithm configuration main table, selects a parameter from the algorithm configuration parameter table according to the selected algorithm, and selects a parameter value from the algorithm parameter value table, according to The selected parameters and parameter values are calculated on the selected algorithm to obtain the output variable set.
  • variable set calculation module 102 selects algorithm codes according to the algorithm sequence of the algorithm configuration main table; obtains the algorithm execution plan corresponding to the algorithm codes in the algorithm configuration main table according to the algorithm codes; Obtain the parameter in the algorithm configuration parameter table and the parameter sequence number corresponding to the parameter according to the algorithm execution plan, obtain the algorithm calculation number according to the parameter and the parameter sequence number; obtain the algorithm calculation number according to the algorithm calculation number
  • the parameter value in the algorithm parameter value table bring the parameter value into the algorithm execution plan for calculation to obtain the output variable, until all the calculations in the algorithm configuration main table are completed, all the output variables are summarized Get the algorithm output variable set.
  • the specific algorithm execution scheme of the first algorithm code "Bel1" is A+B;
  • the core correlation value calculation module 103 evaluates and calculates the output variable set to obtain a core correlation value.
  • the following evaluation algorithm is used to evaluate, analyze and calculate the output variable set to obtain the core correlation value Hcorre:
  • Y i represents the i-th output of the variable set value of the output variables
  • j represents a variable output set of the j-th output variable
  • the number n of output variables for said focus output variable, W ij binary core Weight matrix Represents the mean value of all output variables in the output variable set
  • S is the standard deviation of all output variables in the output variable set.
  • the value method of the core weighting matrix Wij includes:
  • Wij takes a value of 1;
  • Wij takes the value 0.
  • the adjacency calculation is performed on the i-th output variable and the j-th output variable using the following algorithm to obtain the adjacency calculation result VAR:
  • W i is the sum of all elements in the i-th row in the core weight matrix
  • W j is the sum of all elements in the j-th column in the core weight matrix
  • E(I) is the adjacency parameter.
  • the judging whether the output variable i and the output variable j are adjacent according to the calculation result includes:
  • the algorithm configuration module 104 performs error calculation on the core correlation value to obtain an error value.
  • error value is less than or equal to a preset error threshold, use the selected parameter and parameter value to compare the selected parameter
  • the algorithm is configured, and the configured algorithm is obtained.
  • the algorithm selection module 101 receives a new algorithm configuration The main table, algorithm configuration parameter table and algorithm parameter value table, re-configure the algorithm;
  • the embodiment of the present application uses the following error algorithm to calculate the error value D of the core correlation value:
  • D represents the error value
  • H represents the core correlation value
  • W ⁇ core weight matrix value
  • represents the preset core error coefficient
  • represents the core correlation value random error term
  • represents the random error of the normal distribution Item
  • represents the preset coefficient, which indicates the degree of influence of H on D.
  • the preset error threshold may be 0.8.
  • the algorithm configuration master table, the algorithm configuration parameter table, and the algorithm parameter value table received by the algorithm selection module 101 do not meet the algorithm configuration requirements and need to be received again.
  • the algorithm configuration master table, the algorithm configuration parameter table, and the algorithm parameter value table received by the algorithm selection module 101 meet the algorithm configuration requirements, which can be directly based on the algorithm Configure the main table, the algorithm configuration parameter table, and the algorithm parameter value table to complete the algorithm configuration.
  • the configured algorithm can be stored in a pre-built algorithm database.
  • the algorithm database may be an existing cloud database, or a local disk or hard disk of the computer.
  • the data analysis module 105 is configured to obtain enterprise data, and use the configured algorithm to perform data analysis on the enterprise data to obtain the operation status of the enterprise.
  • the enterprise data can be directly obtained from an existing database.
  • the enterprise data includes, but is not limited to, the cash flow of the enterprise, the credit rating of the enterprise, and the debt of the enterprise.
  • the database may be a mysql database, Oracle database, etc.
  • the embodiment of the application analyzes the enterprise data by using the configured algorithm to obtain the analysis result, and then judges the operation status of the enterprise according to the analysis result.
  • FIG. 3 it is a schematic diagram of the structure of an electronic device that implements the method for analyzing enterprise operation data based on a configuration algorithm in this application.
  • the electronic device 1 may include a processor 10, a memory 11, and a bus, and may also include a computer program that is stored in the memory 11 and can run on the processor 10.
  • the memory 11 includes at least one type of readable storage medium, and the readable storage medium includes flash memory, mobile hard disk, multimedia card, card-type memory (for example: SD or DX memory, etc.), magnetic memory, magnetic disk, CD etc.
  • the memory 11 may be an internal storage unit of the electronic device 1 in some embodiments, for example, a mobile hard disk of the electronic device 1.
  • the memory 11 may also be an external storage device of the electronic device 1, such as a plug-in mobile hard disk, a smart media card (SMC), and a secure digital (Secure Digital) equipped on the electronic device 1. , SD) card, flash card (Flash Card), etc.
  • the memory 11 may also include both an internal storage unit of the electronic device 1 and an external storage device.
  • the memory 11 can be used not only to store application software and various data installed in the electronic device 1, such as the code of an algorithm configuration program, etc., but also to temporarily store data that has been output or will be output.
  • the processor 10 may be composed of integrated circuits in some embodiments, for example, may be composed of a single packaged integrated circuit, or may be composed of multiple integrated circuits with the same function or different functions, including one or more Combinations of central processing unit (CPU), microprocessor, digital processing chip, graphics processor, and various control chips, etc.
  • the processor 10 is the control unit of the electronic device, which uses various interfaces and lines to connect the various components of the entire electronic device, and runs or executes programs or modules stored in the memory 11 (for example, executing Enterprise operation data analysis programs based on configuration algorithms, etc.), and call data stored in the memory 11 to execute various functions of the electronic device 1 and process data.
  • the bus may be a peripheral component interconnection standard (PCI) bus or an extended industry standard architecture (EISA) bus, etc.
  • PCI peripheral component interconnection standard
  • EISA extended industry standard architecture
  • the bus can be divided into address bus, data bus, control bus and so on.
  • the bus is configured to implement connection and communication between the memory 11 and at least one processor 10 and the like.
  • FIG. 3 only shows an electronic device with components. Those skilled in the art can understand that the structure shown in FIG. 3 does not constitute a limitation on the electronic device 1, and may include fewer or more components than shown in the figure. Components, or combinations of certain components, or different component arrangements.
  • the electronic device 1 may also include a power source (such as a battery) for supplying power to various components.
  • the power source may be logically connected to the at least one processor 10 through a power management device, thereby controlling power
  • the device implements functions such as charge management, discharge management, and power consumption management.
  • the power supply may also include any components such as one or more DC or AC power supplies, recharging devices, power failure detection circuits, power converters or inverters, and power status indicators.
  • the electronic device 1 may also include various sensors, Bluetooth modules, Wi-Fi modules, etc., which will not be repeated here.
  • the electronic device 1 may also include a network interface.
  • the network interface may include a wired interface and/or a wireless interface (such as a WI-FI interface, a Bluetooth interface, etc.), which is usually used in the electronic device 1 Establish a communication connection with other electronic devices.
  • the electronic device 1 may also include a user interface.
  • the user interface may be a display (Display) and an input unit (such as a keyboard (Keyboard)).
  • the user interface may also be a standard wired interface or a wireless interface.
  • the display may be an LED display, a liquid crystal display, a touch-sensitive liquid crystal display, an OLED (Organic Light-Emitting Diode, organic light-emitting diode) touch device, etc.
  • the display can also be appropriately called a display screen or a display unit, which is used to display the information processed in the electronic device 1 and to display a visualized user interface.
  • the algorithm configuration program 12 stored in the memory 11 in the electronic device 1 is a combination of multiple instructions. When running in the processor 10, it can realize:
  • the algorithm parameter value table includes the value of each parameter in the algorithm configuration parameter table
  • Select one of the algorithms in the algorithm configuration main table in turn, select a parameter from the algorithm configuration parameter table according to the selected algorithm, and select a parameter value from the algorithm parameter value table, and select the parameter value according to the selected parameter and parameter The value is calculated on the selected algorithm to obtain the output variable set;
  • the integrated module/unit of the electronic device 1 can be stored in a computer-readable storage medium. It can be volatile or non-volatile.
  • the computer-readable medium may include: any entity or device capable of carrying the computer program code, recording medium, U disk, mobile hard disk, magnetic disk, optical disk, computer memory, read-only memory (ROM, Read-Only Memory) .
  • the computer-readable storage medium stores a computer program, and when the computer program is executed by a processor, the following steps are implemented:
  • the algorithm parameter value table includes the value of each parameter in the algorithm configuration parameter table
  • Select one of the algorithms in the algorithm configuration main table in turn, select a parameter from the algorithm configuration parameter table according to the selected algorithm, and select a parameter value from the algorithm parameter value table, and select the parameter value according to the selected parameter and parameter The value is calculated on the selected algorithm to obtain the output variable set;
  • modules described as separate components may or may not be physically separated, and the components displayed as modules may or may not be physical units, that is, they may be located in one place, or they may be distributed on multiple network units. Some or all of the modules can be selected according to actual needs to achieve the objectives of the solutions of the embodiments.
  • the functional modules in the various embodiments of the present application may be integrated into one processing unit, or each unit may exist alone physically, or two or more units may be integrated into one unit.
  • the above-mentioned integrated unit may be implemented in the form of hardware, or may be implemented in the form of hardware plus software functional modules.
  • the blockchain referred to in this application is a new application mode of computer technology such as distributed data storage, point-to-point transmission, consensus mechanism, and encryption algorithm.
  • Blockchain essentially a decentralized database, is a series of data blocks associated with cryptographic methods. Each data block contains a batch of network transaction information for verification. The validity of the information (anti-counterfeiting) and the generation of the next block.
  • the blockchain can include the underlying platform of the blockchain, the platform product service layer, and the application service layer.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

提供了一种基于配置算法的企业运行数据分析方法,包括:获取算法配置主表、算法配置参数表和算法参量值表;选择算法配置主表中的一个算法,对选择的算法进行计算,得到输出变量集;对输出变量集进行评估计算,得到核心相关值;对核心相关值计算误差值,在误差值小于或等于预设的误差阈值时,利用参数及参数取值对选择的算法进行配置;获取企业数据,利用配置完成的算法对企业数据进行数据分析,得到企业的运行状况。另外还涉及区块链技术,算法配置主表、算法配置参数表和算法参量值表存储于区块链中。可以解决企业运行数据分析的成本高,效率低的问题。

Description

基于配置算法的企业运行数据分析方法、装置、电子设备及介质
本申请要求于2020年5月28日提交中国专利局、申请号为CN202010471293.7、名称为“基于配置算法的企业运行数据分析方法、装置及电子设备”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。
技术领域
本申请涉及大数据领域,尤其涉及一种基于配置算法的企业运行数据分析方法、装置、电子设备及介质。
背景技术
随着大数据的兴起,利用大量数据进行数据分析成为越来越重要的手段,如利用企业数据对企业的运行状况进行分析等,但在利用大数据技术进行数据处理过程中,需要用到多种算法,且用到的算法复杂多样,因此如何实现高效、低成本配置算法来对的企业的运行状况进行分析越来越被人们所重视。
发明人意识到目前多数算法的配置均由人工进行,对于算法配置业务人员来说,在理解算法配置表的配置方法后,不仅要学习代码语言,还要有代码编写能力,造成了算法配置过程中人力资源的消耗,导致了企业运行数据分析的成本高,效率低的问题。
发明内容
本申请提供的一种基于配置算法的企业运行数据分析方法,包括:
获取算法配置主表、算法配置参数表和算法参量值表,其中,所述算法配置主表包括需要进行配置的算法,所述算法配置参数表包括所述算法配置主表中算法的参数,所述算法参量值表包括所述算法配置参数表中各参数的取值;
依次选择所述算法配置主表中的其中一个算法,根据选择的算法从所述算法配置参数表中选择参数,及所述算法参量值表中选择参数取值,根据所选择的参数及参数取值对选择的算法进行计算,得到输出变量集;
对所述输出变量集进行评估计算,得到核心相关值;
对所述核心相关值进行误差计算,得到误差值,在所述误差值小于或等于预设的误差阈值时,利用所述选择的参数及参数取值对所述选择的算法进行配置,得到配置完成的算法;
获取企业数据,利用所述配置完成的算法对所述企业数据进行数据分析,得到企业的运行状况。
本申请还提供一种基于配置算法的企业运行数据分析装置,所述装置包括:
算法选择模块,用于获取算法配置主表、算法配置参数表和算法参量值表,其中,所述算法配置主表包括需要进行配置的算法,所述算法配置参数表包括所述算法配置主表中算法的参数,所述算法参量值表包括所述算法配置参数表中各参数的取值;
变量集计算模块,用于依次选择所述算法配置主表中的其中一个算法,根据所述选择的算法从所述算法配置参数表中选择参数,及所述算法参量值表中选择参数取值,根据所选择的参数及参数取值对选择的算法进行计算,得到输出变量集;
核心相关值计算模块,用于对所述输出变量集进行评估计算,得到核心相关值;
算法配置模块,用于对所述核心相关值进行误差计算,得到误差值,在所述误差值小于或等于预设的误差阈值时,利用所述选择的参数及参数取值对所述选择的算法进行配置,得到配置完成的算法;
数据分析模块,用于获取企业数据,利用所述配置完成的算法对所述企业数据进行数据分析,得到企业的运行状况。
本申请还提供一种电子设备,所述电子设备包括:
存储器,存储至少一个指令;及
处理器,执行所述存储器中存储的指令以实现如下步骤:
获取算法配置主表、算法配置参数表和算法参量值表,其中,所述算法配置主表包括需要进行配置的算法,所述算法配置参数表包括所述算法配置主表中算法的参数,所述算法参量值表包括所述算法配置参数表中各参数的取值;
依次选择所述算法配置主表中的其中一个算法,根据选择的算法从所述算法配置参数表中选择参数,及所述算法参量值表中选择参数取值,根据所选择的参数及参数取值对选择的算法进行计算,得到输出变量集;
对所述输出变量集进行评估计算,得到核心相关值;
对所述核心相关值进行误差计算,得到误差值,在所述误差值小于或等于预设的误差阈值时,利用所述选择的参数及参数取值对所述选择的算法进行配置,得到配置完成的算法;
获取企业数据,利用所述配置完成的算法对所述企业数据进行数据分析,得到企业的运行状况。
本申请还提供一种计算机可读存储介质,所述计算机可读存储介质中存储有至少一个指令,所述至少一个指令被电子设备中的处理器执行以实现如下步骤:
获取算法配置主表、算法配置参数表和算法参量值表,其中,所述算法配置主表包括需要进行配置的算法,所述算法配置参数表包括所述算法配置主表中算法的参数,所述算法参量值表包括所述算法配置参数表中各参数的取值;
依次选择所述算法配置主表中的其中一个算法,根据选择的算法从所述算法配置参数表中选择参数,及所述算法参量值表中选择参数取值,根据所选择的参数及参数取值对选择的算法进行计算,得到输出变量集;
对所述输出变量集进行评估计算,得到核心相关值;
对所述核心相关值进行误差计算,得到误差值,在所述误差值小于或等于预设的误差阈值时,利用所述选择的参数及参数取值对所述选择的算法进行配置,得到配置完成的算法;
获取企业数据,利用所述配置完成的算法对所述企业数据进行数据分析,得到企业的运行状况。
附图说明
图1为本申请一实施例提供的基于配置算法的企业运行数据分析方法的流程示意图;
图2为本申请一实施例提供的基于配置算法的企业运行数据分析装置的模块示意图;
图3为本申请一实施例提供的基于配置算法的企业运行数据分析方法的电子设备的内部结构示意图;
图4为本申请一实施例提供的基于配置算法的企业运行数据分析方法的算法配置主表的示意图;
图5为本申请一实施例提供的基于配置算法的企业运行数据分析方法的算法配置参数表的示意图;
图6为本申请一实施例提供的基于配置算法的企业运行数据分析方法的算法参量值表的示意图;
本申请目的的实现、功能特点及优点将结合实施例,参照附图做进一步说明。
具体实施方式
应当理解,此处所描述的具体实施例仅仅用以解释本申请,并不用于限定本申请。
本申请提供一种基于配置算法的企业运行数据分析方法。参照图1所示,为本申请一 实施例提供的算法配置方法的流程示意图。该方法可以由一个装置执行,该装置可以由软件和/或硬件实现。例如,本申请实施例中,所述方法可以由一个电子设备所执行。
在本实施例中,基于配置算法的企业运行数据分析方法包括:
S1、获取算法配置主表、算法配置参数表和算法参量值表,其中,所述算法配置主表包括需要进行配置的算法,所述算法配置参数表包括所述算法配置主表中算法的参数,所述算法参量值表包括所述算法配置参数表中各参数的取值。
在本申请实施例中,参阅图4所示的算法配置主表的示意图,所述算法配置主表记录的是每种算法的输出变量类型、具体算法的执行方案、每种算法的执行顺序等。
进一步地,参阅图5所示的算法配置参数表的示意图,所述算法配置参数表记录了每种算法所需要的输入参数及参数名,以及每种输入参数的编号。
进一步地,参阅图6所示的算法参量值表的示意图,所述算法参量值表记录了每次算法计算所需要的参量值。
S2、依次选择所述算法配置主表中的其中一个算法,根据选择的算法从所述算法配置参数表中选择参数,及所述算法参量值表中选择参数取值,根据所选择的参数及参数取值对选择的算法进行计算,得到输出变量集。
详细地,所述S2,包括:
根据所述算法配置主表的算法顺序选择算法编码;
根据所述算法编码获取所述算法配置主表中与所述算法编码对应的算法执行方案;
根据所述算法执行方案获取所述算法配置参数表中的参数和所述参数对应的参数顺序号,根据所述参数和所述参数顺序号得到算法计算编号;
根据所述算法计算编号获取所述算法参量值表中的参量值;
将所述参量值带入所述算法执行方案中进行计算,得到输出变量,直至所述算法配置主表内的算法全部计算完成后,将所有的输出变量汇总得到算法输出变量集。
例如:所述算法配置主表的算法顺序中,第一条的算法编码“Bel1”的具体算法执行方案是A+B;
根据所述具体算法执行方案中的参数,到所述算法配置参数表,找到算法编码为“Bel1”的参数A和参数B,和所述相关参数A和参数B的参数顺序号分别为1、2,得到算法计算编号A1、B2;
根据所述算法计算编号A1、B2找到所述算法参量值表中参数变量名为BEL_SB的参量值分别为1、2。
将所述参量值带入算法A+B中,则有1+2,最后得出所述算法配置主表中输出变量BEL_INIT的结果为3。
如此反复直到把所述算法配置主表的所有算法都完成计算得到输出变量,将所述算法配置主表的所有输出变量汇总,得到所述输出变量集。
S3、对所述输出变量集进行评估计算,得到核心相关值。
在本申请实施例中,为了评估所述算法配置主表、所述算法配置参数表和所述算法参量值表的计算是否合理,需要利用预设的评估算法对所述算法输出变量集进行评价分析计算,得到所述核心相关值;
在本申请实施例中,利用如下评估算法对所述输出变量集进行评价分析计算,得到核心相关值Hcorre:
Figure PCTCN2021090719-appb-000001
Figure PCTCN2021090719-appb-000002
Figure PCTCN2021090719-appb-000003
其中,Y i表示所述输出变量集中第i个输出变量的值;j表示所述输出变量集中的第j个输出变量;n为所述输出变量集中输出变量的数量,W ij为二进制的核心权值矩阵,
Figure PCTCN2021090719-appb-000004
表示所述输出变量集中所有输出变量的均值,S为所述输出变量集中所有输出变量的标准差。
进一步地,所述所述核心权制矩阵W ij的取值方法包括:
利用预设邻接算法对所述第i个输出变量和所述第j个输出变量进行邻接计算,得到邻接计算结果;
将所述邻接计算结果与预设邻接阈值进行对比,若所述邻接计算结果大于所述预设邻接阈值,则W ij取值为1;
若所述邻接计算结果小于或等于所述预设邻接阈值,则W ij取值为0。
进一步地,本申请实施例利用下述算法对所述第i个输出变量和所述第j个输出变量进行邻接计算,得到邻接计算结果VAR:
Figure PCTCN2021090719-appb-000005
Figure PCTCN2021090719-appb-000006
其中,
Figure PCTCN2021090719-appb-000007
Figure PCTCN2021090719-appb-000008
W i是所述核心权值矩阵中第i行所有元素之和,W j为所述核心权值矩阵中第j列所有元素之和,E(I)为邻接参数。
详细地,所述根据所述计算结果判断所述输出变量i和所述输出变量j是否邻接,包括:
将所述计算结果VAR与预设阈值0进行对比判断,若所述计算结果VAR大于0,则说明所述输出变量i和所述输出变量j邻接,W ij=1;
若所述计算结果VAR小于或等于0,则说明所述输出变量i和所述输出变量j不邻接,W ij=0。
S4、对所述核心相关值进行误差计算,得到误差值,在所述误差值小于或等于预设的误差阈值时,利用所述选择的参数及参数取值对所述选择的算法进行配置,得到配置完成的算法。
若所述误差值小于或等于所述误差阈值,说明所述算法配置主表、所述算法配置参数表和所述算法参量值表可用,根据所述算法配置主表、所述算法配置参数表和所述算法参量值对选择的算法进行配置。
其中,本申请实施例利用如下误差算法计算核心相关值的误差值D:
D=Hβ+ε
ε=λW
其中;D代表所述误差值;H代表所述核心相关值;W ε核心权值矩阵值;λ代表预设核心误差系数;ε代表核心相关值随机误差项;μ代表正态分布的随机误差项;β代表预设系数,表示H对D的影响程度。
优选地,所述预设误差阈值可以为0.8。
若所述误差值小于或等于0.8,则S1接收的所述算法配置主表、所述算法配置参数表和所述算法参量值表满足算法配置要求,可直接根据所述算法配置主表、所述算法配置参数表和所述算法参量值表完成算法配置,得到配置完成的算法。
进一步地,本申请实施例还包括将配置完成的算法存储在预构建的算法数据库中。
本申请实施例中,所述算法数据库可以是现有的云端数据库,也可以是计算机本地的磁盘、硬盘等。
进一步地,本申请实施例还包括:
若所述误差值大于所述误差阈值,说明所述算法配置主表、所述算法配置参数表和所述算法参量值表不可用,则接收新的算法配置主表、算法配置参数表和算法参量值表,重新进行算法配置。需要强调的是,为进一步保证上述算法配置主表、算法配置参数表和算法参量值表的私密和安全性,上述算法配置主表、算法配置参数表和算法参量值表还可以存储于一区块链的节点中。
例如,若所述误差值大于0.8,则S1接收的所述算法配置主表、所述算法配置参数表和所述算法参量值表不满足算法配置要求,需重新接收。
S5、获取企业数据,利用所述配置完成的算法对所述企业数据进行数据分析,得到企业的运行状况.
进一步地,可直接从现有的数据库中获取所述企业数据,所述企业数据包括,但不限于企业的现金流情况,企业的信用等级,企业的债务情况,所述数据库可以为mysql数据库、Oracle数据库等。
较佳地,获取到所述企业数据后,本申请实施例利用所述配置完成的算法对所述企业数据进行分析,得到分析结果,进而根据所述分析结果判断所述企业的运行状况。
如图2所示,是本申请基于配置算法的企业运行数据分析装置的功能模块图。
本申请所述基于配置算法的企业运行数据分析装置100可以安装于电子设备中。根据实现的功能,所述基于配置算法的企业运行数据分析装置可以包括算法选择模块101、变量集计算模块102、核心相关值计算模块103、算法配置模块104和数据分析模块105。本发所述模块也可以称之为单元,是指一种能够被电子设备处理器所执行,并且能够完成固定功能的一系列计算机程序段,其存储在电子设备的存储器中。
在本实施例中,关于各模块/单元的功能如下:
所述算法选择模块101,用于获取算法配置主表、算法配置参数表和算法参量值表,其中,所述算法配置主表包括需要进行配置的算法,所述算法配置参数表包括所述算法配置主表中算法的参数,所述算法参量值表包括所述算法配置参数表中各参数的取值;
所述变量集计算模块102,用于依次选择所述算法配置主表中的其中一个算法,根据选择的算法从所述算法配置参数表中选择参数,及所述算法参量值表中选择参数取值,根据所选择的参数及参数取值对选择的算法进行计算,得到输出变量集;
所述核心相关值计算模块103,用于对所述输出变量集进行评估计算,得到核心相关值;
所述算法配置模块104,用于对所述核心相关值进行误差计算,得到误差值,在所述误差值小于或等于预设的误差阈值时,利用所述选择的参数及参数取值对所述选择的算法进行配置,得到配置完成的算法;
数据分析模块105,用于获取企业数据,利用所述配置完成的算法对所述企业数据进行数据分析,得到企业的运行状况。
详细地,所述基于配置算法的企业运行数据分析装置各模块的具体实施步骤如下:
所述算法选择模块101获取算法配置主表、算法配置参数表和算法参量值表,其中,所述算法配置主表包括需要进行配置的算法,所述算法配置参数表包括所述算法配置主表中算法的参数,所述算法参量值表包括所述算法配置参数表中各参数的取值。
在本申请实施例中,参阅图4所示的算法配置主表的示意图,所述算法配置主表记录的是每种算法的输出变量类型、具体算法的执行方案、每种算法的执行顺序等。
进一步地,参阅图5所示的算法配置参数表的示意图,所述算法配置参数表记录了每种算法所需要的输入参数及参数名,以及每种输入参数的编号。
进一步地,参阅图6所示的算法参量值表的示意图,所述算法参量值表记录了每次算法计算所需要的参量值。
所述变量集计算模块102依次选择所述算法配置主表中的其中一个算法,根据选择的算法从所述算法配置参数表中选择参数,及所述算法参量值表中选择参数取值,根据所选择的参数及参数取值对选择的算法进行计算,得到输出变量集。
详细地,所述所述变量集计算模块102根据所述算法配置主表的算法顺序选择算法编码;根据所述算法编码获取所述算法配置主表中与所述算法编码对应的算法执行方案;根据所述算法执行方案获取所述算法配置参数表中的参数和所述参数对应的参数顺序号,根据所述参数和所述参数顺序号得到算法计算编号;根据所述算法计算编号获取所述算法参量值表中的参量值;将所述参量值带入所述算法执行方案中进行计算,得到输出变量,直至所述算法配置主表内的算法全部计算完成后,将所有的输出变量汇总得到算法输出变量集。
例如:所述算法配置主表的算法顺序中,第一条的算法编码“Bel1”的具体算法执行方案是A+B;
根据所述具体算法执行方案中的参数,到所述算法配置参数表,找到算法编码为“Bel1”的参数A和参数B,和所述相关参数A和参数B的参数顺序号分别为1、2,得到算法计算编号A1、B2;
根据所述算法计算编号A1、B2找到所述算法参量值表中参数变量名为BEL_SB的参量值分别为1、2。
将所述参量值带入算法A+B中,则有1+2,最后得出所述算法配置主表中输出变量BEL_INIT的结果为3。
如此反复直到把所述算法配置主表的所有算法都完成计算得到输出变量,将所述算法配置主表的所有输出变量汇总,得到所述输出变量集。
所述核心相关值计算模块103对所述输出变量集进行评估计算,得到核心相关值。
在本申请实施例中,为了评估所述算法配置主表、所述算法配置参数表和所述算法参量值表的计算是否合理,需要利用预设的评估算法对所述算法输出变量集进行评价分析计算,得到所述核心相关值;
在本申请实施例中,利用如下评估算法对所述输出变量集进行评价分析计算,得到核心相关值Hcorre:
Figure PCTCN2021090719-appb-000009
Figure PCTCN2021090719-appb-000010
Figure PCTCN2021090719-appb-000011
其中,Y i表示所述输出变量集中第i个输出变量的值;j表示所述输出变量集中的第j个输出变量;n为所述输出变量集中输出变量的数量,W ij为二进制的核心权值矩阵,
Figure PCTCN2021090719-appb-000012
表示所述输出变量集中所有输出变量的均值,S为所述输出变量集中所有输出变量的标准差。
进一步地,所述所述核心权制矩阵W ij的取值方法包括:
利用预设邻接算法对所述第i个输出变量和所述第j个输出变量进行邻接计算,得到邻接计算结果;
将所述邻接计算结果与预设邻接阈值进行对比,若所述邻接计算结果大于所述预设邻接阈值,则W ij取值为1;
若所述邻接计算结果小于或等于所述预设邻接阈值,则W ij取值为0。
进一步地,利用下述算法所述第i个输出变量和所述第j个输出变量进行邻接计算,得到邻接计算结果VAR:
Figure PCTCN2021090719-appb-000013
Figure PCTCN2021090719-appb-000014
其中,
Figure PCTCN2021090719-appb-000015
Figure PCTCN2021090719-appb-000016
W i是所述核心权值矩阵中第i行所有元素之和,W j为所述核心权值矩阵中第j列所有元素之和,E(I)为邻接参数。
详细地,所述根据所述计算结果判断所述输出变量i和所述输出变量j是否邻接,包括:
将所述计算结果VAR与预设阈值0进行对比判断,若所述计算结果VAR大于0,则说明所述输出变量i和所述输出变量j邻接,W ij=1;
若所述计算结果VAR小于或等于0,则说明所述输出变量i和所述输出变量j不邻接,W ij=0。
所述算法配置模块104对所述核心相关值进行误差计算,得到误差值,在所述误差值小于或等于预设的误差阈值时,利用所述选择的参数及参数取值对所述选择的算法进行配置,得到配置完成的算法。
进一步地,若所述误差值大于所述误差阈值,说明所述算法配置主表、所述算法配置参数表和所述算法参量值表不可用,则所述算法选择模块101接收新的算法配置主表、算法配置参数表和算法参量值表,重新进行算法配置;
其中,本申请实施例利用如下误差算法计算核心相关值的误差值D:
D=Hβ+ε
ε=λW ε
其中;D代表所述误差值;H代表所述核心相关值;W ε核心权值矩阵值;λ代表预设核心误差系数;ε代表核心相关值随机误差项;μ代表正态分布的随机误差项;β代表预设系数,表示H对D的影响程度。
优选地,所述预设误差阈值可以为0.8。
若所述误差值大于0.8,则所述算法选择模块101接收的所述算法配置主表、所述算法配置参数表和所述算法参量值表不满足算法配置要求,需重新接收。
若所述误差值小于或等于0.8,则所述算法选择模块101接收的所述算法配置主表、所述算法配置参数表和所述算法参量值表满足算法配置要求,可直接根据所述算法配置主表、所述算法配置参数表和所述算法参量值表完成算法配置。
进一步地,可将配置完成的算法存储在预构建的算法数据库中。
本申请实施例中,所述算法数据库可以是现有的云端数据库,也可以是计算机本地的磁盘、硬盘等。
数据分析模块105,用于获取企业数据,利用所述配置完成的算法对所述企业数据进行数据分析,得到企业的运行状况。
进一步地,可直接从现有的数据库中获取所述企业数据,所述企业数据包括,但不限于企业的现金流情况,企业的信用等级,企业的债务情况,所述数据库可以为mysql数据库、Oracle数据库等。
较佳地,获取到所述企业数据后,本申请实施例利用所述配置完成的算法对所述企业数据进行分析,得到分析结果,进而根据所述分析结果判断所述企业的运行状况。
如图3所示,是本申请实现基于配置算法的企业运行数据分析方法的电子设备的结构示意图。
所述电子设备1可以包括处理器10、存储器11和总线,还可以包括存储在所述存储器11中并可在所述处理器10上运行的计算机程序。
其中,所述存储器11至少包括一种类型的可读存储介质,所述可读存储介质包括闪存、移动硬盘、多媒体卡、卡型存储器(例如:SD或DX存储器等)、磁性存储器、磁盘、光盘等。所述存储器11在一些实施例中可以是电子设备1的内部存储单元,例如该电子设备1的移动硬盘。所述存储器11在另一些实施例中也可以是电子设备1的外部存储设备,例如电子设备1上配备的插接式移动硬盘、智能存储卡(Smart Media Card,SMC)、安全数字(Secure Digital,SD)卡、闪存卡(Flash Card)等。进一步地,所述存储器11还可以既包括电子设备1的内部存储单元也包括外部存储设备。所述存储器11不仅可以用于存储安装于电子设备1的应用软件及各类数据,例如算法配置程序的代码等,还可以用于暂时地存储已经输出或者将要输出的数据。
所述处理器10在一些实施例中可以由集成电路组成,例如可以由单个封装的集成电路所组成,也可以是由多个相同功能或不同功能封装的集成电路所组成,包括一个或者多个中央处理器(Central Processing unit,CPU)、微处理器、数字处理芯片、图形处理器及各种控制芯片的组合等。所述处理器10是所述电子设备的控制核心(Control Unit),利用各种接口和线路连接整个电子设备的各个部件,通过运行或执行存储在所述存储器11内的程序或者模块(例如执行基于配置算法的企业运行数据分析程序等),以及调用存储在所述存储器11内的数据,以执行电子设备1的各种功能和处理数据。
所述总线可以是外设部件互连标准(peripheral component interconnect,简称PCI)总线或扩展工业标准结构(extended industry standard architecture,简称EISA)总线等。该总线可以分为地址总线、数据总线、控制总线等。所述总线被设置为实现所述存储器11以及至少一个处理器10等之间的连接通信。
图3仅示出了具有部件的电子设备,本领域技术人员可以理解的是,图3示出的结构并不构成对所述电子设备1的限定,可以包括比图示更少或者更多的部件,或者组合某些部件,或者不同的部件布置。
例如,尽管未示出,所述电子设备1还可以包括给各个部件供电的电源(比如电池),优选地,电源可以通过电源管理装置与所述至少一个处理器10逻辑相连,从而通过电源管理装置实现充电管理、放电管理、以及功耗管理等功能。电源还可以包括一个或一个以上的直流或交流电源、再充电装置、电源故障检测电路、电源转换器或者逆变器、电源状态指示器等任意组件。所述电子设备1还可以包括多种传感器、蓝牙模块、Wi-Fi模块等,在此不再赘述。
进一步地,所述电子设备1还可以包括网络接口,可选地,所述网络接口可以包括有线接口和/或无线接口(如WI-FI接口、蓝牙接口等),通常用于在该电子设备1与其他电子设备之间建立通信连接。
可选地,该电子设备1还可以包括用户接口,用户接口可以是显示器(Display)、输入单元(比如键盘(Keyboard)),可选地,用户接口还可以是标准的有线接口、无线接口。可选地,在一些实施例中,显示器可以是LED显示器、液晶显示器、触控式液晶显示器以及OLED(Organic Light-Emitting Diode,有机发光二极管)触摸器等。其中,显示器也可以适当的称为显示屏或显示单元,用于显示在电子设备1中处理的信息以及用于显示可视化的用户界面。
应该了解,所述实施例仅为说明之用,在专利申请范围上并不受此结构的限制。
所述电子设备1中的所述存储器11存储的算法配置程序12是多个指令的组合,在所述处理器10中运行时,可以实现:
获取算法配置主表、算法配置参数表和算法参量值表,其中,所述算法配置主表包括需要进行配置的算法,所述算法配置参数表包括所述算法配置主表中算法的参数,所述算 法参量值表包括所述算法配置参数表中各参数的取值;
依次选择所述算法配置主表中的其中一个算法,根据选择的算法从所述算法配置参数表中选择参数,及所述算法参量值表中选择参数取值,根据所选择的参数及参数取值对选择的算法进行计算,得到输出变量集;
对所述输出变量集进行评估计算,得到核心相关值;
对所述核心相关值进行误差计算,得到误差值,在所述误差值小于或等于预设的误差阈值时,利用所述选择的参数及参数取值对所述选择的算法进行配置,得到配置完成的算法;
获取企业数据,利用所述配置完成的算法对所述企业数据进行数据分析,得到企业的运行状况。需要强调的是,为进一步保证上述算法配置主表、算法配置参数表和算法参量值表的私密和安全性,上述算法配置主表、算法配置参数表和算法参量值表还可以存储于一区块链的节点中。
具体地,所述处理器10对上述指令的具体实现方法可参考图2对应实施例中相关步骤的描述,在此不赘述。
进一步地,所述电子设备1集成的模块/单元如果以软件功能单元的形式实现并作为独立的产品销售或使用时,可以存储在一个计算机可读取存储介质中,所述计算机可读存储介质可以是易失性,也可以是非易失性。所述计算机可读介质可以包括:能够携带所述计算机程序代码的任何实体或装置、记录介质、U盘、移动硬盘、磁碟、光盘、计算机存储器、只读存储器(ROM,Read-Only Memory)。
所述计算机可读存储介质中存储有计算机程序,所述计算机程序被处理器执行时实现如下步骤:
获取算法配置主表、算法配置参数表和算法参量值表,其中,所述算法配置主表包括需要进行配置的算法,所述算法配置参数表包括所述算法配置主表中算法的参数,所述算法参量值表包括所述算法配置参数表中各参数的取值;
依次选择所述算法配置主表中的其中一个算法,根据选择的算法从所述算法配置参数表中选择参数,及所述算法参量值表中选择参数取值,根据所选择的参数及参数取值对选择的算法进行计算,得到输出变量集;
对所述输出变量集进行评估计算,得到核心相关值;
对所述核心相关值进行误差计算,得到误差值,在所述误差值小于或等于预设的误差阈值时,利用所述选择的参数及参数取值对所述选择的算法进行配置,得到配置完成的算法;
获取企业数据,利用所述配置完成的算法对所述企业数据进行数据分析,得到企业的运行状况。
在本申请所提供的几个实施例中,应该理解到,所揭露的设备,装置和方法,可以通过其它的方式实现。例如,以上所描述的装置实施例仅仅是示意性的,例如,所述模块的划分,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式。
所述作为分离部件说明的模块可以是或者也可以不是物理上分开的,作为模块显示的部件可以是或者也可以不是物理单元,即可以位于一个地方,或者也可以分布到多个网络单元上。可以根据实际的需要选择其中的部分或者全部模块来实现本实施例方案的目的。
另外,在本申请各个实施例中的各功能模块可以集成在一个处理单元中,也可以是各个单元单独物理存在,也可以两个或两个以上单元集成在一个单元中。上述集成的单元既可以采用硬件的形式实现,也可以采用硬件加软件功能模块的形式实现。
本申请所指区块链是分布式数据存储、点对点传输、共识机制、加密算法等计算机技术的新型应用模式。区块链(Blockchain),本质上是一个去中心化的数据库,是一串使用密码学方法相关联产生的数据块,每一个数据块中包含了一批次网络交易的信息,用于验证 其信息的有效性(防伪)和生成下一个区块。区块链可以包括区块链底层平台、平台产品服务层以及应用服务层等。
对于本领域技术人员而言,显然本申请不限于上述示范性实施例的细节,而且在不背离本申请的精神或基本特征的情况下,能够以其他的具体形式实现本申请。
因此,无论从哪一点来看,均应将实施例看作是示范性的,而且是非限制性的,本申请的范围由所附权利要求而不是上述说明限定,因此旨在将落在权利要求的等同要件的含义和范围内的所有变化涵括在本申请内。不应将权利要求中的任何附关联图标记视为限制所涉及的权利要求。
此外,显然“包括”一词不排除其他单元或步骤,单数不排除复数。系统权利要求中陈述的多个单元或装置也可以由一个单元或装置通过软件或者硬件来实现。第二等词语用来表示名称,而并不表示任何特定的顺序。
最后应说明的是,以上实施例仅用以说明本申请的技术方案而非限制,尽管参照较佳实施例对本申请进行了详细说明,本领域的普通技术人员应当理解,可以对本申请的技术方案进行修改或等同替换,而不脱离本申请技术方案的精神和范围。

Claims (20)

  1. 一种基于配置算法的企业运行数据分析方法,其中,所述方法应用于电子设备中,包括:
    获取算法配置主表、算法配置参数表和算法参量值表,其中,所述算法配置主表包括需要进行配置的算法,所述算法配置参数表包括所述算法配置主表中算法的参数,所述算法参量值表包括所述算法配置参数表中各参数的取值;
    依次选择所述算法配置主表中的其中一个算法,根据选择的算法从所述算法配置参数表中选择参数,及所述算法参量值表中选择参数取值,根据所选择的参数及参数取值对选择的算法进行计算,得到输出变量集;
    对所述输出变量集进行评估计算,得到核心相关值;
    对所述核心相关值进行误差计算,得到误差值,在所述误差值小于或等于预设的误差阈值时,利用所述选择的参数及参数取值对所述选择的算法进行配置,得到配置完成的算法;
    获取企业数据,利用所述配置完成的算法对所述企业数据进行数据分析,得到企业的运行状况。
  2. 如权利要求1所述的基于配置算法的企业运行数据分析方法,其中,所述依次选择所述算法配置主表中的其中一个算法,根据选择的算法从所述算法配置参数表中选择参数,及所述算法参量值表中选择参数取值,根据所选择的参数及参数取值对选择的算法进行计算,得到输出变量集,包括:
    根据所述算法配置主表的算法的顺序,选择算法编码;
    根据所述算法编码获取所述算法配置主表中与所述算法编码对应的算法执行方案;
    根据所述算法执行方案获取所述算法配置参数表中的参数和所述参数对应的参数顺序号,根据所述参数和所述参数顺序号得到算法计算编号;
    根据所述算法计算编号获取所述算法参量值表中的参量值;
    将所述参量值输入所述算法执行方案中进行计算,得到输出变量;
    重复上述操作直至所述算法配置主表内的算法全部计算完成后,将所有的输出变量汇总得到所述输出变量集。
  3. 如权利要求1所述的基于配置算法的企业运行数据分析方法,其中,所述对所述输出变量集进行评估计算,得到核心相关值,包括:
    利用如下评估算法对所述输出变量集进行评价计算,得到核心相关值Hcorre:
    Figure PCTCN2021090719-appb-100001
    Figure PCTCN2021090719-appb-100002
    Figure PCTCN2021090719-appb-100003
    其中,Y i表示所述输出变量集中第i个输出变量的值,j表示所述输出变量集中的第j个输出变量,n为所述输出变量集中输出变量的数量,W ij为二进制的核心权值矩阵,其取值由所述第i个输出变量和所述第j个输出变量是否邻接决定,
    Figure PCTCN2021090719-appb-100004
    表示所述输出变量集中所有输出变量的均值,S为所述输出变量集中所有输出变量的标准差。
  4. 如权利要求3所述的基于配置算法的企业运行数据分析方法,其中,所述W ij为二进制的核心权值矩阵,所述W ij取值由所述第i个输出变量和所述第j个输出变量是否邻接决定,包括:
    利用预设邻接算法对所述第i个输出变量和所述第j个输出变量进行邻接计算,得到邻接计算结果;
    将所述邻接计算结果与预设邻接阈值进行对比,若所述邻接计算结果大于所述预设邻接阈值,则W ij取值为1;
    若所述邻接计算结果小于或等于所述预设邻接阈值,则W ij取值为0。
  5. 如权利要求4所述的基于配置算法的企业运行数据分析方法,其中,所述利用预设邻接算法对所述第i个输出变量和所述第j个输出变量进行邻接计算,得到邻接计算结果,包括:
    利用下述算法所述第i个输出变量和所述第j个输出变量进行邻接计算,得到邻接计算结果VAR:
    Figure PCTCN2021090719-appb-100005
    Figure PCTCN2021090719-appb-100006
    其中,
    Figure PCTCN2021090719-appb-100007
    Figure PCTCN2021090719-appb-100008
    W i是所述核心权值矩阵中第i行所有元素之和,W j为所述核心权值矩阵中第j列所有元素之和,E(I)为邻接参数。
  6. 如权利要求1所述的基于配置算法的企业运行数据分析方法,其中,所述算法配置主表、算法配置参数表和算法参量值表存储于区块链中,该方法还包括:
    当所述误差值大于所述误差阈值,则接收新的算法配置主表、算法配置参数表和算法参量值表,重新进行算法配置。
  7. 如权利要求1至6中任意一项所述的基于配置算法的企业运行数据分析方法,其中,所述对所述核心相关值进行误差计算,得到误差值,包括:
    利用如下误差算法计算核心相关值的误差值D:
    D=Hβ+ε
    ε=λW ε
    其中:H代表所述核心相关值;W ε核心权值矩阵值;λ代表预设核心误差系数;ε代表核心相关值随机误差项;μ代表正态分布的随机误差项;β代表预设系数。
  8. 一种基于配置算法的企业运行数据分析装置,其中,所述装置包括:
    算法选择模块,用于获取算法配置主表、算法配置参数表和算法参量值表,其中,所述算法配置主表包括需要进行配置的算法,所述算法配置参数表包括所述算法配置主表中算法的参数,所述算法参量值表包括所述算法配置参数表中各参数的取值;
    变量集计算模块,用于依次选择所述算法配置主表中的其中一个算法,根据选择的算法从所述算法配置参数表中选择参数,及所述算法参量值表中选择参数取值,根据所选择的参数及参数取值对选择的算法进行计算,得到输出变量集;
    核心相关值计算模块,用于对所述输出变量集进行评估计算,得到核心相关值;
    算法配置模块,用于对所述核心相关值进行误差计算,得到误差值,在所述误差值小于或等于预设的误差阈值时,利用所述选择的参数及参数取值对所述选择的算法进行配置,得到配置完成的算法;
    数据分析模块,用于获取企业数据,利用所述配置完成的算法对所述企业数据进行数据分析,得到企业的运行状况。
  9. 一种电子设备,其中,所述电子设备包括:
    至少一个处理器;以及,
    与所述至少一个处理器通信连接的存储器;其中,
    所述存储器存储有可被所述至少一个处理器执行的指令,所述指令被所述至少一个处理器执行,以使所述至少一个处理器能够执行如下步骤:
    获取算法配置主表、算法配置参数表和算法参量值表,其中,所述算法配置主表包括 需要进行配置的算法,所述算法配置参数表包括所述算法配置主表中算法的参数,所述算法参量值表包括所述算法配置参数表中各参数的取值;
    依次选择所述算法配置主表中的其中一个算法,根据选择的算法从所述算法配置参数表中选择参数,及所述算法参量值表中选择参数取值,根据所选择的参数及参数取值对选择的算法进行计算,得到输出变量集;
    对所述输出变量集进行评估计算,得到核心相关值;
    对所述核心相关值进行误差计算,得到误差值,在所述误差值小于或等于预设的误差阈值时,利用所述选择的参数及参数取值对所述选择的算法进行配置,得到配置完成的算法;
    获取企业数据,利用所述配置完成的算法对所述企业数据进行数据分析,得到企业的运行状况。
  10. 如权利要求9所述的电子设备,其中,所述依次选择所述算法配置主表中的其中一个算法,根据选择的算法从所述算法配置参数表中选择参数,及所述算法参量值表中选择参数取值,根据所选择的参数及参数取值对选择的算法进行计算,得到输出变量集,包括:
    根据所述算法配置主表的算法的顺序,选择算法编码;
    根据所述算法编码获取所述算法配置主表中与所述算法编码对应的算法执行方案;
    根据所述算法执行方案获取所述算法配置参数表中的参数和所述参数对应的参数顺序号,根据所述参数和所述参数顺序号得到算法计算编号;
    根据所述算法计算编号获取所述算法参量值表中的参量值;
    将所述参量值输入所述算法执行方案中进行计算,得到输出变量;
    重复上述操作直至所述算法配置主表内的算法全部计算完成后,将所有的输出变量汇总得到所述输出变量集。
  11. 如权利要求9所述的电子设备,其中,所述对所述输出变量集进行评估计算,得到核心相关值,包括:
    利用如下评估算法对所述输出变量集进行评价计算,得到核心相关值Hcorre:
    Figure PCTCN2021090719-appb-100009
    Figure PCTCN2021090719-appb-100010
    Figure PCTCN2021090719-appb-100011
    其中,Y i表示所述输出变量集中第i个输出变量的值,j表示所述输出变量集中的第j个输出变量,n为所述输出变量集中输出变量的数量,W ij为二进制的核心权值矩阵,其取值由所述第i个输出变量和所述第j个输出变量是否邻接决定,
    Figure PCTCN2021090719-appb-100012
    表示所述输出变量集中所有输出变量的均值,S为所述输出变量集中所有输出变量的标准差。
  12. 如权利要求11所述的电子设备,其中,所述W ij为二进制的核心权值矩阵,所述W ij取值由所述第i个输出变量和所述第j个输出变量是否邻接决定,包括:
    利用预设邻接算法对所述第i个输出变量和所述第j个输出变量进行邻接计算,得到邻接计算结果;
    将所述邻接计算结果与预设邻接阈值进行对比,若所述邻接计算结果大于所述预设邻接阈值,则W ij取值为1;
    若所述邻接计算结果小于或等于所述预设邻接阈值,则W ij取值为0。
  13. 如权利要求12所述的电子设备,其中,所述利用预设邻接算法对所述第i个输出变量和所述第j个输出变量进行邻接计算,得到邻接计算结果,包括:
    利用下述算法所述第i个输出变量和所述第j个输出变量进行邻接计算,得到邻接计算结果VAR:
    Figure PCTCN2021090719-appb-100013
    Figure PCTCN2021090719-appb-100014
    其中,
    Figure PCTCN2021090719-appb-100015
    Figure PCTCN2021090719-appb-100016
    W i是所述核心权值矩阵中第i行所有元素之和,W j为所述核心权值矩阵中第j列所有元素之和,E(I)为邻接参数。
  14. 如权利要求9所述的电子设备,其中,所述算法配置主表、算法配置参数表和算法参量值表存储于区块链中,所述指令被所述至少一个处理器执行时还实现如下步骤:
    当所述误差值大于所述误差阈值,则接收新的算法配置主表、算法配置参数表和算法参量值表,重新进行算法配置。
  15. 如权利要求9至14中任意一项所述的电子设备,其中,所述对所述核心相关值进行误差计算,得到误差值,包括:
    利用如下误差算法计算核心相关值的误差值D:
    D=Hβ+ε
    ε=λW ε
    其中:H代表所述核心相关值;W ε核心权值矩阵值;λ代表预设核心误差系数;ε代表核心相关值随机误差项;μ代表正态分布的随机误差项;β代表预设系数。
  16. 一种计算机可读存储介质,存储有计算机程序,其中,所述计算机程序被处理器执行时实现如下步骤:
    获取算法配置主表、算法配置参数表和算法参量值表,其中,所述算法配置主表包括需要进行配置的算法,所述算法配置参数表包括所述算法配置主表中算法的参数,所述算法参量值表包括所述算法配置参数表中各参数的取值;
    依次选择所述算法配置主表中的其中一个算法,根据选择的算法从所述算法配置参数表中选择参数,及所述算法参量值表中选择参数取值,根据所选择的参数及参数取值对选择的算法进行计算,得到输出变量集;
    对所述输出变量集进行评估计算,得到核心相关值;
    对所述核心相关值进行误差计算,得到误差值,在所述误差值小于或等于预设的误差阈值时,利用所述选择的参数及参数取值对所述选择的算法进行配置,得到配置完成的算法;
    获取企业数据,利用所述配置完成的算法对所述企业数据进行数据分析,得到企业的运行状况。
  17. 如权利要求16所述的计算机可读存储介质,其中,所述依次选择所述算法配置主表中的其中一个算法,根据选择的算法从所述算法配置参数表中选择参数,及所述算法参量值表中选择参数取值,根据所选择的参数及参数取值对选择的算法进行计算,得到输出变量集,包括:
    根据所述算法配置主表的算法的顺序,选择算法编码;
    根据所述算法编码获取所述算法配置主表中与所述算法编码对应的算法执行方案;
    根据所述算法执行方案获取所述算法配置参数表中的参数和所述参数对应的参数顺序号,根据所述参数和所述参数顺序号得到算法计算编号;
    根据所述算法计算编号获取所述算法参量值表中的参量值;
    将所述参量值输入所述算法执行方案中进行计算,得到输出变量;
    重复上述操作直至所述算法配置主表内的算法全部计算完成后,将所有的输出变量汇 总得到所述输出变量集。
  18. 如权利要求16所述的计算机可读存储介质,其中,所述对所述输出变量集进行评估计算,得到核心相关值,包括:
    利用如下评估算法对所述输出变量集进行评价计算,得到核心相关值Hcorre:
    Figure PCTCN2021090719-appb-100017
    Figure PCTCN2021090719-appb-100018
    Figure PCTCN2021090719-appb-100019
    其中,Y i表示所述输出变量集中第i个输出变量的值,j表示所述输出变量集中的第j个输出变量,n为所述输出变量集中输出变量的数量,W ij为二进制的核心权值矩阵,其取值由所述第i个输出变量和所述第j个输出变量是否邻接决定,
    Figure PCTCN2021090719-appb-100020
    表示所述输出变量集中所有输出变量的均值,S为所述输出变量集中所有输出变量的标准差。
  19. 如权利要求18所述的计算机可读存储介质,其中,所述W ij为二进制的核心权值矩阵,所述W ij取值由所述第i个输出变量和所述第j个输出变量是否邻接决定,包括:
    利用预设邻接算法对所述第i个输出变量和所述第j个输出变量进行邻接计算,得到邻接计算结果;
    将所述邻接计算结果与预设邻接阈值进行对比,若所述邻接计算结果大于所述预设邻接阈值,则W ij取值为1;
    若所述邻接计算结果小于或等于所述预设邻接阈值,则W ij取值为0。
  20. 如权利要求19所述的计算机可读存储介质,其中,所述利用预设邻接算法对所述第i个输出变量和所述第j个输出变量进行邻接计算,得到邻接计算结果,包括:
    利用下述算法所述第i个输出变量和所述第j个输出变量进行邻接计算,得到邻接计算结果VAR:
    Figure PCTCN2021090719-appb-100021
    Figure PCTCN2021090719-appb-100022
    其中,
    Figure PCTCN2021090719-appb-100023
    Figure PCTCN2021090719-appb-100024
    W i是所述核心权值矩阵中第i行所有元素之和,W j为所述核心权值矩阵中第j列所有元素之和,E(I)为邻接参数。
PCT/CN2021/090719 2020-05-28 2021-04-28 基于配置算法的企业运行数据分析方法、装置、电子设备及介质 WO2021238563A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202010471293.7A CN111694844B (zh) 2020-05-28 2020-05-28 基于配置算法的企业运行数据分析方法、装置及电子设备
CN202010471293.7 2020-05-28

Publications (1)

Publication Number Publication Date
WO2021238563A1 true WO2021238563A1 (zh) 2021-12-02

Family

ID=72478749

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2021/090719 WO2021238563A1 (zh) 2020-05-28 2021-04-28 基于配置算法的企业运行数据分析方法、装置、电子设备及介质

Country Status (2)

Country Link
CN (1) CN111694844B (zh)
WO (1) WO2021238563A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114969651A (zh) * 2022-07-28 2022-08-30 成都乐超人科技有限公司 基于大数据ai技术的智能风控体系构建方法及装置

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111694844B (zh) * 2020-05-28 2024-05-07 平安科技(深圳)有限公司 基于配置算法的企业运行数据分析方法、装置及电子设备
CN113448954B (zh) * 2021-06-29 2024-02-06 平安证券股份有限公司 业务数据执行方法、装置、电子设备及计算机存储介质
CN114742476B (zh) * 2022-06-07 2022-09-02 国网浙江省电力有限公司 基于区块链的数字化采购供应数据采集方法及采集平台

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080244611A1 (en) * 2007-03-27 2008-10-02 International Business Machines Corporation Product, method and system for improved computer data processing capacity planning using dependency relationships from a configuration management database
US20100057671A1 (en) * 2008-08-28 2010-03-04 Riemers Bill C Uri file system
CN107844837A (zh) * 2017-10-31 2018-03-27 第四范式(北京)技术有限公司 针对机器学习算法进行算法参数调优的方法及系统
CN109255059A (zh) * 2018-08-31 2019-01-22 平安科技(深圳)有限公司 产品基础算法确定方法、装置、计算机设备及存储介质
CN110569230A (zh) * 2019-08-30 2019-12-13 苏州浪潮智能科技有限公司 数据库设计模型与设计文档互相转换方法、系统及设备
CN111694844A (zh) * 2020-05-28 2020-09-22 平安科技(深圳)有限公司 基于配置算法的企业运行数据分析方法、装置及电子设备

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103544299B (zh) * 2013-10-30 2017-01-04 刘峰 一种商业智能云计算系统的构建方法
CN106850196B (zh) * 2016-12-05 2020-05-08 上海交通大学 改进的可抵御实际攻击的连续变量量子密钥分发方法
CN108681487B (zh) * 2018-05-21 2021-08-24 千寻位置网络有限公司 传感器算法参数调优的分布式系统和调优方法

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080244611A1 (en) * 2007-03-27 2008-10-02 International Business Machines Corporation Product, method and system for improved computer data processing capacity planning using dependency relationships from a configuration management database
US20100057671A1 (en) * 2008-08-28 2010-03-04 Riemers Bill C Uri file system
CN107844837A (zh) * 2017-10-31 2018-03-27 第四范式(北京)技术有限公司 针对机器学习算法进行算法参数调优的方法及系统
CN109255059A (zh) * 2018-08-31 2019-01-22 平安科技(深圳)有限公司 产品基础算法确定方法、装置、计算机设备及存储介质
CN110569230A (zh) * 2019-08-30 2019-12-13 苏州浪潮智能科技有限公司 数据库设计模型与设计文档互相转换方法、系统及设备
CN111694844A (zh) * 2020-05-28 2020-09-22 平安科技(深圳)有限公司 基于配置算法的企业运行数据分析方法、装置及电子设备

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
WU, YUNPENG: "Research on Automatic Configuration of Constraint Solving Algorithms", JILIN UNIVERSITY MASTER'S THESIS (PROFESSIONAL DEGREE) MASTER OF ENGINEERING, no. 12, 15 December 2019 (2019-12-15), CN, pages 1 - 51, XP009532112, ISSN: 1674-0246 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114969651A (zh) * 2022-07-28 2022-08-30 成都乐超人科技有限公司 基于大数据ai技术的智能风控体系构建方法及装置

Also Published As

Publication number Publication date
CN111694844B (zh) 2024-05-07
CN111694844A (zh) 2020-09-22

Similar Documents

Publication Publication Date Title
WO2021238563A1 (zh) 基于配置算法的企业运行数据分析方法、装置、电子设备及介质
WO2021189904A1 (zh) 数据异常检测方法、装置、电子设备及存储介质
WO2021189899A1 (zh) 链路状态的追踪方法、装置、电子设备及计算机存储介质
CN112801718B (zh) 用户行为预测方法、装置、设备及介质
WO2021218336A1 (zh) 用户信息判别方法、装置、设备及计算机可读存储介质
WO2022160449A1 (zh) 文本分类方法、装置、电子设备及存储介质
WO2021212683A1 (zh) 基于法律知识图谱的查询方法、装置、电子设备及介质
CN111652278B (zh) 用户行为检测方法、装置、电子设备及介质
WO2022105135A1 (zh) 信息审核方法、装置、电子设备及存储介质
CN112306835B (zh) 用户数据监控分析方法、装置、设备及介质
WO2022227192A1 (zh) 图像分类方法、装置、电子设备及介质
WO2021208695A1 (zh) 目标物推荐方法、装置、电子设备及计算机可读存储介质
CN113656690B (zh) 产品推荐方法、装置、电子设备及可读存储介质
CN113051171B (zh) 接口测试方法、装置、设备及存储介质
WO2022194062A1 (zh) 疾病标签检测方法、装置、电子设备及存储介质
CN111768096A (zh) 基于算法模型的评级方法、装置、电子设备及存储介质
CN114881616A (zh) 业务流程执行方法、装置、电子设备及存储介质
CN113516417A (zh) 基于智能建模的业务评估方法、装置、电子设备及介质
CN114840531B (zh) 基于血缘关系的数据模型重构方法、装置、设备及介质
CN114612194A (zh) 产品推荐方法、装置、电子设备及存储介质
CN113313211B (zh) 文本分类方法、装置、电子设备及存储介质
CN113658002B (zh) 基于决策树的交易结果生成方法、装置、电子设备及介质
CN112330432B (zh) 风险等级识别模型训练方法、识别方法、终端及存储介质
CN111429085A (zh) 合同数据生成方法、装置、电子设备及存储介质
CN113435746B (zh) 用户工作量的评分方法、装置、电子设备及存储介质

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 21812352

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 21812352

Country of ref document: EP

Kind code of ref document: A1