JPWO2020054073A1 - Analyzer, analysis method and program - Google Patents

Analyzer, analysis method and program Download PDF

Info

Publication number
JPWO2020054073A1
JPWO2020054073A1 JP2020546666A JP2020546666A JPWO2020054073A1 JP WO2020054073 A1 JPWO2020054073 A1 JP WO2020054073A1 JP 2020546666 A JP2020546666 A JP 2020546666A JP 2020546666 A JP2020546666 A JP 2020546666A JP WO2020054073 A1 JPWO2020054073 A1 JP WO2020054073A1
Authority
JP
Japan
Prior art keywords
personalization
personalization level
metric information
level
prediction model
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2020546666A
Other languages
Japanese (ja)
Other versions
JP6956891B2 (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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Publication of JPWO2020054073A1 publication Critical patent/JPWO2020054073A1/en
Application granted granted Critical
Publication of JP6956891B2 publication Critical patent/JP6956891B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/77Software metrics

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)
  • Debugging And Monitoring (AREA)

Abstract

ソフトウェアの開発工程の属人化の度合いを示す属人化レベルを分析する分析装置100を提供する。この分析装置100は、開発工程に関するメトリクス情報7を受信し、メトリクス情報に基づいて属人化レベルを出力する属人化レベル予測モデル22を、メトリクス情報7に適用して、属人化レベルを判定する制御部1と、を備える。Provided is an analyzer 100 that analyzes a personalization level indicating the degree of personalization in a software development process. The analyzer 100 applies the personalization level prediction model 22 that receives the metric information 7 regarding the development process and outputs the personalization level based on the metric information to the metric information 7 to determine the personalization level. A control unit 1 for determining is provided.

Description

本発明は、ソフトウェアの開発工程の属人化の度合いを示す属人化レベルを分析する分析装置、分析方法およびプログラムに関する。 The present invention relates to an analyzer, an analysis method and a program for analyzing the personalization level indicating the degree of personalization in the software development process.

ソースコードやソースコードメトリクスを分析して、他者が作成したソースコードの修正必要箇所、保守性および再利用性等を利用者に提示する分析技術が知られている。これにより、特定の担当者以外の者でも、ソースコードの修正や管理を行うことができる。 An analysis technique is known that analyzes source code and source code metrics and presents to users the parts that need to be modified, maintainability, and reusability of source code created by others. As a result, even a person other than a specific person in charge can modify and manage the source code.

例えば、特許文献1は、ソースコードメトリクスおよびプログラム開発プロジェクト情報を多変量解析することにより、修正が必要となるソースコードの優先順位を利用者に提示する分析装置を開示している。 For example, Patent Document 1 discloses an analyzer that presents to the user the priority of source code that needs to be modified by performing multivariate analysis of source code metrics and program development project information.

特許文献2は、ソースコードメトリクス情報を用いて、ソースコードの共通化の標準的かつ具体的な技法を開発者に提示し、かつ、開発者が実施した共通化の結果を評価することで、最善の実施結果を開発者に通知できるソースコード管理システムを開示している。 Patent Document 2 presents a standard and concrete technique for standardization of source code to a developer by using source code metric information, and evaluates the result of standardization carried out by the developer. We disclose a source code control system that can notify developers of the best implementation results.

特許文献3は、モジュール単位のメトリクスを分析することで、保守性や再利用性の低下につながるクラスを抽出するオブジェクト指向プログラム品質評価装置を開示している。 Patent Document 3 discloses an object-oriented program quality evaluation device that extracts classes that lead to a decrease in maintainability and reusability by analyzing module-based metrics.

特開2017−204090号公報JP-A-2017-204090 特開2009−086814号公報Japanese Unexamined Patent Publication No. 2009-086814 特開平11−338691号公報Japanese Unexamined Patent Publication No. 11-338691

ソフトウェア開発では、特定の者に技術、進捗管理、工期管理等が依存する属人化状態が発生することがある。属人化状態が発生すると、その特定の者が急遽不在になった場合に、例えば他の者が仕様、技術、工期等を理解しておらず、開発が立ち行かなくなるおそれがある。したがって、属人化状態の発生は、機会損失に繋がり得る。 In software development, a personalized state may occur in which technology, progress management, construction period management, etc. depend on a specific person. When a personalized state occurs, if that particular person is suddenly absent, for example, another person may not understand the specifications, technology, construction period, etc., and development may not be able to proceed. Therefore, the occurrence of personalization can lead to lost opportunities.

従来技術は、他者が作成したソースコードの修正必要箇所、保守性および再利用性等を利用者に提示することにより、コーディング工程についての属人化状態を解決し得る。しかしながら、前述のように、ソフトウェア開発における属人化は、コーディング工程だけでなく、仕様設計工程、外部設計工程、内部設計工程等、様々な工程において発生する。 The prior art can solve the personalized state of the coding process by presenting to the user the parts that need to be modified, maintainability, reusability, etc. of the source code created by another person. However, as described above, personalization in software development occurs not only in the coding process but also in various processes such as a specification design process, an external design process, and an internal design process.

本発明は、上記課題を解決するためになされたものであり、ソフトウェアの開発工程の属人化の度合いを示す属人化レベルを分析する分析装置、分析方法およびプログラムを提供することを目的とする。 The present invention has been made to solve the above problems, and an object of the present invention is to provide an analyzer, an analysis method, and a program for analyzing the personalization level indicating the degree of personalization in the software development process. To do.

本発明の一態様は、ソフトウェアの開発工程の属人化の度合いを示す属人化レベルを分析する分析装置を提供する。この分析装置は、開発工程に関するメトリクス情報を受信し、メトリクス情報に基づいて属人化レベルを出力する属人化レベル予測モデルを、メトリクス情報に適用して、属人化レベルを判定する制御部と、を備える。 One aspect of the present invention provides an analyzer that analyzes the level of personalization, which indicates the degree of personalization in the software development process. This analyzer is a control unit that receives metric information about the development process and applies a personalization level prediction model that outputs the personalization level based on the metric information to the metric information to determine the personalization level. And.

本発明の他の態様は、ソフトウェアの開発工程の属人化の度合いを示す属人化レベルを分析する分析システムを提供する。この分析システムは、メトリクス情報に関するサンプル情報と、サンプル情報に付与された属人化レベルとに基づいて、属人化レベル予測モデルを生成する学習装置と、学習装置にネットワークを介して接続され、学習装置から受信した属人化レベル予測モデルを記憶するサーバと、サーバとにネットワークを介して接続され、属人化レベル予測モデルをサーバから受信する制御装置とを備える。制御装置は、開発工程に関するメトリクス情報を受信し、属人化レベル予測モデルを、開発工程に関するメトリクス情報に適用して、属人化レベルを判定する。 Another aspect of the present invention provides an analytical system that analyzes the level of personalization, which indicates the degree of personalization in the software development process. This analysis system is connected to a learning device that generates a personalization level prediction model based on sample information about metric information and the personalization level given to the sample information, and a learning device via a network. It includes a server that stores the personalization level prediction model received from the learning device, and a control device that is connected to the server via a network and receives the personalization level prediction model from the server. The control device receives the metric information about the development process and applies the personalization level prediction model to the metric information about the development process to determine the personalization level.

本発明の他の態様は、ソフトウェアの開発工程の属人化の度合いを示す属人化レベルを分析する分析方法を提供する。この分析方法は、制御部が、開発工程に関するメトリクス情報を受信するステップと、制御部が、メトリクス情報に基づいて属人化レベルを出力する属人化レベル予測モデルを、メトリクス情報に適用して、属人化レベルを判定するステップと、を含む。 Another aspect of the present invention provides an analytical method for analyzing the level of personalization, which indicates the degree of personalization in the software development process. In this analysis method, the step of receiving the metric information about the development process by the control unit and the personalization level prediction model in which the control unit outputs the personalization level based on the metric information are applied to the metric information. Includes steps to determine the personalization level.

本発明の更に他の態様は、上記の分析方法を制御部に実行させるためのプログラムを提供する。 Yet another aspect of the present invention provides a program for causing the control unit to execute the above analysis method.

本発明により、ソフトウェアの開発工程に関するメトリクス情報に基づいて、開発工程の属人化レベルを判定することができる。 According to the present invention, it is possible to determine the personalization level of the development process based on the metric information regarding the software development process.

本発明の実施の形態1に係る分析装置の構成を示すブロック図である。It is a block diagram which shows the structure of the analyzer which concerns on Embodiment 1 of this invention. 本発明の実施の形態1に係る分析装置におけるデータの流れを示す図である。It is a figure which shows the flow of data in the analyzer which concerns on Embodiment 1 of this invention. 本発明の実施の形態1に係る分析装置による属人化レベルの分析の流れを示すフローチャートである。It is a flowchart which shows the flow of the analysis of the personalization level by the analyzer which concerns on Embodiment 1 of this invention. メトリクス情報データベースの一例を示す図である。It is a figure which shows an example of a metric information database. 属人化レベル予測モデルの一例を示す図である。It is a figure which shows an example of the personalization level prediction model. 本発明の実施の形態2に係る分析装置の構成を示すブロック図である。It is a block diagram which shows the structure of the analyzer which concerns on Embodiment 2 of this invention. 本発明の実施の形態2に係る分析装置におけるデータの流れを示す図である。It is a figure which shows the flow of data in the analyzer which concerns on Embodiment 2 of this invention. 本発明の実施の形態2に係る分析装置による属人化レベルの分析の流れを示すフローチャートである。It is a flowchart which shows the flow of the analysis of the personalization level by the analyzer which concerns on Embodiment 2 of this invention. 本発明の実施の形態2に係る分析装置による属人化レベルの分析の流れを示すフローチャートである。It is a flowchart which shows the flow of the analysis of the personalization level by the analyzer which concerns on Embodiment 2 of this invention. サンプルデータベースの一例を示す図である。It is a figure which shows an example of a sample database. 本発明の実施の形態3に係る分析装置におけるデータの流れを示す図である。It is a figure which shows the flow of data in the analyzer which concerns on Embodiment 3 of this invention. 本発明の実施の形態3に係る分析装置による属人化レベルの分析の流れを示すフローチャートである。It is a flowchart which shows the flow of the analysis of the personalization level by the analyzer which concerns on Embodiment 3 of this invention. 属人化レベルの再定義の要否をユーザに確認するための表示の例を示す図である。It is a figure which shows the example of the display for confirming to the user whether or not the redefinition of the personalization level is necessary. ユーザが再定義された属人化レベルを入力するためのダイアログボックスの例を示す図である。It is a figure which shows the example of the dialog box for a user to enter a redefined personalization level.

以下、本発明の実施の形態に係る分析装置について、図面を参照して説明する。各実施の形態において、同一の構成には同一の符号を付して、重複説明を省略する。 Hereinafter, the analyzer according to the embodiment of the present invention will be described with reference to the drawings. In each embodiment, the same configuration is designated by the same reference numerals, and duplicate description will be omitted.

実施の形態1.
[構成]
図1は、本発明の実施の形態1に係る分析装置100の構成を示すブロック図である。分析装置100は、制御部1と、補助記憶部2と、主記憶部3と、入力部4と、表示部5と、通信インタフェース(I/F)6とを備える。
Embodiment 1.
[Constitution]
FIG. 1 is a block diagram showing a configuration of an analyzer 100 according to a first embodiment of the present invention. The analyzer 100 includes a control unit 1, an auxiliary storage unit 2, a main storage unit 3, an input unit 4, a display unit 5, and a communication interface (I / F) 6.

制御部1は、種々の演算と、分析装置100の動作全体の制御とを行う処理装置である。制御部1は、プログラムを実行することにより所定の機能を実現するCPUのような汎用プロセッサを含む。制御部1は、後述のメトリクス情報を解析するための演算を行うメトリクス解析部11を含む。 The control unit 1 is a processing device that performs various calculations and controls the entire operation of the analyzer 100. The control unit 1 includes a general-purpose processor such as a CPU that realizes a predetermined function by executing a program. The control unit 1 includes a metric analysis unit 11 that performs an operation for analyzing the metric information described later.

補助記憶部2は、種々の情報を記録する媒体である。補助記憶部2は、具体的には、ROM、フラッシュメモリ、SSD等の半導体メモリ装置、ハードディスク等のディスク装置、その他の記憶デバイス単独でまたはそれらを適宜組み合わせて実現される。補助記憶部2には、後述のメトリクス情報データベース(DB)21、属人化レベル予測モデル22、オペレーティングシステム(OS)および制御部1が実行する制御プログラム等が格納される。 The auxiliary storage unit 2 is a medium for recording various information. Specifically, the auxiliary storage unit 2 is realized by a semiconductor memory device such as a ROM, a flash memory, an SSD, a disk device such as a hard disk, or other storage device alone or in combination thereof. The auxiliary storage unit 2 stores a metric information database (DB) 21, a personalization level prediction model 22, an operating system (OS), a control program executed by the control unit 1, and the like, which will be described later.

主記憶部3は、種々の情報を一時的に記録する媒体である。主記憶部3は、補助記憶部2に記憶されている制御プログラムをロードし、制御部1がロードされたプログラムを順次読み込んで実行する。また、主記憶部3は、補助記憶部2に記憶されているOSの少なくとも一部をロードし、制御部1がロードされたOSを実行して制御機能を実現する。主記憶部3は、例えばSRAM、DRAMなどの揮発性メモリで構成される。 The main storage unit 3 is a medium for temporarily recording various information. The main storage unit 3 loads the control program stored in the auxiliary storage unit 2, and the control unit 1 sequentially reads and executes the loaded program. Further, the main storage unit 3 loads at least a part of the OS stored in the auxiliary storage unit 2, and the control unit 1 executes the loaded OS to realize the control function. The main storage unit 3 is composed of, for example, a volatile memory such as SRAM or DRAM.

入力部4は、ユーザから受け付けた入力指示や操作の内容を電気信号に変換して制御部1に伝達する入力用インタフェースである。入力部4は、マウス、キーボード、タッチパネル、ボタン、音声入力のためのマイク等を含む。 The input unit 4 is an input interface that converts the contents of an input instruction or operation received from the user into an electric signal and transmits it to the control unit 1. The input unit 4 includes a mouse, a keyboard, a touch panel, buttons, a microphone for voice input, and the like.

表示部5は、種々の情報を表示する表示装置である。表示部5は、例えば、液晶ディスプレイ、有機ELディスプレイ、プロジェクタ等により構成される。また、分析装置100は、表示部5の他に、スピーカ、プリンタ等の出力装置を備えてもよい。 The display unit 5 is a display device that displays various information. The display unit 5 is composed of, for example, a liquid crystal display, an organic EL display, a projector, or the like. Further, the analyzer 100 may include an output device such as a speaker or a printer in addition to the display unit 5.

通信I/F6は、ネットワークを介して、分析装置100と外部機器との通信接続を可能とするためのインタフェース回路またはモジュールである。通信I/F6は、IEEE802.3、IEEE802.11またはWi−Fi、LTE、3G、4G、5G等の規格に従って通信を行う。 The communication I / F6 is an interface circuit or module for enabling communication connection between the analyzer 100 and an external device via a network. Communication I / F6 communicates according to standards such as IEEE802.3, IEEE802.11 or Wi-Fi, LTE, 3G, 4G, 5G.

[動作]
図2は、分析装置100におけるデータの流れを示す図である。図3は、分析装置100による属人化レベルの分析の流れを示すフローチャートである。図2および図3を参照して、分析装置100の動作について説明する。
[motion]
FIG. 2 is a diagram showing a data flow in the analyzer 100. FIG. 3 is a flowchart showing the flow of analysis of the personalization level by the analyzer 100. The operation of the analyzer 100 will be described with reference to FIGS. 2 and 3.

分析装置100には、入力部4を介して、メトリクス情報7が入力される(S101)。もっとも、これは例示であり、メトリクス情報7を制御部1に利用可能にする手段は、入力部4を介してメトリクス情報7を入力することに限定されない。例えば、メトリクス情報7は、一端サーバ等の外部記憶装置に格納され、分析装置100は、通信I/F6を介してメトリクス情報7をダウンロードしてもよい。 Metric information 7 is input to the analyzer 100 via the input unit 4 (S101). However, this is an example, and the means for making the metric information 7 available to the control unit 1 is not limited to inputting the metric information 7 via the input unit 4. For example, the metric information 7 may be temporarily stored in an external storage device such as a server, and the analyzer 100 may download the metric information 7 via the communication I / F6.

ここで、メトリクスとは、ソフトウェア開発における要求分析、仕様設計、外部設計、内部設計、コーディング、単体試験、組合せ試験、総合試験、およびシステム試験等のうちの少なくとも1つの開発工程の品質、生産性、信頼性等を評価するための基準を指す。 Here, the metric is the quality and productivity of at least one of the requirements analysis, specification design, external design, internal design, coding, unit test, combination test, comprehensive test, system test, etc. in software development. , Refers to the criteria for evaluating reliability, etc.

メトリクス情報7は、例えば、開発工程について説明するための文書のページ数、文書密度、文書中の図表の割合、レビュー工数、レビュー密度、レビュアー人数、欠陥指摘件数、ソースコードの複雑度、欠陥数、工程の難易度等を示す情報である。あるいは、例えば試験設計工程では、メトリクス情報7は、試験者数、試験密度、不具合検出率等を示す情報である。 The metric information 7 includes, for example, the number of pages of the document for explaining the development process, the document density, the ratio of figures and tables in the document, the review man-hours, the review density, the number of reviewers, the number of defect indications, the complexity of the source code, and the number of defects. , Information indicating the difficulty level of the process. Alternatively, for example, in the test design process, the metric information 7 is information indicating the number of testers, the test density, the defect detection rate, and the like.

さらに、メトリクス情報7は、担当者毎のレビュー密度、担当者毎のレビュー発言時間、担当者毎の不具合検出率、または、これらの値の最大値および最小値等を含んでもよい。 Further, the metric information 7 may include a review density for each person in charge, a review speaking time for each person in charge, a defect detection rate for each person in charge, or a maximum value and a minimum value of these values.

制御部1は、入力部4を介して受信したメトリクス情報7を分類してデータベース化し、メトリクス情報データベース21に格納する(S102)。図4は、メトリクス情報データベース21の一例を示す図である。開発工程がM段階に分解できる場合、メトリクス情報7は、メトリクス群(x,x,x,・・・,x,・・・,x)の形式に整理できる。xは、k段階目の開発工程(開発工程k)におけるメトリクス群を表すベクトルである。開発工程にL個のメトリクスが含まれる場合、x=(xk1,xk2,xk3,・・・,xkL)と表すことができる。したがって、メトリクス情報データベース21は、図4に示すような表として表され、行列形式で表現することができる。The control unit 1 classifies the metric information 7 received via the input unit 4 into a database, and stores the metric information 7 in the metric information database 21 (S102). FIG. 4 is a diagram showing an example of the metric information database 21. If the development process can be decomposed into M stages, the metric information 7 can be organized in the form of metric groups (x 1 , x 2 , x 3 , ..., x k , ..., X M ). x k is a vector representing a group of metrics in the k-th stage development process (development process k). When the development process includes L metrics, it can be expressed as x k = (x k1 , x k2 , x k3 , ..., X kL ). Therefore, the metric information database 21 is represented as a table as shown in FIG. 4, and can be represented in a matrix format.

次に、図2および図3に示すように、メトリクス解析部11は、メトリクス情報データベース21と属人化レベル予測モデル22とを読み込み、メトリクス情報データベース21に格納されたメトリクス情報7を、属人化レベル予測モデル22の説明変数xに当てはめることによって、開発工程毎の属人化レベルを算出する(S103)。 Next, as shown in FIGS. 2 and 3, the metric analysis unit 11 reads the metric information database 21 and the personalization level prediction model 22, and displays the metric information 7 stored in the metric information database 21 as a person. The personalization level for each development process is calculated by applying it to the explanatory variable x of the conversion level prediction model 22 (S103).

図5は、属人化レベル予測モデル22の一例を示す図である。属人化レベル予測モデル22は、メトリクス情報7から属人化レベルを求めるための統計モデルである。図4では、属人化レベル予測モデル22は、M個の各開発工程にそれぞれ対応するM個の重回帰式で構成されている。重回帰式において、属人化レベルを表す目的変数y=(y,y,y,・・・,y,・・・,y)は、メトリクス情報7を表す説明変数x=(x,x,x,・・・,x,・・・,x)と、偏回帰係数α、βとで表される。例えば、属人化レベル予測モデル22に含まれる開発工程kの目的変数yは、図5に示すように、次の重回帰式(1)で表される。FIG. 5 is a diagram showing an example of the personalization level prediction model 22. The personalization level prediction model 22 is a statistical model for obtaining the personalization level from the metric information 7. In FIG. 4, the personalization level prediction model 22 is composed of M multiple regression equations corresponding to each of M development processes. In the multiple regression equation, the objective variable y = (y 1 , y 2 , y 3 , ..., y k , ..., y M ) representing the personalization level is the explanatory variable x = representing the metric information 7. It is represented by (x 1 , x 2 , x 3 , ..., x k , ..., x M ) and the partial regression coefficients α and β. For example, the objective variable y k of the development process k included in the personalization level prediction model 22 is represented by the following multiple regression equation (1) as shown in FIG.

=α+βk1k1+βk2k2+βk3k3+・・・+βkLkL(1)y k = α k + β k1 x k1 + β k2 x k2 + β k3 x k3 + ... + β kL x kL (1)

偏回帰係数α、βは、メトリクス情報のサンプルデータや、過去の開発工程におけるメトリクス情報に基づいて、例えば重回帰分析を行うことによって決定される。なお、各開発工程におけるメトリクスの種類および数は同一でなくてもよい。開発工程kにおいて取得しているメトリクスの数がL個より少ないG個である場合、例えば、式(1)において、偏回帰係数βk1〜βkLのうち、(L−G)個の偏回帰係数は0と考えることができる。The partial regression coefficients α and β are determined by performing multiple regression analysis, for example, based on sample data of metric information and metric information in the past development process. The type and number of metrics in each development process do not have to be the same. When the number of metrics acquired in the development process k is G, which is less than L, for example, in the equation (1), (LG) of the partial regression coefficients β k1 to β kL. The coefficient can be considered as 0.

属人化レベル予測モデル22は、図1に示す分析装置100の入力部4を介して、外部から補助記憶部2に格納されてもよい。また、例えば、属人化レベル予測モデル22は、通信I/F6を介してサーバ等の外部記憶装置からダウンロードされ、補助記憶部2に格納されてもよい。 The personalization level prediction model 22 may be stored in the auxiliary storage unit 2 from the outside via the input unit 4 of the analyzer 100 shown in FIG. Further, for example, the personalization level prediction model 22 may be downloaded from an external storage device such as a server via the communication I / F6 and stored in the auxiliary storage unit 2.

制御部1は、算出された開発工程毎の属人化レベルを、表示部5に表示する(S104)。これにより、ユーザは、開発工程毎の属人化レベルを認識することができる。表示部5に表示される属人化レベルは、開発工程毎の属人化の度合いを、例えば1〜10の数値で表すものである。 The control unit 1 displays the calculated personalization level for each development process on the display unit 5 (S104). As a result, the user can recognize the personalization level for each development process. The personalization level displayed on the display unit 5 represents the degree of personalization for each development process, for example, by a numerical value of 1 to 10.

表示部5には、すべての開発工程の属人化レベルが表示されてもよい。また、表示部5には、すべての開発工程の属人化レベルを、属人化レベルが高い順に並べて表示してもよい。これにより、ユーザは、表示部5を一目見るだけで、属人化の進んだ開発工程を認識することができる。 The display unit 5 may display the personalization level of all development processes. Further, the display unit 5 may display the personalization levels of all the development processes in descending order of personalization level. As a result, the user can recognize the advanced development process of personalization just by looking at the display unit 5.

あるいは、算出された開発工程毎の属人化レベルは、サーバ等の外部記憶装置にアップロードされてもよい。そして、例えば特定の開発工程の管理者が使用するPCに、その開発工程の属人化レベルがダウンロードされ、これにより、管理者は、自己の管理する開発工程の属人化レベルを確認することができる。 Alternatively, the calculated personalization level for each development process may be uploaded to an external storage device such as a server. Then, for example, the personalization level of the development process is downloaded to the PC used by the manager of a specific development process, so that the manager can confirm the personalization level of the development process managed by himself / herself. Can be done.

表示部5は、説明変数xおよび偏回帰係数α、βの値を表示してもよい。これにより、ユーザは、特定のメトリクスが特定の開発工程に及ぼす影響の程度を認識することができる。例えば、式(1)で表される開発工程kの偏回帰係数(βk1,βk2,βk3,・・・,βkL)のうちβk3が最大である場合、xk3で表されるメトリクスが属人化に大きな影響を与えていることがわかる。The display unit 5 may display the values of the explanatory variables x and the partial regression coefficients α and β. This allows the user to recognize the extent to which a particular metric affects a particular development process. For example, when β k3 is the largest among the partial regression coefficients (β k1 , β k2 , β k3 , ..., β kL ) of the development process k represented by the equation (1), it is represented by x k3. It can be seen that the metrics have a great influence on personalization.

[効果等]
以上のように、分析装置100は、ソフトウェアの開発工程の属人化の度合いを示す属人化レベルを分析するものである。分析装置100の制御部1は、入力部4を介して、ソフトウェアの開発工程に関するメトリクス情報7を受信する。制御部1は、メトリクス情報7に基づいて属人化レベルを出力する属人化レベル予測モデル22を、メトリクス情報7に適用して、開発工程の属人化レベルを判定する。
[Effects, etc.]
As described above, the analyzer 100 analyzes the personalization level indicating the degree of personalization in the software development process. The control unit 1 of the analyzer 100 receives the metric information 7 regarding the software development process via the input unit 4. The control unit 1 applies the personalization level prediction model 22 that outputs the personalization level based on the metric information 7 to the metric information 7 to determine the personalization level in the development process.

分析装置100により、ソフトウェアの開発工程の属人化レベルを得ることができる。これにより、属人化の度合いを定量化することができる。また、属人化レベルが高い開発工程をリストアップする等、ソフトウェアの開発工程の属人化状態を把握するためのデータ処理に分析装置100による分析結果を利用することができる。 With the analyzer 100, it is possible to obtain the personalization level of the software development process. This makes it possible to quantify the degree of personalization. Further, the analysis result by the analyzer 100 can be used for data processing for grasping the personalized state of the software development process, such as listing the development processes having a high personalization level.

分析装置100は、制御部1によって判定された属人化レベルを表示する表示部5を更に備えてもよい。これにより、ソフトウェアの開発工程の属人化レベルを可視化することができる。属人化レベルの可視化により、開発工程の管理者が属人化状態の緩和や解消に適切に着手することができる。したがって、例えばソフトウェア開発に関与した特定の者が急遽不在になった場合に開発が立ち行かなくなるというリスクを最小限に抑えることができる。 The analyzer 100 may further include a display unit 5 that displays the personalization level determined by the control unit 1. This makes it possible to visualize the personalization level of the software development process. Visualization of the personalization level allows development process managers to appropriately undertake mitigation or elimination of personalization status. Therefore, for example, if a specific person involved in software development is suddenly absent, the risk that development cannot be carried out can be minimized.

実施の形態2.
図6は、本発明の実施の形態2に係る分析装置200の構成を示すブロック図である。実施の形態1と比較すると、分析装置200の制御部1は、属人化レベル予測モデル22を生成する学習部12を更に備える。
Embodiment 2.
FIG. 6 is a block diagram showing the configuration of the analyzer 200 according to the second embodiment of the present invention. Compared to the first embodiment, the control unit 1 of the analyzer 200 further includes a learning unit 12 that generates a personalization level prediction model 22.

図7は、分析装置200におけるデータの流れを示す図である。図8および図9は、分析装置200による属人化レベルの分析の流れを示すフローチャートである。図7〜9を参照して、分析装置200の動作について説明する。 FIG. 7 is a diagram showing a data flow in the analyzer 200. 8 and 9 are flowcharts showing the flow of analysis of the personalization level by the analyzer 200. The operation of the analyzer 200 will be described with reference to FIGS. 7 to 9.

分析装置200には、入力部4を介して、メトリクス情報7が入力される(S201)。制御部1は、入力部4を介して受信したメトリクス情報7を分類してデータベース化し、メトリクス情報データベース21に格納する(S202)。ステップS201およびS202は、実施の形態1のステップS101およびS102と同様である。 Metric information 7 is input to the analyzer 200 via the input unit 4 (S201). The control unit 1 classifies the metric information 7 received via the input unit 4 into a database, and stores the metric information 7 in the metric information database 21 (S202). Steps S201 and S202 are the same as steps S101 and S102 of the first embodiment.

実施の形態2では、制御部1の学習部12が、属人化レベル予測モデル22を生成する(S203)。なお、ステップS203は、ステップS202の後に実行される必要はなく、例えばステップS201の前に実行されてもよい。 In the second embodiment, the learning unit 12 of the control unit 1 generates the personalization level prediction model 22 (S203). Note that step S203 does not have to be executed after step S202, and may be executed before, for example, step S201.

図9は、属人化レベル予測モデル22を生成するステップS203の詳細を示すフローチャートである。以下、図9を参照して属人化レベル予測モデル22を生成するステップS203について説明する。 FIG. 9 is a flowchart showing the details of step S203 for generating the personalization level prediction model 22. Hereinafter, step S203 for generating the personalization level prediction model 22 will be described with reference to FIG.

まず、学習部12は、入力部4を介して、サンプルデータベース8からメトリクス情報のサンプルおよび属人化レベルのサンプルを取得する(S211)。図10は、サンプルデータベース8の一例を示す図である。サンプルデータベース8には、開発プロジェクトA、B、C等の過去の開発におけるメトリクス群と、ユーザが付与した属人化レベルとが関連付けられて格納されている。例えば、開発プロジェクトAの開発工程kにおけるメトリクス群xAk=(xAk1,xAk2,xAk3,・・・,xAkL)と、開発工程kに対してユーザが付与した属人化レベルyAkとが対となってサンプルデータベース8に格納されている。First, the learning unit 12 acquires a sample of metric information and a sample of personalization level from the sample database 8 via the input unit 4 (S211). FIG. 10 is a diagram showing an example of the sample database 8. In the sample database 8, the metrics group in the past development such as the development projects A, B, and C are stored in association with the personalization level given by the user. For example, the metric group x Ak = (x Ak1 , x Ak2 , x Ak3 , ..., X AkL ) in the development process k of the development project A and the personalization level y Ak given by the user to the development process k. Is stored in the sample database 8 as a pair.

サンプルデータベース8に格納されるメトリクス群は、過去の開発において取得されたものに限定されない。例えば、サンプルデータベース8に格納されるメトリクス群は、理論や経験則等に基づいてユーザによって作成されてもよい。 The metric group stored in the sample database 8 is not limited to those acquired in the past development. For example, the metric group stored in the sample database 8 may be created by the user based on a theory, a rule of thumb, or the like.

次に、学習部12は、開発工程毎に、取得された属人化レベルを目的変数とし、メトリクス群を説明変数として、最小二乗法によって偏回帰係数を算出する(S212)。算出された偏回帰係数は、属人化レベル予測モデル22として補助記憶部2に格納される(S213)。 Next, the learning unit 12 calculates the partial regression coefficient by the least squares method with the acquired personalization level as the objective variable and the metrics group as the explanatory variable for each development process (S212). The calculated partial regression coefficient is stored in the auxiliary storage unit 2 as the personalization level prediction model 22 (S213).

このように、実施の形態2では、属人化レベル予測モデル22は、実施の形態1のように予め補助記憶部2に格納されるのではなく、制御部1の学習部12によって生成される。 As described above, in the second embodiment, the personalization level prediction model 22 is generated by the learning unit 12 of the control unit 1 instead of being stored in the auxiliary storage unit 2 in advance as in the first embodiment. ..

図8に戻り、制御部1のメトリクス解析部11は、ステップS203の後、メトリクス情報データベース21と属人化レベル予測モデル22とを読み込み、メトリクス情報データベース21に格納されたメトリクス情報7を、属人化レベル予測モデル22の説明変数に当てはめることによって、開発工程毎の属人化レベルを算出する(S204)。次に、制御部1は、算出された開発工程毎の属人化レベルを、表示部5に表示する(S205)。これにより、ユーザは、開発工程毎の属人化レベルを認識することができる。 Returning to FIG. 8, the metric analysis unit 11 of the control unit 1 reads the metric information database 21 and the personalization level prediction model 22 after step S203, and assigns the metric information 7 stored in the metric information database 21 to the genus. The personalization level for each development process is calculated by applying it to the explanatory variables of the humanization level prediction model 22 (S204). Next, the control unit 1 displays the calculated personalization level for each development process on the display unit 5 (S205). As a result, the user can recognize the personalization level for each development process.

以上のように、分析装置200は、実施の形態1の分析装置100の構成に加えて、制御部1に学習部12を備える。学習部12は、サンプルデータベース8に格納されたメトリクス情報のサンプルと、これに付与された属人化レベルとに基づいて、属人化レベル予測モデル22を生成する。このように、分析装置200は、実施の形態1の分析装置100と異なり、属人化レベル予測モデル22を自ら生成することができる。 As described above, the analyzer 200 includes the learning unit 12 in the control unit 1 in addition to the configuration of the analyzer 100 of the first embodiment. The learning unit 12 generates the personalization level prediction model 22 based on the sample of the metric information stored in the sample database 8 and the personalization level assigned to the sample. As described above, unlike the analyzer 100 of the first embodiment, the analyzer 200 can generate the personalization level prediction model 22 by itself.

実施の形態3.
図11は、本発明の実施の形態3に係る分析装置300におけるデータの流れを示す図である。分析装置300の構成は、図6に示した分析装置200の構成と同様であるため、図示を省略する。
Embodiment 3.
FIG. 11 is a diagram showing a data flow in the analyzer 300 according to the third embodiment of the present invention. Since the configuration of the analyzer 300 is the same as the configuration of the analyzer 200 shown in FIG. 6, the illustration is omitted.

図12は、分析装置300による属人化レベルの分析の流れを示すフローチャートである。以下、図11〜14を参照して、分析装置300の動作について説明する。 FIG. 12 is a flowchart showing the flow of analysis of the personalization level by the analyzer 300. Hereinafter, the operation of the analyzer 300 will be described with reference to FIGS. 11 to 14.

ステップS301〜S305は、図8に示した実施の形態2のステップS201〜S205と同様であるため、説明を省略する。 Since steps S301 to S305 are the same as steps S201 to S205 of the second embodiment shown in FIG. 8, the description thereof will be omitted.

表示部5に属人化レベルを表示するステップS305の後、制御部1は、属人化レベルの再定義の要否をユーザに確認するための表示を、表示部5に表示する(S306)。ステップS306で表示部5に表示される表示は、例えば図13に示すようなダイアログボックスである。 After step S305 for displaying the personalization level on the display unit 5, the control unit 1 displays on the display unit 5 a display for confirming to the user whether or not the personalization level needs to be redefined (S306). .. The display displayed on the display unit 5 in step S306 is, for example, a dialog box as shown in FIG.

ユーザは、ステップS305で表示された属人化レベルが正しいか否かを確認し、属人化レベルを再定義する必要の有無を判断する(S307)。例えば、ユーザは、属人化レベルを再定義する必要があると判断した場合、図13に示すようなダイアログボックス中の「Yes」ボタンをクリックする。 The user confirms whether or not the personalization level displayed in step S305 is correct, and determines whether or not it is necessary to redefine the personalization level (S307). For example, if the user determines that the personalization level needs to be redefined, he or she clicks the "Yes" button in the dialog box as shown in FIG.

ユーザが属人化レベルを再定義する必要があると判断した場合、制御部1は、例えば図14に示すようなダイアログボックスを表示部5に表示する。ユーザは、キーボード等の入力部4を用いて、再定義された属人化レベル(以下、「修正レベル」という。)310を入力する(S308)。 When the user determines that the personalization level needs to be redefined, the control unit 1 displays a dialog box as shown in FIG. 14, for example, on the display unit 5. The user inputs the redefined personalization level (hereinafter, referred to as “correction level”) 310 by using the input unit 4 such as a keyboard (S308).

次に、制御部1は、ユーザによって入力された修正レベル310をメトリクス情報に関連付けて、サンプルデータベース8に格納する(S309)。その後、再びステップS303に進み、制御部1の学習部12が、更新されたサンプルデータベース8を読み込み、属人化レベル予測モデル22を再生成して更新する。その後、ステップS304〜S307を再び実行する。 Next, the control unit 1 associates the modification level 310 input by the user with the metric information and stores it in the sample database 8 (S309). After that, the process proceeds to step S303 again, and the learning unit 12 of the control unit 1 reads the updated sample database 8 and regenerates and updates the personalization level prediction model 22. After that, steps S304 to S307 are executed again.

以上のように、実施の形態3では、分析装置300の制御部1は、ユーザがメトリクス情報7に付与した修正レベル310を取得する。学習部12は、メトリクス情報7と修正レベル310とに基づいて、属人化レベル予測モデル22を更新する。 As described above, in the third embodiment, the control unit 1 of the analyzer 300 acquires the correction level 310 given to the metric information 7 by the user. The learning unit 12 updates the personalization level prediction model 22 based on the metric information 7 and the modification level 310.

修正レベル310は、メトリクス解析部11によって算出された属人化レベルが、理論やユーザの経験則と異なる場合に、ユーザによって再定義される属人化レベルである。分析装置300は、このようなフィードバックを行うことにより、属人化レベル予測モデル22の精度を向上させることができる。 The modification level 310 is a personalization level redefined by the user when the personalization level calculated by the metric analysis unit 11 differs from the theory or the user's empirical rule. By providing such feedback, the analyzer 300 can improve the accuracy of the personalization level prediction model 22.

変形例.
以上、複数の実施形態を用いて本発明について説明したが、各実施形態に記載された特徴は、自由に組み合わせられてよい。また、上記の実施形態には、種々の改良、設計上の変更および削除が加えられてよく、本発明にはさまざまな変形例が存在する。
Modification example.
Although the present invention has been described above using a plurality of embodiments, the features described in the respective embodiments may be freely combined. In addition, various improvements, design changes and deletions may be added to the above embodiments, and there are various modifications of the present invention.

例えば、上記の実施形態では、属人化レベルが、メトリクス情報のサンプルデータや、過去の開発工程におけるメトリクス情報に基づいて、重回帰分析を行うことによって算出される例を説明した。しかしながら、属人化レベルの決定は、ロジスティック回帰分析等の重回帰分析以外の多変量解析によって行われてもよい。 For example, in the above embodiment, an example in which the personalization level is calculated by performing multiple regression analysis based on sample data of metric information and metric information in the past development process has been described. However, the personalization level may be determined by multivariate analysis other than multiple regression analysis such as logistic regression analysis.

これを実施の形態2および実施の形態3についてみると、学習部12は、メトリクス情報に関するサンプル情報と、サンプル情報に付与された属人化レベルとを用いて多変量解析を行うことによって、属人化レベル予測モデル22を生成してもよい。 Looking at the second embodiment and the third embodiment, the learning unit 12 performs a multivariate analysis using the sample information related to the metric information and the personalization level given to the sample information, thereby performing the genus. The humanization level prediction model 22 may be generated.

あるいは、属人化レベル予測モデル22は、メトリクス情報のサンプルデータや、過去の開発工程におけるメトリクス情報と、ユーザが付与した属人化レベルとを、ニューラルネットワーク、決定木学習、サポートベクターマシン等によって学習することによって生成される学習モデルであってもよい。 Alternatively, the personalization level prediction model 22 uses a neural network, decision tree learning, a support vector machine, or the like to obtain sample data of metric information, metric information in the past development process, and the personalization level given by the user. It may be a learning model generated by learning.

また、上記の各実施形態では、制御部1、補助記憶部2、主記憶部3、入力部4、表示部5および通信I/F6を備えた分析装置について説明した。しかしながら、これらの構成要素は、1つの分析装置内に備えられる必要はなく、例えばネットワークを介して接続された別個の装置であってもよい。したがって、本発明は、一態様では、メトリクス解析を行うメトリクス解析装置と、属人化レベル予測モデル22を生成する学習装置と、生成された属人化レベル予測モデル22を記憶するサーバと、を備えた分析システムであってもよい。 Further, in each of the above embodiments, the analyzer including the control unit 1, the auxiliary storage unit 2, the main storage unit 3, the input unit 4, the display unit 5, and the communication I / F 6 has been described. However, these components do not have to be contained within one analyzer and may be, for example, separate instruments connected via a network. Therefore, in one aspect, the present invention includes a metric analysis device that performs metric analysis, a learning device that generates a personalization level prediction model 22, and a server that stores the generated personalization level prediction model 22. It may be a provided analysis system.

1 制御部、2 補助記憶部、3 主記憶部、4 入力部、5 表示部、6 通信インタフェース、7 メトリクス情報、8 サンプルデータベース、11 メトリクス解析部、12 学習部、21 メトリクス情報データベース、22 属人化レベル予測モデル、100 分析装置。 1 Control unit, 2 Auxiliary storage unit, 3 Main storage unit, 4 Input unit, 5 Display unit, 6 Communication interface, 7 Metrics information, 8 Sample database, 11 Metrics analysis unit, 12 Learning unit, 21 Metrics information database, 22 genus Humanized level prediction model, 100 analyzers.

Claims (10)

ソフトウェアの開発工程の属人化の度合いを示す属人化レベルを分析する分析装置であって、
前記開発工程に関するメトリクス情報を受信し、前記メトリクス情報に基づいて前記属人化レベルを出力する属人化レベル予測モデルを、前記メトリクス情報に適用して、前記属人化レベルを判定する制御部と、
を備える分析装置。
An analyzer that analyzes the level of personalization, which indicates the degree of personalization in the software development process.
A control unit that determines the personalization level by applying a personalization level prediction model that receives metric information related to the development process and outputs the personalization level based on the metric information to the metric information. When,
An analyzer equipped with.
前記制御部は、メトリクス情報に関するサンプル情報と、前記サンプル情報に付与された属人化レベルとに基づいて、前記属人化レベル予測モデルを生成する学習部を更に備える、請求項1に記載の分析装置。 The control unit further includes a learning unit that generates the personalization level prediction model based on the sample information regarding the metric information and the personalization level given to the sample information, according to claim 1. Analysis equipment. 前記学習部は、メトリクス情報に関するサンプル情報と、前記サンプル情報に付与された属人化レベルとを用いて多変量解析を行うことによって、前記属人化レベル予測モデルを生成する、請求項2に記載の分析装置。 The learning unit generates the personalization level prediction model by performing multivariate analysis using the sample information regarding the metric information and the personalization level given to the sample information, according to claim 2. The analyzer described. 前記学習部は、メトリクス情報に関するサンプル情報と、前記サンプル情報に付与された属人化レベルとを用いた機械学習によって、前記属人化レベル予測モデルを生成する、請求項2に記載の分析装置。 The analyzer according to claim 2, wherein the learning unit generates the personalization level prediction model by machine learning using the sample information regarding the metric information and the personalization level given to the sample information. .. 前記制御部は、ユーザが前記メトリクス情報に付与した属人化レベルを更に取得し、
前記学習部は、前記メトリクス情報と、前記メトリクス情報に付与された属人化レベルとに基づいて、前記属人化レベル予測モデルを更新する、請求項2〜4のいずれかに記載の分析装置。
The control unit further acquires the personalization level given to the metric information by the user.
The analyzer according to any one of claims 2 to 4, wherein the learning unit updates the personalization level prediction model based on the metric information and the personalization level given to the metric information. ..
前記制御部によって判定された前記属人化レベルを表示する表示部を更に備えた請求項1〜5のいずれかに記載の分析装置。 The analyzer according to any one of claims 1 to 5, further comprising a display unit for displaying the personalization level determined by the control unit. 前記属人化レベル予測モデルを記憶する記憶部を更に備える請求項1〜6のいずれかに記載の分析装置。 The analyzer according to any one of claims 1 to 6, further comprising a storage unit for storing the personalization level prediction model. ソフトウェアの開発工程の属人化の度合いを示す属人化レベルを分析する分析システムであって、
メトリクス情報に関するサンプル情報と、前記サンプル情報に付与された属人化レベルとに基づいて、属人化レベル予測モデルを生成する学習装置と、
前記学習装置にネットワークを介して接続され、前記学習装置から受信した前記属人化レベル予測モデルを記憶するサーバと、
前記サーバにネットワークを介して接続され、前記属人化レベル予測モデルを前記サーバから受信する制御装置とを備え、
前記制御装置は、前記開発工程に関するメトリクス情報を受信し、前記属人化レベル予測モデルを、前記開発工程に関するメトリクス情報に適用して、前記属人化レベルを判定する、分析システム。
An analysis system that analyzes the level of personalization, which indicates the degree of personalization in the software development process.
A learning device that generates a personalization level prediction model based on the sample information regarding the metric information and the personalization level given to the sample information.
A server connected to the learning device via a network and storing the personalization level prediction model received from the learning device.
It is provided with a control device that is connected to the server via a network and receives the personalization level prediction model from the server.
The control device is an analysis system that receives metric information about the development process, applies the personalization level prediction model to the metric information about the development process, and determines the personalization level.
ソフトウェアの開発工程の属人化の度合いを示す属人化レベルを分析する分析方法であって、
制御部が、前記開発工程に関するメトリクス情報を受信するステップと、
前記制御部が、前記メトリクス情報に基づいて前記属人化レベルを出力する属人化レベル予測モデルを、前記メトリクス情報に適用して、前記属人化レベルを判定するステップと、
を含む分析方法。
An analysis method that analyzes the level of personalization, which indicates the degree of personalization in the software development process.
A step in which the control unit receives metric information related to the development process,
A step in which the control unit applies a personalization level prediction model that outputs the personalization level based on the metric information to the metric information to determine the personalization level.
Analytical methods including.
請求項9に記載の分析方法を制御部に実行させるためのプログラム。 A program for causing the control unit to execute the analysis method according to claim 9.
JP2020546666A 2018-09-14 2018-09-14 Analyzer, analysis method and program Active JP6956891B2 (en)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2018/034281 WO2020054073A1 (en) 2018-09-14 2018-09-14 Analysis device, analysis method, and program

Publications (2)

Publication Number Publication Date
JPWO2020054073A1 true JPWO2020054073A1 (en) 2021-02-15
JP6956891B2 JP6956891B2 (en) 2021-11-02

Family

ID=69776779

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2020546666A Active JP6956891B2 (en) 2018-09-14 2018-09-14 Analyzer, analysis method and program

Country Status (2)

Country Link
JP (1) JP6956891B2 (en)
WO (1) WO2020054073A1 (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003157345A (en) * 2001-11-19 2003-05-30 Itid Consulting:Kk System and method for product development process evaluation
JP2015014856A (en) * 2013-07-04 2015-01-22 株式会社日立製作所 Method and system for evaluating software development project

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003157345A (en) * 2001-11-19 2003-05-30 Itid Consulting:Kk System and method for product development process evaluation
JP2015014856A (en) * 2013-07-04 2015-01-22 株式会社日立製作所 Method and system for evaluating software development project

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
宗形 聡 ほか: "ソフトウェア開発の標準リスクに着目したプロジェクトリスクの特定", 日立TO技報, vol. 第13号, JPN6018044702, 1 November 2007 (2007-11-01), JP, pages 20 - 24, ISSN: 0004590454 *
笹川文義 ほか: "機械学習によるリスク評価に基づくソフトウェアコスト見積り技術開発", 情報処理学会研究報告, vol. 第2006巻,第48号, JPN6018044704, 17 May 2006 (2006-05-17), JP, pages 25 - 32, ISSN: 0004590455 *

Also Published As

Publication number Publication date
WO2020054073A1 (en) 2020-03-19
JP6956891B2 (en) 2021-11-02

Similar Documents

Publication Publication Date Title
CN108334439B (en) Pressure testing method, device, equipment and storage medium
CN111814951B (en) Debugging deep neural network
Alves et al. BIMSL: A generic approach to the integration of building information models with real-time sensor data
US8875102B1 (en) Multiple browser architecture and method
CN111178512B (en) Device operation neural network test method and device
US8832657B1 (en) Customer impact predictive model and combinatorial analysis
US20200074313A1 (en) Determining features to be included in a risk assessment instrument
CN109190754A (en) Quantitative model generation method, device and electronic equipment
US11651243B2 (en) Using machine learning to evaluate data quality during a clinical trial based on participant queries
US20220004914A1 (en) Code generation for auto-ai
JPWO2018079225A1 (en) Automatic prediction system, automatic prediction method, and automatic prediction program
CN111222636A (en) Deep learning model conversion method and device, server and storage medium
JP6956891B2 (en) Analyzer, analysis method and program
CN117331836A (en) Evaluation method based on code syntax tree analysis
CN116168403A (en) Medical data classification model training method, classification method, device and related medium
US11379553B2 (en) Interpretable symbolic decomposition of numerical coefficients
Schimpf et al. COMPLEX-IT: A case-based modeling and scenario simulation platform for social inquiry
CN117076335B (en) Model test method, system, medium and electronic equipment
CN113056725A (en) Information processing system and information processing method
WO2023037423A1 (en) Assistance device, assistance method, and assistance program
JP7256669B2 (en) Information processing device, estimation device, analysis device, information processing method, and computer program
Angelopoulou et al. The system dynamics architecture of UTASiMo: a simulation-based task analysis tool to predict human error probability
EP4231154A1 (en) Method for providing a training dataset for training and/or testing a machine learning model, method for training a machine learning model, and method for predicting timing and/or resource requirements of an unknown application running on an electronic device
CN111352840B (en) Online behavior risk assessment method, device, equipment and readable storage medium
Flasch A friendly introduction to rgp

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20200730

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20210907

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20211005

R150 Certificate of patent or registration of utility model

Ref document number: 6956891

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150