JP2018032210A - Design prediction apparatus, design prediction program and design prediction method - Google Patents

Design prediction apparatus, design prediction program and design prediction method Download PDF

Info

Publication number
JP2018032210A
JP2018032210A JP2016163790A JP2016163790A JP2018032210A JP 2018032210 A JP2018032210 A JP 2018032210A JP 2016163790 A JP2016163790 A JP 2016163790A JP 2016163790 A JP2016163790 A JP 2016163790A JP 2018032210 A JP2018032210 A JP 2018032210A
Authority
JP
Japan
Prior art keywords
design
data
unit
predicted
prediction
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
JP2016163790A
Other languages
Japanese (ja)
Other versions
JP6805632B2 (en
Inventor
勉 石田
Tsutomu Ishida
勉 石田
智 鹿庭
Satoshi Kaniwa
智 鹿庭
佐藤 満
Mitsuru Sato
満 佐藤
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2016163790A priority Critical patent/JP6805632B2/en
Publication of JP2018032210A publication Critical patent/JP2018032210A/en
Application granted granted Critical
Publication of JP6805632B2 publication Critical patent/JP6805632B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To provide a design prediction apparatus, a design prediction program and a design prediction method capable of accurately predicting a prediction object.SOLUTION: A classification unit 41 classifies plural pieces of design data 30A into clusters of design data 30A each of which has the same dominant feature relevant to a design item of prediction object based on the design information extracted from the plural pieces of design data 30A. A generation unit 42 generates a prediction model for predicting a design item of a prediction object for each of the classified clusters from the design information of the design data 30A included in the clusters.SELECTED DRAWING: Figure 1

Description

本発明は、設計予測装置、設計予測プログラムおよび設計予測方法に関する。   The present invention relates to a design prediction apparatus, a design prediction program, and a design prediction method.

製品の設計では、設計を開始する前に、ある設計項目の予測が行われることがある。例えば、プリント基板の実装設計では、プリント基板に搭載する部品やネットリストが決まると、実装設計の前に、プリント基板の信号層、電源層、グラウンド層の層数の予測が行われる。この予測では、適切な層数を予測することが期待されている。予測された層数が適切な層数よりも少ない場合、実装設計がやり直しとなり、工数・時間の損失となる。一方、予測された層数が適切な層数よりも多い場合、プリント基板の製造コストが増加する。   In designing a product, a design item may be predicted before starting the design. For example, in the mounting design of a printed circuit board, when the components and netlist to be mounted on the printed circuit board are determined, the number of signal layers, power supply layers, and ground layers of the printed circuit board is predicted before the mounting design. In this prediction, it is expected to predict an appropriate number of layers. If the predicted number of layers is less than the appropriate number of layers, the mounting design will be redone, resulting in lost man-hours and time. On the other hand, when the predicted number of layers is larger than the appropriate number of layers, the manufacturing cost of the printed circuit board increases.

そこで、回帰分析により予測を行う技術がある。例えば、過去の設計資産から、SVR(Support Vector Regression:サポートベクトル回帰)の線形カーネルを用いて予測対象の設計項目を予測する線形の予測モデルを生成する。なお、SVRは、SVM(Support Vector Machine:サポートベクターマシン)とも呼ばれる。そして、生成された予測モデルを用いて予測対象の設計項目の予測値を算出する。   Therefore, there is a technique for performing prediction by regression analysis. For example, a linear prediction model that predicts a design item to be predicted is generated from past design assets using a linear kernel of SVR (Support Vector Regression). The SVR is also called SVM (Support Vector Machine). Then, a predicted value of the design item to be predicted is calculated using the generated prediction model.

国際公開第2010/029627号International Publication No. 2010/029627 特開2000−020504号公報JP 2000-020504 A 特開2006−330988号公報JP 2006-330988 A

線形の予測モデルは、線形であるため、予測値の予測の根拠が理解し易い。しかしながら、線形の予測モデルは、過去の設計資産のデータ全体に対して、トータルの誤差が最小となるように生成されるため、予測値の予測精度が低い部分が生じる場合がある。   Since the linear prediction model is linear, it is easy to understand the basis for predicting the prediction value. However, since the linear prediction model is generated so that the total error is minimized with respect to the entire past design asset data, there may be a portion where the prediction accuracy of the prediction value is low.

そこで、過去の設計資産のデータをクラスタリングで分類し、各クラスタごとに線形の予測モデルを生成することが考えられる。例えば、k-means法、mean-shift法などのクラスタリング手法を用いて、過去の設計資産のデータを、類似したデータごとのクラスタに分類し、各クラスタで線形の予測モデルを生成することが考えられる。しかしながら、この場合、予測モデルがクラスタのデータに対してオーバーフィッティングとなってしまい、予測精度の低い場合がある。   Therefore, it is conceivable to classify past design asset data by clustering and generate a linear prediction model for each cluster. For example, using a clustering method such as the k-means method or the mean-shift method, the past design asset data is classified into clusters for each similar data, and a linear prediction model is generated for each cluster. It is done. However, in this case, the prediction model becomes overfitting to the cluster data, and the prediction accuracy may be low.

なお、製品の設計を例に説明したが、かかる問題は、システムの設計など他の設計において、ある設計項目を予測する場合全般に該当する問題である。   In addition, although the product design has been described as an example, such a problem is generally applicable to a case where a design item is predicted in another design such as a system design.

一つの側面では、予測対象を精度良く予測できる設計予測装置、設計予測プログラムおよび設計予測方法を提供することを目的とする。   In one aspect, an object is to provide a design prediction apparatus, a design prediction program, and a design prediction method that can accurately predict a prediction target.

第1の案では、設計予測装置は、分類部と、生成部とを有する。分類部は、複数の設計データから抽出された設計情報に基づいて、複数の設計データを、予測対象の設計項目に対して支配的な特徴が同じ設計データごとのクラスタに分類する。生成部は、分類部により分類されたクラスタごとに、当該クラスタに含まれる設計データの設計情報から予測対象の設計項目を予測する予測モデルを生成する。   In the first plan, the design prediction apparatus includes a classification unit and a generation unit. The classification unit classifies the plurality of design data into clusters for each design data having the same dominant characteristics with respect to the design item to be predicted based on the design information extracted from the plurality of design data. For each cluster classified by the classification unit, the generation unit generates a prediction model for predicting a design item to be predicted from design information of design data included in the cluster.

本発明の一の実施態様によれば、予測対象を精度良く予測できるという効果を奏する。   According to one embodiment of the present invention, there is an effect that a prediction target can be accurately predicted.

図1は、設計予測装置の概略的な構成を示す図である。FIG. 1 is a diagram illustrating a schematic configuration of a design prediction apparatus. 図2は、設計情報テーブルのデータ構成の一例を示す図である。FIG. 2 is a diagram illustrating an example of a data configuration of the design information table. 図3は、設計情報を抽出する流れの一例を示した図である。FIG. 3 is a diagram illustrating an example of a flow for extracting design information. 図4は、各設計項目の設計情報の正規化の一例を示した図である。FIG. 4 is a diagram showing an example of normalization of design information of each design item. 図5は、実施例1に係る分類部による分類の流れを機能的に示した図である。FIG. 5 is a diagram functionally illustrating a classification flow by the classification unit according to the first embodiment. 図6は、非線形の予測モデルを模式的に示した図である。FIG. 6 is a diagram schematically showing a nonlinear prediction model. 図7は、線形の予測モデルを模式的に示した図である。FIG. 7 is a diagram schematically showing a linear prediction model. 図8は、分類の流れを説明する図である。FIG. 8 is a diagram for explaining the flow of classification. 図9は、実施例1に係る分類の計算の流れの一例を示した図である。FIG. 9 is a diagram illustrating an example of a classification calculation flow according to the first embodiment. 図10は、予測モデルの生成の流れの一例を示した図である。FIG. 10 is a diagram illustrating an example of a flow of generating a prediction model. 図11は、クラスタ割当モデルの生成の流れの一例を示した図である。FIG. 11 is a diagram illustrating an example of a flow of generating a cluster allocation model. 図12は、クラスタを特定する流れの一例を示した図である。FIG. 12 is a diagram illustrating an example of a flow for specifying a cluster. 図13は、信号層の層数を算出する流れの一例を示した図である。FIG. 13 is a diagram illustrating an example of a flow for calculating the number of signal layers. 図14は、寄与度を算出する流れの一例を示した図である。FIG. 14 is a diagram illustrating an example of a flow for calculating the contribution degree. 図15は、寄与度の出力の一例を示した図である。FIG. 15 is a diagram illustrating an example of the contribution output. 図16は、実施例1に係る生成処理の手順の一例を示すフローチャートである。FIG. 16 is a flowchart illustrating an example of the procedure of the generation process according to the first embodiment. 図17は、予測処理の手順の一例を示すフローチャートである。FIG. 17 is a flowchart illustrating an example of the procedure of the prediction process. 図18は、実施例2に係る分類部による分類の流れを機能的に示した図である。FIG. 18 is a diagram functionally illustrating a classification flow by the classification unit according to the second embodiment. 図19は、実施例2に係る分類の計算の流れの一例を示した図である。FIG. 19 is a diagram illustrating an example of a classification calculation flow according to the second embodiment. 図20は、実施例2に係る生成処理の手順の一例を示すフローチャートである。FIG. 20 is a flowchart illustrating an example of a generation processing procedure according to the second embodiment. 図21は、他の設計項目を予測する一例を説明する図である。FIG. 21 is a diagram illustrating an example of predicting other design items. 図22は、他の設計項目を予測する一例を説明する図である。FIG. 22 is a diagram illustrating an example of predicting other design items. 図23は、設計予測プログラムを実行するコンピュータを示す図である。FIG. 23 is a diagram illustrating a computer that executes a design prediction program.

以下に、本発明にかかる設計予測装置、設計予測プログラムおよび設計予測方法を図面に基づいて詳細に説明する。なお、本実施例により、開示技術が限定されるものではない。また、以下に示す実施例は、矛盾を起こさない範囲で適宜組み合わせてもよい。   Hereinafter, a design prediction apparatus, a design prediction program, and a design prediction method according to the present invention will be described in detail based on the drawings. The disclosed technology is not limited by the present embodiment. Moreover, you may combine suitably the Example shown below in the range which does not cause contradiction.

[設計予測装置の構成]
実施例1に係る設計予測装置10について説明する。図1は、設計予測装置の概略的な構成を示す図である。製品の設計では、設計を開始する前に、ある設計項目の予測が行われることがある。設計予測装置10は、設計を開始する前に、ある設計項目を予測する装置である。本実施例では、プリント基板の実装設計の前にプリント基板の信号層の層数の予測を行う場合を例に説明する。
[Configuration of design prediction device]
A design prediction apparatus 10 according to the first embodiment will be described. FIG. 1 is a diagram illustrating a schematic configuration of a design prediction apparatus. In designing a product, a design item may be predicted before starting the design. The design prediction device 10 is a device that predicts a certain design item before starting the design. In the present embodiment, a case where the number of signal layers of a printed circuit board is predicted before mounting design of the printed circuit board will be described as an example.

設計予測装置10は、例えば、パーソナルコンピュータやサーバコンピュータなどのコンピュータなどである。設計予測装置10は、1台のコンピュータとして実装してもよく、また、複数台のコンピュータによるクラウドとして実装することもできる。本実施例では、設計予測装置10を1台のコンピュータとした場合を例として説明する。なお、設計予測装置10は、ネットワークを介して端末装置と通信可能に接続され、端末装置から各種の操作情報を受け付け、操作情報に応じた処理結果を端末装置に送信するサーバコンピュータであってもよい。設計予測装置10は、例えば、プリント基板の実装設計を行う開発者が使用するコンピュータである。なお、設計予測装置10は、CAD(Computer Aided Design)装置などのハードウェアを設計する設計ソフトウェアが動作する設計装置であってもよい。図1に示すように、設計予測装置10は、入力部20と、表示部21と、記憶部22と、制御部23とを有する。なお、設計予測装置10は、上記の機器以外の他の機器を有してもよい。   The design prediction apparatus 10 is, for example, a computer such as a personal computer or a server computer. The design prediction apparatus 10 may be implemented as a single computer, or may be implemented as a cloud including a plurality of computers. In this embodiment, a case where the design prediction apparatus 10 is a single computer will be described as an example. The design prediction apparatus 10 may be a server computer that is communicably connected to a terminal device via a network, accepts various types of operation information from the terminal device, and transmits processing results corresponding to the operation information to the terminal device. Good. The design prediction apparatus 10 is, for example, a computer used by a developer who performs mounting design of a printed circuit board. The design prediction apparatus 10 may be a design apparatus that operates design software for designing hardware such as a CAD (Computer Aided Design) apparatus. As illustrated in FIG. 1, the design prediction apparatus 10 includes an input unit 20, a display unit 21, a storage unit 22, and a control unit 23. In addition, the design prediction apparatus 10 may have other apparatuses other than said apparatus.

入力部20は、各種の情報を入力する入力デバイスである。入力部20としては、マウスやキーボードなどの操作の入力を受け付ける入力デバイスが挙げられる。入力部20は、各種の情報の入力を受付ける。例えば、入力部20は、仮想的なハードウェアモデルに対する各種の操作の入力を受け付ける。入力部20は、受け付けた操作内容を示す操作情報を制御部23に入力する。   The input unit 20 is an input device that inputs various types of information. Examples of the input unit 20 include an input device that accepts an input of an operation such as a mouse or a keyboard. The input unit 20 receives input of various types of information. For example, the input unit 20 receives input of various operations on a virtual hardware model. The input unit 20 inputs operation information indicating the received operation content to the control unit 23.

表示部21は、各種情報を表示する表示デバイスである。表示部21としては、LCD(Liquid Crystal Display)やCRT(Cathode Ray Tube)などの表示デバイスが挙げられる。表示部21は、各種情報を表示する。例えば、表示部21は、操作画面など各種の画面を表示する。   The display unit 21 is a display device that displays various types of information. Examples of the display unit 21 include display devices such as an LCD (Liquid Crystal Display) and a CRT (Cathode Ray Tube). The display unit 21 displays various information. For example, the display unit 21 displays various screens such as an operation screen.

記憶部22は、ハードディスク、SSD(Solid State Drive)、光ディスクなどの記憶装置である。なお、記憶部22は、RAM(Random Access Memory)、フラッシュメモリ、NVSRAM(Non Volatile Static Random Access Memory)などのデータを書き換え可能な半導体メモリであってもよい。   The storage unit 22 is a storage device such as a hard disk, an SSD (Solid State Drive), or an optical disk. The storage unit 22 may be a semiconductor memory that can rewrite data such as a random access memory (RAM), a flash memory, and a non-volatile static random access memory (NVSRAM).

記憶部22は、制御部23で実行されるOS(Operating System)や各種プログラムを記憶する。例えば、記憶部22は、後述する生成処理および予測処理を実行するプログラムを記憶する。さらに、記憶部22は、制御部23で実行されるプログラムで用いられる各種データを記憶する。例えば、記憶部22は、設計資産データ30と、設計情報テーブル31と、予測モデルデータ32と、クラスタ割当モデルデータ33とを記憶する。   The storage unit 22 stores an OS (Operating System) executed by the control unit 23 and various programs. For example, the storage unit 22 stores a program that executes a generation process and a prediction process described later. Furthermore, the storage unit 22 stores various data used in programs executed by the control unit 23. For example, the storage unit 22 stores design asset data 30, a design information table 31, prediction model data 32, and cluster allocation model data 33.

設計資産データ30は、設計に利用可能な設計資産に関する各種の情報を記憶したデータである。例えば、設計資産データ30には、設計済みの設計データ30Aが複数含まれている。   The design asset data 30 is data that stores various types of information related to design assets that can be used for design. For example, the design asset data 30 includes a plurality of designed design data 30A.

設計データ30Aは、過去に実装設計されたプリント基板のデータである。設計データ30Aには、実装設計されたプリント基板や実装された部品、配線に関する各種の設計情報が記憶されている。例えば、設計データ30Aには、設計情報として、プリント基板の形状や信号層の層数、部品の位置情報、各信号層の配線の位置情報などが記憶されている。   The design data 30A is data of a printed circuit board that has been mounted and designed in the past. The design data 30A stores various design information related to a printed circuit board, a mounted component, and wiring that have been mounted and designed. For example, the design data 30A stores, as design information, the shape of the printed circuit board, the number of signal layers, position information of components, position information of wiring of each signal layer, and the like.

設計情報テーブル31は、設計資産データ30から抽出された各種の設計情報を記憶したデータである。例えば、設計情報テーブル31には、各設計データ30Aからそれぞれ抽出された各種の設計項目の設計情報が記憶される。   The design information table 31 is data in which various design information extracted from the design asset data 30 is stored. For example, the design information table 31 stores design information of various design items extracted from each design data 30A.

図2は、設計情報テーブルのデータ構成の一例を示す図である。図2に示すように、設計情報テーブル31は、データID、設計情報A、設計情報B・・・の各項目を有する。なお、設計情報テーブル31は、上記以外にも各種の情報を記憶してもよい。   FIG. 2 is a diagram illustrating an example of a data configuration of the design information table. As shown in FIG. 2, the design information table 31 has items of data ID, design information A, design information B. The design information table 31 may store various information other than the above.

データIDの項目は、設計データ30Aを識別する識別情報を記憶する領域である。設計データ30Aには、それぞれを識別情報として、ユニークなデータIDが付与される。データIDの項目には、設計情報が抽出された設計データ30AのデータIDが格納される。設計情報A、設計情報Bの項目は、データIDの設計データ30Aからそれぞれ抽出された設計項目の設計情報を記憶する領域である。   The item of data ID is an area for storing identification information for identifying the design data 30A. A unique data ID is assigned to each of the design data 30A as identification information. In the data ID item, the data ID of the design data 30A from which the design information is extracted is stored. The items of design information A and design information B are areas for storing design information of design items respectively extracted from the design data 30A of the data ID.

予測モデルデータ32は、予測対象の設計項目の適切な設計情報を予測する予測モデルに関する情報を記憶したデータである。本実施例では、予測対象の設計項目をプリント基板の信号層の層数とする。予測モデルデータ32には、プリント基板の信号層の層数を予測する予測モデルの情報が記憶される。予測モデルの詳細は、後述する。   The prediction model data 32 is data that stores information related to a prediction model that predicts appropriate design information of a design item to be predicted. In this embodiment, the design item to be predicted is the number of signal layers of the printed circuit board. The prediction model data 32 stores information on a prediction model for predicting the number of signal layers of the printed circuit board. Details of the prediction model will be described later.

クラスタ割当モデルデータ33は、予測対象の設計データが何れのクラスタに属するかを予測するクラスタ割当モデルに関する情報を記憶したデータである。クラスタ割当モデルの詳細は、後述する。   The cluster allocation model data 33 is data that stores information on a cluster allocation model that predicts which cluster the design data to be predicted belongs to. Details of the cluster allocation model will be described later.

図1に戻り、制御部23は、設計予測装置10を制御するデバイスである。制御部23としては、CPU(Central Processing Unit)、MPU(Micro Processing Unit)等の電子回路や、ASIC(Application Specific Integrated Circuit)、FPGA(Field Programmable Gate Array)等の集積回路を採用できる。制御部23は、各種の処理手順を規定したプログラムや制御データを格納するための内部メモリを有し、これらによって種々の処理を実行する。制御部23は、各種のプログラムが動作することにより各種の処理部として機能する。例えば、制御部23は、抽出部40と、分類部41と、生成部42と、受付部43と、特定部44と、算出部45と、出力部46とを有する。   Returning to FIG. 1, the control unit 23 is a device that controls the design prediction apparatus 10. As the control unit 23, an electronic circuit such as a CPU (Central Processing Unit) and an MPU (Micro Processing Unit), or an integrated circuit such as an ASIC (Application Specific Integrated Circuit) and an FPGA (Field Programmable Gate Array) can be employed. The control unit 23 has an internal memory for storing programs defining various processing procedures and control data, and executes various processes using these. The control unit 23 functions as various processing units by operating various programs. For example, the control unit 23 includes an extraction unit 40, a classification unit 41, a generation unit 42, a reception unit 43, a specification unit 44, a calculation unit 45, and an output unit 46.

抽出部40は、設計資産データ30から予測モデルに生成に用いる各種の情報を抽出する。例えば、抽出部40は、設計データ30Aから複数の設計項目の設計情報を抽出する。例えば、抽出部40は、設計データ30Aから予測対象の設計項目の設計情報と、予測対象の設計項目に影響を与える設計項目の設計情報を抽出する。抽出部40が抽出対象とする設計項目は、予め定められていてもよく、外部から提供されてもよい。抽出部40は、設計データ30Aから抽出した各設計項目の設計情報を設計情報テーブル31に格納する。   The extraction unit 40 extracts various information used for generation in the prediction model from the design asset data 30. For example, the extraction unit 40 extracts design information of a plurality of design items from the design data 30A. For example, the extraction unit 40 extracts design information of a design item to be predicted and design information of a design item that affects the design item to be predicted from the design data 30A. Design items to be extracted by the extraction unit 40 may be determined in advance or may be provided from the outside. The extraction unit 40 stores design information of each design item extracted from the design data 30 </ b> A in the design information table 31.

図3は、設計情報を抽出する流れの一例を示した図である。図3の例では、抽出対象とする設計項目が、特徴リストとして提供される。図3の例では、プリント基板の信号層の層数に影響を与える設計項目として、基板面積、全ネット数、部品数、・・・、BGA(Ball Grid Array)のピンピッチが特徴リストに記載されている。抽出部40は、特徴リストに記載された設計項目の設計情報を設計データ30Aからそれぞれ抽出する。そして、抽出部40は、設計データ30Aから抽出した各設計項目の設計情報を設計情報テーブル31に格納する。図3の例では、データIDが「1」〜「500」の設計データ30Aからそれぞれ抽出された基板面積、全ネット数、部品数、・・・、BGAのピンピッチが設計情報テーブル31に記憶されている。   FIG. 3 is a diagram illustrating an example of a flow for extracting design information. In the example of FIG. 3, design items to be extracted are provided as a feature list. In the example of FIG. 3, as the design items that affect the number of signal layers of the printed circuit board, the board area, the total number of nets, the number of parts,..., The BGA (Ball Grid Array) pin pitch are described in the feature list. ing. The extraction unit 40 extracts design information of design items described in the feature list from the design data 30A. Then, the extraction unit 40 stores design information of each design item extracted from the design data 30 </ b> A in the design information table 31. In the example of FIG. 3, the board area, the total number of nets, the number of parts,..., The BGA pin pitch extracted from the design data 30 </ b> A with the data IDs “1” to “500” are stored in the design information table 31. ing.

分類部41は、各種の分類を行う。例えば、分類部41は、設計情報テーブル31に記憶された各設計データ30Aの設計情報に基づいて、各設計データ30Aを、予測対象の設計項目に対して支配的な特徴が同じ設計データ30Aごとのクラスタに分類する。   The classification unit 41 performs various classifications. For example, based on the design information of each design data 30A stored in the design information table 31, the classification unit 41 assigns each design data 30A to each design data 30A having the same dominant feature with respect to the design item to be predicted. Class.

例えば、最初に、分類部41は、設計情報テーブル31に記憶された各設計項目の設計情報を、設計項目ごとに所定の範囲の特徴値に正規化する。図4は、各設計項目の設計情報の正規化の一例を示した図である。例えば、分類部41は、設計情報テーブル31に記憶された各設計項目の設計情報を、設計項目ごとに0〜1の範囲の特徴値に正規化し、各設計データ30Aごとに、設計項目の特徴値を成分とした特徴ベクトルを求める。   For example, first, the classification unit 41 normalizes the design information of each design item stored in the design information table 31 to a feature value within a predetermined range for each design item. FIG. 4 is a diagram showing an example of normalization of design information of each design item. For example, the classification unit 41 normalizes design information of each design item stored in the design information table 31 to a feature value in a range of 0 to 1 for each design item, and features of the design item for each design data 30A. A feature vector whose value is a component is obtained.

次に、分類部41は、各設計データ30Aの特徴ベクトルを用いて、予測対象の設計項目に対して支配的な特徴が同じ設計データ30Aごとのクラスタに分類する。   Next, the classification unit 41 uses the feature vector of each design data 30A to classify into clusters for each design data 30A having the same dominant feature with respect to the design item to be predicted.

図5は、実施例1に係る分類部による分類の流れを機能的に示した図である。分類部41は、非線形モデル生成部50と、傾き計算部51と、クラスタリング部52とを有する。   FIG. 5 is a diagram functionally illustrating a classification flow by the classification unit according to the first embodiment. The classification unit 41 includes a nonlinear model generation unit 50, an inclination calculation unit 51, and a clustering unit 52.

非線形モデル生成部50は、設計情報テーブル31に記憶された各設計データ30Aの設計情報から予測対象の設計項目を予測する非線形の予測モデルを生成する。例えば、非線形モデル生成部50は、各設計データ30Aの設計情報を正規化した特徴ベクトルから、プリント基板の信号層の層数を示す特徴値を予測する非線形の予測モデルを生成する。例えば、非線形モデル生成部50は、非線形モデルとして、Radial Basis Function(RBF)カーネルのSVRによる予測モデルを用いて、非線形の予測モデルを生成する。例えば、非線形モデル生成部50は、予測対象の設計項目に影響を与える設計項目の特徴量を入力とし、予測対象の設計項目の特徴量を出力する非線形の予測モデルを生成する。本実施例では、非線形モデル生成部50は、プリント基板の信号層の層数を示す特徴値を設計値として予測する非線形の予測モデルを生成する。   The nonlinear model generation unit 50 generates a nonlinear prediction model that predicts a design item to be predicted from the design information of each design data 30 </ b> A stored in the design information table 31. For example, the nonlinear model generation unit 50 generates a nonlinear prediction model that predicts a feature value indicating the number of signal layers of a printed circuit board from a feature vector obtained by normalizing design information of each design data 30A. For example, the non-linear model generation unit 50 generates a non-linear prediction model using an SVR prediction model of a radial basis function (RBF) kernel as the non-linear model. For example, the nonlinear model generation unit 50 receives a feature value of a design item that affects a design item to be predicted as an input, and generates a nonlinear prediction model that outputs the feature value of the design item to be predicted. In this embodiment, the nonlinear model generation unit 50 generates a nonlinear prediction model that predicts a feature value indicating the number of signal layers of a printed circuit board as a design value.

ここで、非線形の予測モデルと線形の予測モデルについて説明する。最初に、非線形の予測モデルについて説明する。図6は、非線形の予測モデルを模式的に示した図である。図6の例には、各設計データ30Aの設計情報を正規化した特徴ベクトルから、予測対象の設計項目を示す設計値を予測する非線形の予測モデルの曲線L1が示されている。なお、図6の例では、予測モデルの入力とする設計項目の特徴値を2次元(f、f)に簡略化してベクトル空間を簡略化して示しているが、実際は、各設計項目の特徴値がそれぞれ軸となってより多次元となる。図6の例では、特徴ベクトルの各成分を軸とした空間内に、各設計データ30Aの特徴ベクトルに応じた点Pが示されている。非線形の予測モデルは、各点Pをより少ない誤差で通過する非線形の曲線L1となる。このような非線形の予測モデルは、予測値の誤差が小さいものの、予測値が何故その値になったのかがわからない。このため、設計者は、予測モデルによる予測結果を信頼し難い。 Here, the nonlinear prediction model and the linear prediction model will be described. First, the nonlinear prediction model will be described. FIG. 6 is a diagram schematically showing a nonlinear prediction model. The example of FIG. 6 shows a nonlinear prediction model curve L1 that predicts a design value indicating a design item to be predicted from a feature vector obtained by normalizing design information of each design data 30A. In the example of FIG. 6, the feature values of the design items that are input to the prediction model are simplified to two dimensions (f 1 , f 2 ) to simplify the vector space. Each feature value becomes an axis and becomes more multidimensional. In the example of FIG. 6, a point P corresponding to the feature vector of each design data 30 </ b> A is shown in the space centered on each component of the feature vector. The nonlinear prediction model is a nonlinear curve L1 that passes through each point P with less error. Such a non-linear prediction model has a small error in the prediction value, but it is not known why the prediction value is the value. For this reason, it is difficult for the designer to trust the prediction result obtained by the prediction model.

次に、線形の予測モデルについて説明する。図7は、線形の予測モデルを模式的に示した図である。図7の例には、各設計データ30Aの設計情報を正規化した特徴ベクトルから、予測対象の設計項目を示す設計値を予測する線形の予測モデルの直線L2が示されている。なお、図7の例でも、予測モデルの入力とする設計項目の特徴値を2次元(f、f)に簡略化してベクトル空間を簡略化して示しているが、実際は、各設計項目の特徴値がそれぞれ軸となってより多次元となる。図7の例では、特徴ベクトルの各成分を軸とした空間内に、各設計データ30Aの特徴ベクトルに応じた点Pが示されている。線形の予測モデルは、各点Pをより少ない誤差で通過する直線L2となる。線形の予測モデルは、線形であるため、予測値が何故その値になったのかが分かり易い。しかしながら、線形の予測モデルでは、予測値に大きい誤差が発生する部分がある場合がある。 Next, a linear prediction model will be described. FIG. 7 is a diagram schematically showing a linear prediction model. In the example of FIG. 7, a straight line L2 of a linear prediction model for predicting a design value indicating a design item to be predicted from a feature vector obtained by normalizing design information of each design data 30A is shown. In the example of FIG. 7 as well, the feature values of the design items that are input to the prediction model are simplified to two dimensions (f 1 , f 2 ) to simplify the vector space. Each feature value becomes an axis and becomes more multidimensional. In the example of FIG. 7, a point P corresponding to the feature vector of each design data 30 </ b> A is shown in the space centered on each component of the feature vector. The linear prediction model is a straight line L2 that passes through each point P with less error. Since the linear prediction model is linear, it is easy to understand why the predicted value is the value. However, in the linear prediction model, there may be a portion where a large error occurs in the predicted value.

例えば、非線形モデル生成部50は、設計情報テーブル31に記憶された各設計データ30Aの設計情報を正規化した特徴ベクトルから、各設計データ30Aにフィットする非線形の予測モデルを生成する。図8は、分類の流れを説明する図である。図8には、図6と同様に、予測対象の設計項目の設計値を予測する非線形の予測モデルの曲線L1と、各設計データ30Aの特徴ベクトルに応じた点Pとが示されている。   For example, the nonlinear model generation unit 50 generates a nonlinear prediction model that fits each design data 30A from the feature vector obtained by normalizing the design information of each design data 30A stored in the design information table 31. FIG. 8 is a diagram for explaining the flow of classification. FIG. 8 shows a non-linear prediction model curve L1 for predicting the design value of the design item to be predicted and a point P corresponding to the feature vector of each design data 30A, as in FIG.

傾き計算部51は、非線形モデル生成部50により生成された非線形の予測モデルにおける各設計データ30Aの設計情報の傾きを算出する。例えば、傾き計算部51は、それぞれの点Pに対応した位置での曲線L1の軸に対する傾き(勾配)を計算する。例えば、傾き計算部51は、点Pごとに、曲線L1に対して最も近い点を求め、最も近い点での軸に対する曲線L1の傾きを計算する。   The inclination calculation unit 51 calculates the inclination of the design information of each design data 30 </ b> A in the nonlinear prediction model generated by the nonlinear model generation unit 50. For example, the inclination calculation unit 51 calculates the inclination (gradient) with respect to the axis of the curve L1 at the position corresponding to each point P. For example, the inclination calculation unit 51 obtains the closest point to the curve L1 for each point P, and calculates the inclination of the curve L1 with respect to the axis at the closest point.

クラスタリング部52は、傾き計算部51により算出された傾きに基づいて、各設計データ30Aを支配的な特徴が同じ設計データ30Aごとのクラスタに分類する。例えば、クラスタリング部52は、各設計データ30Aの特徴ベクトルからそれぞれ傾きが最も大きい設計項目を特定する。そして、クラスタリング部52は、傾きが最も大きい設計項目が同じ設計データ30Aが同じクラスタになるように、各設計データ30Aをクラスタに分類する。図8の例では、各設計データ30Aに対応した各点Pが、fの傾きが最も大きいクラスタと、設計項目fの傾きが最も大きいクラスタに分類されている。 Based on the inclination calculated by the inclination calculation unit 51, the clustering unit 52 classifies each design data 30A into clusters for each design data 30A having the same dominant feature. For example, the clustering unit 52 specifies a design item having the largest inclination from the feature vector of each design data 30A. Then, the clustering unit 52 classifies the design data 30A into clusters so that the design data 30A having the same design item having the largest inclination becomes the same cluster. In the example of FIG. 8, the points P corresponding to the design data 30A is a largest cluster inclination of f 1, the slope of design items f 2 are classified in the largest cluster.

分類部41の各処理部による分類の具体的な計算の流れの一例を説明する。図9は、実施例1に係る分類の計算の流れの一例を示した図である。例えば、非線形モデル生成部50は、各設計データ30Aの設計情報を正規化した特徴ベクトルをRBFカーネルのSVRでモデリングし、予測モデルを用いて、プリント基板の信号層の層数(信号層数)を予測する予測モデルの関数を生成する。傾き計算部51は、各特徴ベクトルの点Pに対応した位置での予測モデルの関数の軸に対する傾き(勾配)を計算する。クラスタリング部52は、各特徴ベクトルの勾配に基づいて、各設計データ30Aを支配的な特徴が同じ設計データ30Aごとのクラスタに分類する。例えば、クラスタリング部52は、各特徴ベクトルからそれぞれ傾きが最も大きい設計項目を特定する。例えば、図9の例では、特徴ベクトルxについては、傾きが「10.8」となっている最初の設計項目の成分が、支配的な特徴と特定される。また、特徴ベクトルxについては、傾きが「14」となっている3番目の設計項目の成分が、支配的な特徴と特定される。クラスタリング部52は、傾きが最も大きい設計項目が同じ設計データ30Aが同じクラスタになるように、各設計データ30Aをクラスタに分類する。例えば、図9の例では、特徴ベクトルx、特徴ベクトルx、・・・、特徴ベクトルx500が、クラスタaに分類されている。また、特徴ベクトルx、特徴ベクトルx、・・・が、クラスタbに分類されている。なお、クラスタリング部52は、傾きが最も大きい設計項目を、支配的な特徴としたが、これに限定されない。例えば、クラスタリング部52は、傾きが大きい順に上位所定個(例えば、上位3位)の設計項目を支配的な特徴として、上位所定個の設計項目が同じ設計データ30Aをクラスタに分類してもよい。 An example of a specific calculation flow of classification by each processing unit of the classification unit 41 will be described. FIG. 9 is a diagram illustrating an example of a classification calculation flow according to the first embodiment. For example, the nonlinear model generation unit 50 models the feature vector obtained by normalizing the design information of each design data 30A with the SVR of the RBF kernel, and uses the prediction model to determine the number of signal layers of the printed circuit board (number of signal layers). Generate a function of the prediction model that predicts. The inclination calculation unit 51 calculates an inclination (gradient) with respect to the axis of the function of the prediction model at a position corresponding to the point P of each feature vector. The clustering unit 52 classifies each design data 30A into clusters for each design data 30A having the same dominant feature based on the gradient of each feature vector. For example, the clustering unit 52 specifies a design item having the largest inclination from each feature vector. For example, in the example of FIG. 9, for the feature vector x 1, components of the first design item inclination is "10.8" is identified as dominant features. Also, the feature vector x 2, components of the third design fields inclination is "14" is identified as dominant features. The clustering unit 52 classifies the design data 30A into clusters so that the design data 30A with the same design item having the largest inclination becomes the same cluster. For example, in the example of FIG. 9, the feature vector x 1 , the feature vector x 4 ,..., And the feature vector x 500 are classified into the cluster a. Further, the feature vector x 2 , the feature vector x 3 ,... Are classified into the cluster b. In addition, although the clustering part 52 made the design item with the largest inclination the dominant feature, it is not limited to this. For example, the clustering unit 52 may classify the design data 30A having the same upper predetermined number of design items into clusters, with the upper predetermined number (for example, the upper third) design items as the dominant features in descending order of inclination. .

図1に戻り、生成部42は、各種の予測モデルを生成する。例えば、生成部42は、分類部41により分類されたクラスタごとに、当該クラスタに含まれる設計データ30Aの設計情報から予測対象の設計項目を予測する予測モデルを生成する。例えば、生成部42は、クラスタごとに、当該クラスタに含まれる設計データ30Aの特徴ベクトルから、プリント基板の信号層の層数を示す特徴値を設計値として予測する線形の予測モデルを生成する。生成部42は、クラスタごとに、生成した予測モデルの情報を予測モデルデータ32に記憶する。   Returning to FIG. 1, the generation unit 42 generates various prediction models. For example, the generation unit 42 generates, for each cluster classified by the classification unit 41, a prediction model that predicts a design item to be predicted from the design information of the design data 30A included in the cluster. For example, for each cluster, the generation unit 42 generates a linear prediction model that predicts a feature value indicating the number of signal layers of the printed circuit board as a design value from the feature vector of the design data 30A included in the cluster. The generation unit 42 stores the generated prediction model information in the prediction model data 32 for each cluster.

図10は、予測モデルの生成の流れの一例を示した図である。生成部42は、クラスタごとに、当該クラスタに含まれる設計データ30Aの設計情報の特徴ベクトルからプリント基板の信号層の層数を示す特徴値を設計値として予測する線形の予測モデルを生成する。図10の例では、クラスタa、bについて、それぞれ線形の予測モデルが生成され、クラスタごとに、予測モデルの情報が予測モデルデータ32に記憶されている。   FIG. 10 is a diagram illustrating an example of a flow of generating a prediction model. For each cluster, the generation unit 42 generates a linear prediction model that predicts a feature value indicating the number of signal layers of the printed circuit board as a design value from the feature vector of the design information of the design data 30A included in the cluster. In the example of FIG. 10, linear prediction models are generated for the clusters a and b, respectively, and prediction model information is stored in the prediction model data 32 for each cluster.

また、生成部42は、分類部41により分類結果に基づき、設計データ30Aをクラスタに割り当てるクラスタ割当モデルを生成する。例えば、生成部42は、各設計データ30Aのクラスタの分類結果を教師データとして、SVCや、Random Forestなどのクラス分類手法を用いて、設計データ30Aをクラスタに割り当てるクラスタ割当モデルを生成する。生成部42は、生成したクラスタ割当モデルの情報をクラスタ割当モデルデータ33に記憶する。   Further, the generation unit 42 generates a cluster allocation model that assigns the design data 30A to the cluster based on the classification result by the classification unit 41. For example, the generation unit 42 generates a cluster assignment model that assigns the design data 30A to the clusters using a classification method such as SVC or Random Forest using the cluster classification result of each design data 30A as teacher data. The generation unit 42 stores the generated cluster allocation model information in the cluster allocation model data 33.

図11は、クラスタ割当モデルの生成の流れの一例を示した図である。図11では、500個各設計データ30Aに対し、クラスタa、b、・・・の何れかのクラスタが示されている。各設計データ30Aの設計項目のデータと、各設計データ30Aのクラスタの分類結果が示されている。生成部42は、各設計データ30Aの各設計項目のデータとクラスタの分類結果を教師データとして、クラス分類手法により、各設計項目のデータからクラスタを推定するクラスタ割当モデルを生成する。生成部42は、生成したクラスタ割当モデルの情報をクラスタ割当モデルデータ33に記憶する。   FIG. 11 is a diagram illustrating an example of a flow of generating a cluster allocation model. In FIG. 11, any one of clusters a, b,... Is shown for 500 pieces of design data 30A. The design item data of each design data 30A and the cluster classification result of each design data 30A are shown. The generation unit 42 generates a cluster assignment model for estimating a cluster from data of each design item by a class classification method using the data of each design item of each design data 30A and the cluster classification result as teacher data. The generation unit 42 stores the generated cluster allocation model information in the cluster allocation model data 33.

受付部43は、各種の受け付けを行う。例えば、受付部43は、予測対象の設計データの設計情報を受け付ける。例えば、受付部43は、プリント基板の実装設計を開始する場合、プリント基板の信号層の層数を予測するための操作画面を表示部21に表示する。そして、受付部43は、操作画面から信号層の層数を予測する対象のプリント基板の各設計項目の設計情報の入力を受け付ける。なお、受付部43は、ネットワークを介して通信可能に接続された端末装置に操作画面を表示させ、端末装置から信号層の層数を予測する対象のプリント基板の各設計項目の設計情報の入力を受け付けてもよい。   The reception unit 43 performs various types of reception. For example, the reception unit 43 receives design information of design data to be predicted. For example, when the mounting design of the printed circuit board is started, the reception unit 43 displays an operation screen for predicting the number of signal layers of the printed circuit board on the display unit 21. And the reception part 43 receives the input of the design information of each design item of the target printed circuit board which estimates the number of signal layers from the operation screen. The reception unit 43 displays an operation screen on a terminal device that is communicably connected via a network, and inputs design information of each design item of the target printed circuit board for predicting the number of signal layers from the terminal device. May be accepted.

特定部44は、各種の特定を行う。例えば、特定部44は、受付部43により受け付けた設計情報に基づき、予測対象の設計データが何れのクラスタに分類されるかを特定する。例えば、特定部44は、クラスタ割当モデルデータ33に記憶されたクラスタ割当モデルを用いて、信号層の層数を予測する対象のプリント基板の各設計項目の設計情報から、当該プリント基板が何れのクラスタに分類されるかを特定する。   The identification unit 44 performs various types of identification. For example, the specifying unit 44 specifies to which cluster the design data to be predicted is classified based on the design information received by the receiving unit 43. For example, the specifying unit 44 uses the cluster allocation model stored in the cluster allocation model data 33 to determine which printed circuit board is from the design information of each design item of the target printed circuit board for which the number of signal layers is predicted. Identify whether it is classified as a cluster.

図12は、クラスタを特定する流れの一例を示した図である。図12には、データID「501」として、信号層の層数を予測する対象のプリント基板の各設計項目のデータの一例が示されている。特定部44は、各設計項目の設計情報を、設計項目ごとに所定の範囲の特徴値に正規化する。図12には、信号層の層数を予測する対象のプリント基板の各設計項目の設計情報の正規化した特徴ベクトルx501が示されている。特定部44は、クラスタ割当モデルデータ33に記憶されたクラスタ割当モデルを用いて、特徴ベクトルx501が、何れのクラスタに属するか特定する。図12の例では、特徴ベクトルx501が、クラスタbに属すると特定されている。 FIG. 12 is a diagram illustrating an example of a flow for specifying a cluster. FIG. 12 shows an example of data of each design item of the printed circuit board for which the number of signal layers is predicted as the data ID “501”. The specifying unit 44 normalizes the design information of each design item to a feature value within a predetermined range for each design item. FIG. 12 shows a normalized feature vector x 501 of design information of each design item of a printed circuit board for which the number of signal layers is predicted. The specifying unit 44 uses the cluster assignment model stored in the cluster assignment model data 33 to specify to which cluster the feature vector x 501 belongs. In the example of FIG. 12, the feature vector x 501 is specified as belonging to the cluster b.

算出部45は、各種の算出を行う。例えば、算出部45は、特定部44により特定されたクラスタに対応する予測モデルを用いて、受付部により受け付けた設計情報から予測対象の設計項目の予測値を算出する。例えば、算出部45は、予測モデルデータ32に記憶された予測モデルのうち、特定されたクラスタに対応する予測モデルを用いて、信号層の層数を予測する対象のプリント基板の設計データの各設計項目のデータから、信号層の層数を算出する。   The calculation unit 45 performs various calculations. For example, the calculation unit 45 calculates the predicted value of the design item to be predicted from the design information received by the receiving unit, using the prediction model corresponding to the cluster specified by the specifying unit 44. For example, the calculation unit 45 uses the prediction model corresponding to the identified cluster among the prediction models stored in the prediction model data 32, and outputs each design data of the target printed circuit board for predicting the number of signal layers. The number of signal layers is calculated from design item data.

図13は、信号層の層数を算出する流れの一例を示した図である。図13の例では、特徴ベクトルx501が、クラスタbに属する。算出部45は、クラスタbの予測モデルを用いて、特徴ベクトルx501から信号層の層数を算出する。図13の例では、信号層の層数が4層と算出されている。 FIG. 13 is a diagram illustrating an example of a flow for calculating the number of signal layers. In the example of FIG. 13, the feature vector x 501 belongs to the cluster b. The calculation unit 45 calculates the number of signal layers from the feature vector x 501 using the prediction model of the cluster b. In the example of FIG. 13, the number of signal layers is calculated as four.

また、算出部45は、受付部43により受け付けた設計情報が予測値に影響した度合を示す寄与度を算出する。例えば、算出部45は、設計項目ごとに、特徴値と予測モデルの重み値を乗算して、設計項目ごとの寄与度を算出する。   The calculation unit 45 also calculates a contribution indicating the degree to which the design information received by the reception unit 43 has an effect on the predicted value. For example, the calculation unit 45 calculates the contribution for each design item by multiplying the feature value by the weight value of the prediction model for each design item.

図14は、寄与度を算出する流れの一例を示した図である。図14の例では、特徴ベクトルx501の設計項目ごとに、特徴値を、当該設計項目の重みと乗算して、設計項目ごとの寄与度を算出する。この寄与度が大きい設計項目は、予測対象の設計項目に対して影響の多い設計項目である。 FIG. 14 is a diagram illustrating an example of a flow for calculating the contribution degree. In the example of FIG. 14, for each design item of the feature vector x 501 , the feature value is multiplied by the weight of the design item to calculate the contribution for each design item. The design item having a large contribution is a design item having a large influence on the design item to be predicted.

出力部46は、各種の出力を行う。例えば、出力部46は、算出部45により算出された予測対象の設計項目の予測値を出力する。例えば、出力部46は、算出部45により算出された信号層の層数を表示部21に出力する。また、出力部46は、算出部45により算出された設計項目ごとの寄与度を出力する。例えば、出力部46は、算出部45により算出された設計項目ごとの寄与度を表示部21に出力する。なお、受付部43は、ネットワークを介して通信可能に接続された端末装置の画面に算出された信号層の層数や設計項目ごとの寄与度を出力してもよい。   The output unit 46 performs various outputs. For example, the output unit 46 outputs the predicted value of the design item to be predicted calculated by the calculation unit 45. For example, the output unit 46 outputs the number of signal layers calculated by the calculation unit 45 to the display unit 21. The output unit 46 outputs the contribution for each design item calculated by the calculation unit 45. For example, the output unit 46 outputs the contribution for each design item calculated by the calculation unit 45 to the display unit 21. Note that the reception unit 43 may output the number of signal layers calculated on the screen of a terminal device that is communicably connected via a network and the degree of contribution for each design item.

設計者は、出力結果から、予測対象の設計項目の予測値を把握できる。また、設計者は、寄与度から、予測値に影響の大きい設計項目を把握でき、予測値が何故その値になったのかがわかるため、予測値の算出根拠が適切であるかを判断できる。このため、設計者は、予測モデルによる予測結果を信頼できる。   The designer can grasp the predicted value of the design item to be predicted from the output result. Further, the designer can grasp the design item having a large influence on the predicted value from the contribution degree, and can understand why the predicted value has become the value, and therefore can determine whether the basis for calculating the predicted value is appropriate. For this reason, the designer can trust the prediction result by the prediction model.

図15は、寄与度の出力の一例を示した図である。図15の例では、設計項目ごとの寄与度を棒グラフとして出力している。図15の例では、特徴値fの設計項目の寄与度が大きいことが把握できる。 FIG. 15 is a diagram illustrating an example of the contribution output. In the example of FIG. 15, the contribution for each design item is output as a bar graph. In the example of FIG. 15, it can be understood that a large contribution of design items feature value f 3.

次に、本実施例に係る設計予測装置10が実行する各種の処理の流れを説明する。最初に、設計予測装置10が予測モデルを生成する生成処理の流れを説明する。図16は、実施例1に係る生成処理の手順の一例を示すフローチャートである。この生成処理は、所定のタイミング、例えば、管理者から予測モデルの生成開始を指示する所定操作が行われたタイミングや、予測対象の設計項目の予測を行う際に、後述する予測処理の処理前のタイミングで実行される。   Next, the flow of various processes executed by the design prediction apparatus 10 according to the present embodiment will be described. First, the flow of generation processing in which the design prediction apparatus 10 generates a prediction model will be described. FIG. 16 is a flowchart illustrating an example of the procedure of the generation process according to the first embodiment. This generation process is performed at a predetermined timing, for example, when a predetermined operation for instructing the generation start of a prediction model is performed from an administrator, or when a design item to be predicted is predicted, before a prediction process described later. It is executed at the timing.

図16に示すように、抽出部40は、各設計データ30Aから、予測対象の設計項目の設計情報と、予測対象の設計項目に影響を与える設計項目の設計情報を抽出し、抽出した各設計項目の設計情報を設計情報テーブル31に格納する(S10)。   As illustrated in FIG. 16, the extraction unit 40 extracts, from each design data 30 </ b> A, design information on a design item to be predicted and design information on a design item that affects the design item to be predicted. The item design information is stored in the design information table 31 (S10).

非線形モデル生成部50は、設計情報テーブル31に記憶された各設計データ30Aの設計情報から予測対象の設計項目を予測する非線形の予測モデルを生成する(S11)。傾き計算部51は、生成された非線形の予測モデルにおける各設計データ30Aの設計情報の傾きを算出する(S12)。クラスタリング部52は、算出された傾きに基づいて、各設計データ30Aを支配的な特徴が同じ設計データ30Aごとのクラスタに分類する(S13)。   The nonlinear model generation unit 50 generates a nonlinear prediction model that predicts a design item to be predicted from the design information of each design data 30A stored in the design information table 31 (S11). The inclination calculation unit 51 calculates the inclination of the design information of each design data 30A in the generated nonlinear prediction model (S12). Based on the calculated slope, the clustering unit 52 classifies each design data 30A into clusters for each design data 30A having the same dominant feature (S13).

生成部42は、クラスタごとに、当該クラスタに含まれる設計データ30Aの設計情報から予測対象の設計項目を予測する予測モデルを生成し、生成した予測モデルの情報を予測モデルデータ32に記憶する(S14)。また、生成部42は、分類結果に基づき、設計データ30Aをクラスタに割り当てるクラスタ割当モデルを生成し、生成したクラスタ割当モデルの情報をクラスタ割当モデルデータ33に記憶して(S15)、処理を終了する。   For each cluster, the generation unit 42 generates a prediction model for predicting a design item to be predicted from the design information of the design data 30A included in the cluster, and stores the generated prediction model information in the prediction model data 32 ( S14). Further, the generation unit 42 generates a cluster allocation model that allocates the design data 30A to the cluster based on the classification result, stores the generated cluster allocation model information in the cluster allocation model data 33 (S15), and ends the processing. To do.

次に、設計予測装置10が予測対象の設計項目を予測する予測処理の流れを説明する。図17は、予測処理の手順の一例を示すフローチャートである。この予測処理は、所定のタイミング、例えば、操作画面に、信号層の層数を予測する対象のプリント基板の各設計項目の設計情報が入力されて処理開始を指示する所定操作が行われたタイミングで実行される。   Next, a flow of prediction processing in which the design prediction apparatus 10 predicts a design item to be predicted will be described. FIG. 17 is a flowchart illustrating an example of the procedure of the prediction process. This prediction process is performed at a predetermined timing, for example, when a predetermined operation for instructing the start of processing is performed after design information of each design item of the target printed circuit board for which the number of signal layers is predicted is input on the operation screen. Is executed.

図17に示すように、特定部44は、クラスタ割当モデルデータ33に記憶されたクラスタ割当モデルを用いて、操作画面に入力されたプリント基板の各設計項目の設計情報から、当該プリント基板が何れのクラスタに分類されるかを特定する(S50)。   As illustrated in FIG. 17, the specifying unit 44 uses the cluster allocation model stored in the cluster allocation model data 33 to determine which of the printed circuit boards from the design information of each design item of the printed circuit board input to the operation screen. To be classified as a cluster (S50).

算出部45は、予測モデルデータ32に記憶された予測モデルのうち、特定されたクラスタに対応する予測モデルを用いて、信号層の層数を予測する対象のプリント基板の設計データの各設計項目のデータから、信号層の層数を算出する(S51)。また、算出部45は、受付部43により受け付けた設計情報が予測値に影響した度合を示す寄与度を算出する(S52)。   The calculation unit 45 uses the prediction model corresponding to the identified cluster among the prediction models stored in the prediction model data 32, and each design item of the design data of the target printed circuit board for predicting the number of signal layers. The number of signal layers is calculated from the data (S51). Further, the calculation unit 45 calculates a contribution indicating the degree to which the design information received by the reception unit 43 has an effect on the predicted value (S52).

出力部46は、算出された信号層の層数と設計項目ごとの寄与度を表示部21に出力し(S53)、処理を終了する。   The output unit 46 outputs the calculated number of signal layers and the contribution for each design item to the display unit 21 (S53), and ends the process.

このように、設計予測装置10は、複数の設計データ30Aから抽出された設計情報に基づいて、複数の設計データ30Aを、予測対象の設計項目に対して支配的な特徴が同じ設計データ30Aごとのクラスタに分類する。設計予測装置10は、分類されたクラスタごとに、当該クラスタに含まれる設計データ30Aの設計情報から予測対象の設計項目を予測する予測モデルを生成する。これにより、設計予測装置10は、予測対象を精度良く予測できる。   As described above, the design prediction apparatus 10 determines, based on the design information extracted from the plurality of design data 30A, the plurality of design data 30A for each design data 30A having the same dominant characteristics with respect to the design item to be predicted. Class. For each classified cluster, the design prediction device 10 generates a prediction model that predicts a design item to be predicted from design information of design data 30A included in the cluster. Thereby, the design prediction apparatus 10 can predict the prediction target with high accuracy.

また、設計予測装置10は、複数の設計データ30Aから抽出された設計情報から予測対象の設計項目を予測する非線形の予測モデルを生成する。設計予測装置10は、生成された非線形の予測モデルにおける各設計データ30Aの設計情報の傾きを算出する。設計予測装置10は、算出された傾きに基づいて、複数の設計データ30Aを支配的な特徴が同じ設計データ30Aごとのクラスタに分類する。これにより、設計予測装置10は、複数の設計データ30Aを、支配的な特徴が同じ設計データ30Aごとのクラスタに精度よく分類できる。   In addition, the design prediction apparatus 10 generates a nonlinear prediction model that predicts a design item to be predicted from design information extracted from a plurality of design data 30A. The design prediction apparatus 10 calculates the inclination of the design information of each design data 30A in the generated nonlinear prediction model. Based on the calculated inclination, the design prediction apparatus 10 classifies the plurality of design data 30A into clusters for each design data 30A having the same dominant feature. Thereby, the design prediction apparatus 10 can classify the plurality of design data 30A with high accuracy into clusters for each design data 30A having the same dominant feature.

また、設計予測装置10は、予測対象の設計データの設計情報を受け付ける。設計予測装置10は、受け付けた設計情報に基づき、予測対象の設計データが何れのクラスタに分類されるかを特定する。設計予測装置10は、特定されたクラスタに対応する予測モデルを用いて、受け付けた設計情報から予測対象の設計項目の予測値を算出する。設計予測装置10は、算出された予測対象の設計項目の予測値を出力する。これにより、設計予測装置10は、予測対象の設計データについて、予測対象の設計項目の予測値を精度良く提示でき、効率的な設計を支援できる。   Further, the design prediction apparatus 10 receives design information of design data to be predicted. The design prediction apparatus 10 identifies which cluster the design data to be predicted is classified based on the received design information. The design prediction apparatus 10 calculates a predicted value of a design item to be predicted from the received design information using a prediction model corresponding to the identified cluster. The design prediction apparatus 10 outputs the calculated predicted value of the design item to be predicted. Thereby, the design prediction apparatus 10 can present the predicted value of the design item to be predicted with high accuracy for the design data to be predicted, and can support efficient design.

また、設計予測装置10は、受け付けた設計情報が前記予測値に影響した度合を示す寄与度をさらに算出する。設計予測装置10は、算出された寄与度をさらに出力する。設計者が、出力された寄与度から予測値が適切であるか、信頼できるかを評価できる。すなわち、設計予測装置10は、予測値の予測の根拠を出力できる。   Further, the design prediction apparatus 10 further calculates a contribution indicating the degree to which the received design information has affected the predicted value. The design prediction apparatus 10 further outputs the calculated contribution. The designer can evaluate whether the predicted value is appropriate or reliable from the output contribution. That is, the design prediction apparatus 10 can output the basis for predicting the predicted value.

次に、実施例2について説明する。実施例2に係る設計予測装置10の構成は、図1に示した実施例1と同様であるため、説明を省略する。   Next, Example 2 will be described. The configuration of the design prediction apparatus 10 according to the second embodiment is the same as that of the first embodiment shown in FIG.

分類部41は、各設計データ30Aの特徴ベクトルを用いて、予測対象の設計項目に対して支配的な特徴が同じ設計データ30Aごとのクラスタに分類する。   The classification unit 41 uses the feature vector of each design data 30A to classify into clusters for each design data 30A having the same dominant feature with respect to the design item to be predicted.

図18は、実施例2に係る分類部による分類の流れを機能的に示した図である。分類部41は、クラスタリング部60と、モデル生成部61と、結合部62とを有する。   FIG. 18 is a diagram functionally illustrating a classification flow by the classification unit according to the second embodiment. The classification unit 41 includes a clustering unit 60, a model generation unit 61, and a combining unit 62.

クラスタリング部60は、複数の設計データ30Aを設計情報が類似する設計データ30Aごとのクラスタに分類する。例えば、クラスタリング部60は、k-means法、mean-shift法などの分類手法を用いて、各設計データ30Aを、特徴ベクトルの特徴量が類似な設計データ30A同士がクラスタに分類する。モデル生成部61は、分類されたクラスタごとに、当該クラスタに含まれる設計データ30Aの設計情報から予測対象の設計項目を予測する線形の予測モデルを生成する。本実施例では、モデル生成部61は、プリント基板の信号層の層数を示す特徴値を設計値として予測する線形の予測モデルを生成する。結合部62は、生成された線形の予測モデルでの設計情報に対する重み値に基づいて、類似するクラスタを結合する。例えば、結合部62は、類似するクラスタとして、重み値が最大となる設計項目が同じ予測モデルのクラスタ同士を結合する。なお、結合部62は、重み値が大きい順に上位所定個(例えば、上位3位)の設計項目を支配的な特徴とし、上位所定個の設計項目が同じ予測モデルのクラスタを類似するクラスタとして結合してもよい。   The clustering unit 60 classifies the plurality of design data 30A into clusters for each design data 30A having similar design information. For example, the clustering unit 60 uses a classification method such as a k-means method or a mean-shift method to classify each design data 30A into clusters of design data 30A having similar feature vectors. For each classified cluster, the model generation unit 61 generates a linear prediction model that predicts a design item to be predicted from the design information of the design data 30A included in the cluster. In the present embodiment, the model generation unit 61 generates a linear prediction model that predicts a feature value indicating the number of signal layers of a printed circuit board as a design value. The combining unit 62 combines similar clusters based on the weight value for the design information in the generated linear prediction model. For example, the combining unit 62 combines the clusters of prediction models having the same design item with the maximum weight value as similar clusters. Note that the combining unit 62 has the upper predetermined number (for example, the third highest) design item as the dominant feature in descending order of the weight value, and combines the clusters of the prediction models with the same upper predetermined number of design items as similar clusters. May be.

分類部41の各処理部による分類の具体的な計算の流れの一例を説明する。図19は、実施例2に係る分類の計算の流れの一例を示した図である。例えば、クラスタリング部60は、k-means法、mean-shift法などの分類手法を用いて、各設計データ30Aを、特徴ベクトルの特徴量が類似な設計データ30A同士をクラスタに分類する。例えば、図19の例では、特徴ベクトルx、特徴ベクトルx、・・・が、クラスタ1に分類されている。また、特徴ベクトルx、特徴ベクトルx、・・・が、クラスタ2に分類されている。 An example of a specific calculation flow of classification by each processing unit of the classification unit 41 will be described. FIG. 19 is a diagram illustrating an example of a classification calculation flow according to the second embodiment. For example, the clustering unit 60 classifies the design data 30A and the design data 30A having similar feature vector feature quantities into clusters using classification methods such as the k-means method and the mean-shift method. For example, in the example of FIG. 19, the feature vector x 1 , the feature vector x 4 ,... Further, the feature vector x 2 , the feature vector x 3 ,... Are classified into the cluster 2.

モデル生成部61は、分類されたクラスタごとに、当該クラスタに含まれる設計データ30Aの設計情報から予測対象の設計項目を予測する線形の予測モデルを生成する。モデル生成部61は、クラスタごとに、当該クラスタに含まれる設計データ30Aの特徴ベクトルから、プリント基板の信号層の層数(信号層数)を予測する線形の予測モデルの関数を生成する。例えば、図19の例では、クラスタ1、2についてそれぞれ、線形の予測モデルの関数が生成されている。   For each classified cluster, the model generation unit 61 generates a linear prediction model that predicts a design item to be predicted from the design information of the design data 30A included in the cluster. For each cluster, the model generation unit 61 generates a function of a linear prediction model that predicts the number of signal layers of the printed circuit board (the number of signal layers) from the feature vector of the design data 30A included in the cluster. For example, in the example of FIG. 19, a linear prediction model function is generated for each of the clusters 1 and 2.

結合部62は、生成された線形の予測モデルでの設計情報に対する重み値に基づいて、類似するクラスタを結合する。例えば、結合部62は、類似するクラスタとして、重み値が最大となる設計項目が同じ予測モデルのクラスタ同士を結合する。このように類似するクラスタを結合することで、分類されたクラスタのうち、支配的な特徴が同じクラスタが結合される。例えば、図19の例では、特徴ベクトルx、特徴ベクトルx、・・・、特徴ベクトルx500が、クラスタaに分類されている。また、特徴ベクトルx、特徴ベクトルx、・・・が、クラスタbに分類されている。 The combining unit 62 combines similar clusters based on the weight value for the design information in the generated linear prediction model. For example, the combining unit 62 combines the clusters of prediction models having the same design item with the maximum weight value as similar clusters. By combining similar clusters in this manner, clusters having the same dominant feature are combined among the classified clusters. For example, in the example of FIG. 19, the feature vector x 1 , the feature vector x 4 ,..., The feature vector x 500 are classified into the cluster a. Further, the feature vector x 2 , the feature vector x 3 ,... Are classified into the cluster b.

生成部42、実施例1と同様に、分類部41により分類されたクラスタごとに、当該クラスタに含まれる設計データ30Aの設計情報から予測対象の設計項目を予測する予測モデルを生成する。   Similarly to the generation unit 42 and the first embodiment, for each cluster classified by the classification unit 41, a prediction model for predicting a design item to be predicted is generated from the design information of the design data 30A included in the cluster.

図20は、実施例2に係る生成処理の手順の一例を示すフローチャートである。実施例2に係る生成処理は、図16に示した実施例1に係る生成処理と一部が同一であるため、同一の部分については同一の符号を付して説明を省略し、主に異なる部分について説明する。   FIG. 20 is a flowchart illustrating an example of a generation processing procedure according to the second embodiment. The generation process according to the second embodiment is partly the same as the generation process according to the first embodiment illustrated in FIG. 16, and therefore, the same parts are denoted by the same reference numerals, the description thereof is omitted, and is mainly different. The part will be described.

クラスタリング部60は、k-means法、mean-shift法などの分類手法を用いて、各設計データ30Aを、特徴ベクトルの特徴量が類似な設計データ30A同士がクラスタに分類する(S20)。モデル生成部61は、分類されたクラスタごとに、当該クラスタに含まれる設計データ30Aの設計情報から予測対象の設計項目を予測する線形の予測モデルを生成する(S21)。結合部62は、生成された線形の予測モデルでの設計情報に対する重み値に基づいて、類似するクラスタを結合する(S22)。   The clustering unit 60 uses a classification method such as the k-means method or the mean-shift method to classify the design data 30A into clusters of design data 30A having similar feature vector feature quantities (S20). The model generation unit 61 generates, for each classified cluster, a linear prediction model that predicts a design item to be predicted from design information of the design data 30A included in the cluster (S21). The combining unit 62 combines similar clusters based on the weight value for the design information in the generated linear prediction model (S22).

このように、設計予測装置10は、複数の設計データ30Aを設計情報が類似する設計データ30Aごとのクラスタに分類する。設計予測装置10は、分類されたクラスタごとに、当該クラスタに含まれる設計データ30Aの設計情報から予測対象の設計項目を予測する線形の予測モデルを生成する。設計予測装置10は、生成された線形の予測モデルでの設計情報に対する重み値に基づいて、類似するクラスタを結合する。これにより、設計予測装置10は、複数の設計データ30Aを、支配的な特徴が同じ設計データ30Aごとのクラスタに精度よく分類できる。   As described above, the design prediction apparatus 10 classifies the plurality of design data 30A into clusters for each design data 30A having similar design information. For each classified cluster, the design prediction apparatus 10 generates a linear prediction model that predicts a design item to be predicted from design information of design data 30A included in the cluster. The design prediction apparatus 10 combines similar clusters based on the weight value for the design information in the generated linear prediction model. Thereby, the design prediction apparatus 10 can classify the plurality of design data 30A with high accuracy into clusters for each design data 30A having the same dominant feature.

さて、これまで開示の装置に関する実施例について説明したが、開示の技術は上述した実施例以外にも、種々の異なる形態にて実施されてよいものである。そこで、以下では、本発明に含まれる他の実施例を説明する。   Although the embodiments related to the disclosed apparatus have been described so far, the disclosed technology may be implemented in various different forms other than the above-described embodiments. Therefore, another embodiment included in the present invention will be described below.

例えば、上記の実施例では、プリント基板の信号層の層数の予測する場合を例に説明したが、開示の装置はこれに限定されない。例えば、他の設計項目の予測も用いてもよい。   For example, in the above embodiment, the case where the number of signal layers of the printed circuit board is predicted has been described as an example, but the disclosed apparatus is not limited thereto. For example, prediction of other design items may be used.

他の設計項目を予測する一例を説明する。図21は、他の設計項目を予測する一例を説明する図である。図21の例は、CPUとヒートシンクの位置に対するプリント基板の温度を予測する場合を示している。抽出部40は、設計資産データ30から予測モデルに生成に用いる各種の情報を抽出する。例えば、抽出部40は、設計データ30Aごとに、基板温度と、CPUのサイズ、ヒートシンクサイズなどプリント基板の温度の予測に用いる複数の設計項目の設計情報を抽出する。分類部41は、各設計項目の設計情報を、設計項目ごとに0〜1の範囲の特徴値に正規化し、各設計データ30Aごとに、設計項目の特徴値を成分とした特徴ベクトルを求める。この特徴ベクトルを用いて、支配的な特徴が同じ設計データ30Aごとのクラスタに分類して予測モデルを生成することで、CPUとヒートシンクの位置に対するプリント基板の温度を精度良く予測できる。   An example of predicting other design items will be described. FIG. 21 is a diagram illustrating an example of predicting other design items. The example of FIG. 21 shows a case where the temperature of the printed circuit board is predicted with respect to the positions of the CPU and the heat sink. The extraction unit 40 extracts various information used for generation in the prediction model from the design asset data 30. For example, the extraction unit 40 extracts design information of a plurality of design items used for predicting the temperature of the printed circuit board, such as the substrate temperature, the CPU size, and the heat sink size, for each design data 30A. The classification unit 41 normalizes the design information of each design item to a feature value in the range of 0 to 1 for each design item, and obtains a feature vector having the feature value of the design item as a component for each design data 30A. By using this feature vector and generating a prediction model by classifying into clusters for each design data 30A having the same dominant feature, it is possible to accurately predict the temperature of the printed circuit board with respect to the positions of the CPU and the heat sink.

例えば、上記の実施例では、プリント基板の実装設計で予測対象の設計項目を予測する場合を例に説明したが、開示の装置はこれに限定されない。例えば、システムの設計など他の設計において、設計項目を予測に用いてもよい。   For example, in the above-described embodiment, the case where the design item to be predicted is predicted in the mounting design of the printed board has been described as an example, but the disclosed apparatus is not limited thereto. For example, design items may be used for prediction in other designs such as system design.

他の設計項目を予測する一例を説明する。図22は、他の設計項目を予測する一例を説明する図である。図22の例は、システムの設計において、ディスク容量を予測する場合を示している。設計資産データ30は、設計データ30Aとして、設計済みのシステムの各種の設計情報を記憶する。抽出部40は、設計資産データ30から予測モデルに生成に用いる各種の情報を抽出する。例えば、抽出部40は、設計データ30Aごとに、使用しているOSの種類や、利用者数、ディスクのRAID(Redundant Array of Inexpensive Disks)の種類の情報などディスク容量の予測の予測に用いる複数の設計項目の設計情報を抽出する。分類部41は、各設計項目の設計情報を、設計項目ごとに0〜1の範囲の特徴値に正規化し、各設計データ30Aごとに、設計項目の特徴値を成分とした特徴ベクトルを求める。この特徴ベクトルを用いて、支配的な特徴が同じ設計データ30Aごとのクラスタに分類して予測モデルを生成することで、新たに設計するシステムのディスク容量を精度良く予測できる。   An example of predicting other design items will be described. FIG. 22 is a diagram illustrating an example of predicting other design items. The example of FIG. 22 shows a case where the disk capacity is predicted in the system design. The design asset data 30 stores various design information of a designed system as design data 30A. The extraction unit 40 extracts various information used for generation in the prediction model from the design asset data 30. For example, for each design data 30A, the extraction unit 40 uses a plurality of information used for prediction of disk capacity prediction such as information on the type of OS used, the number of users, and the type of RAID (Redundant Array of Inexpensive Disks). Extract design information of design items. The classification unit 41 normalizes the design information of each design item to a feature value in the range of 0 to 1 for each design item, and obtains a feature vector having the feature value of the design item as a component for each design data 30A. By using this feature vector and classifying into clusters for each design data 30A having the same dominant feature and generating a prediction model, the disk capacity of a newly designed system can be accurately predicted.

また、図示した各装置の各構成要素は機能概念的なものであり、必ずしも物理的に図示の如く構成されていることを要しない。すなわち、各装置の分散・統合の具体的状態は図示のものに限られず、その全部または一部を、各種の負荷や使用状況などに応じて、任意の単位で機能的または物理的に分散・統合して構成することができる。例えば、抽出部40、分類部41、生成部42、受付部43、特定部44、算出部45および出力部46の各処理部が適宜統合または分割されてもよい。また、各処理部にて行なわれる各処理機能は、その全部または任意の一部が、CPUおよび当該CPUにて解析実行されるプログラムにて実現され、あるいは、ワイヤードロジックによるハードウェアとして実現され得る。   Further, each component of each illustrated apparatus is functionally conceptual, and does not necessarily need to be physically configured as illustrated. In other words, the specific state of distribution / integration of each device is not limited to the one shown in the figure, and all or a part thereof may be functionally or physically distributed or arbitrarily distributed in arbitrary units according to various loads or usage conditions. Can be integrated and configured. For example, the processing units of the extraction unit 40, the classification unit 41, the generation unit 42, the reception unit 43, the specification unit 44, the calculation unit 45, and the output unit 46 may be appropriately integrated or divided. Each processing function performed by each processing unit may be realized in whole or in part by a CPU and a program that is analyzed and executed by the CPU, or may be realized by hardware using wired logic. .

[設計予測プログラム]
また、上記の実施例で説明した各種の処理は、あらかじめ用意されたプログラムをパーソナルコンピュータやワークステーションなどのコンピュータシステムで実行することによって実現することもできる。そこで、以下では、上記の実施例と同様の機能を有するプログラムを実行するコンピュータシステムの一例を説明する。図23は、設計予測プログラムを実行するコンピュータを示す図である。
[Design Prediction Program]
The various processes described in the above embodiments can also be realized by executing a program prepared in advance on a computer system such as a personal computer or a workstation. Therefore, in the following, an example of a computer system that executes a program having the same function as in the above embodiment will be described. FIG. 23 is a diagram illustrating a computer that executes a design prediction program.

図23に示すように、コンピュータ300は、CPU310、HDD(Hard Disk Drive)320、RAM(Random Access Memory)340を有する。これら310〜340の各部は、バス400を介して接続される。   As shown in FIG. 23, the computer 300 includes a CPU 310, an HDD (Hard Disk Drive) 320, and a RAM (Random Access Memory) 340. These units 310 to 340 are connected via a bus 400.

HDD320には上記実施例の各処理部と同様の機能を発揮する設計予測プログラム320Aが予め記憶される。例えば、上記実施例の抽出部40、分類部41、生成部42、受付部43、特定部44、算出部45および出力部46と同様の機能を発揮する設計予測プログラム320Aを記憶させる。なお、設計予測プログラム320Aについては、適宜分離しても良い。   The HDD 320 stores in advance a design prediction program 320A that performs the same function as each processing unit of the above embodiment. For example, the design prediction program 320A that exhibits the same functions as those of the extraction unit 40, the classification unit 41, the generation unit 42, the reception unit 43, the specification unit 44, the calculation unit 45, and the output unit 46 of the above embodiment is stored. Note that the design prediction program 320A may be separated as appropriate.

また、HDD320は、各種データを記憶する。例えば、HDD320は、OSや各種データを記憶する。   The HDD 320 stores various data. For example, the HDD 320 stores the OS and various data.

そして、CPU310が、設計予測プログラム320AをHDD320から読み出して実行することで、実施例の各処理部と同様の動作を実行する。すなわち、設計予測プログラム320Aは、実施例の抽出部40、分類部41、生成部42、受付部43、特定部44、算出部45および出力部46と同様の動作を実行する。   Then, the CPU 310 reads out and executes the design prediction program 320A from the HDD 320, thereby executing the same operation as each processing unit of the embodiment. That is, the design prediction program 320A performs the same operations as the extraction unit 40, the classification unit 41, the generation unit 42, the reception unit 43, the specification unit 44, the calculation unit 45, and the output unit 46 of the embodiment.

なお、上記した設計予測プログラム320Aについては、必ずしも最初からHDD320に記憶させることを要しない。設計予測プログラム320Aは、外部装置からHDD320に記憶させてもよい。   Note that the above-described design prediction program 320A does not necessarily need to be stored in the HDD 320 from the beginning. The design prediction program 320A may be stored in the HDD 320 from an external device.

例えば、コンピュータ300に挿入されるフレキシブルディスク(FD)、Compact Disk Read Only Memory(CD−ROM)、Digital Versatile Disk(DVD)、光磁気ディスク、ICカードなどの「可搬用の物理媒体」にプログラムを記憶させておく。そして、コンピュータ300がこれらからプログラムを読み出して実行するようにしてもよい。   For example, a program is stored in a “portable physical medium” such as a flexible disk (FD), a compact disk read only memory (CD-ROM), a digital versatile disk (DVD), a magneto-optical disk, or an IC card inserted into the computer 300. Remember. Then, the computer 300 may read and execute the program from these.

さらには、公衆回線、インターネット、LAN、WANなどを介してコンピュータ300に接続される「他のコンピュータ(またはサーバ)」などにプログラムを記憶させておく。そして、コンピュータ300がこれらからプログラムを読み出して実行するようにしてもよい。   Furthermore, the program is stored in “another computer (or server)” connected to the computer 300 via a public line, the Internet, a LAN, a WAN, or the like. Then, the computer 300 may read and execute the program from these.

10 設計予測装置
20 入力部
21 表示部
22 記憶部
23 制御部
30 設計資産データ
30A 設計データ
31 設計情報テーブル
32 予測モデルデータ
33 クラスタ割当モデルデータ
40 抽出部
41 分類部
42 生成部
43 受付部
44 特定部
45 算出部
46 出力部
50 非線形モデル生成部
51 傾き計算部
52 クラスタリング部
60 クラスタリング部
61 モデル生成部
62 結合部
DESCRIPTION OF SYMBOLS 10 Design prediction apparatus 20 Input part 21 Display part 22 Storage part 23 Control part 30 Design asset data 30A Design data 31 Design information table 32 Prediction model data 33 Cluster allocation model data 40 Extraction part 41 Classification part 42 Generation part 43 Reception part 44 Identification Unit 45 calculation unit 46 output unit 50 nonlinear model generation unit 51 slope calculation unit 52 clustering unit 60 clustering unit 61 model generation unit 62 combination unit

Claims (7)

複数の設計データから抽出された設計情報に基づいて、前記複数の設計データを、予測対象の設計項目に対して支配的な特徴が同じ設計データごとのクラスタに分類する分類部と、
前記分類部により分類されたクラスタごとに、当該クラスタに含まれる設計データの設計情報から予測対象の設計項目を予測する予測モデルを生成する生成部と、
を有することを特徴とする設計予測装置。
Based on design information extracted from a plurality of design data, a classification unit for classifying the plurality of design data into clusters for each design data having the same dominant characteristics with respect to the design item to be predicted;
For each cluster classified by the classification unit, a generation unit that generates a prediction model for predicting a design item to be predicted from design information of design data included in the cluster,
A design prediction apparatus characterized by comprising:
前記分類部は、前記複数の設計データから抽出された設計情報から前記予測対象の設計項目を予測する非線形の予測モデルを生成し、生成された非線形の予測モデルにおける各設計データの設計情報の傾きを算出し、算出された傾きに基づいて、前記複数の設計データを支配的な特徴が同じ設計データごとのクラスタに分類する
ことを特徴とする請求項1に記載の設計予測装置。
The classification unit generates a non-linear prediction model for predicting the design item to be predicted from design information extracted from the plurality of design data, and the inclination of the design information of each design data in the generated non-linear prediction model The design prediction apparatus according to claim 1, wherein the plurality of design data is classified into clusters for each design data having the same dominant feature based on the calculated slope.
前記分類部は、前記複数の設計データを設計情報が類似する設計データごとのクラスタに分類し、分類されたクラスタごとに、当該クラスタに含まれる設計データの設計情報から予測対象の設計項目を予測する線形の予測モデルを生成し、生成された線形の予測モデルでの設計情報に対する重み値に基づいて、類似するクラスタを結合する
ことを特徴とする請求項1に記載の設計予測装置。
The classification unit classifies the plurality of design data into clusters for each design data having similar design information, and predicts a design item to be predicted from the design information of the design data included in the cluster for each classified cluster. The design prediction apparatus according to claim 1, further comprising: combining similar clusters based on a weight value for design information in the generated linear prediction model.
予測対象の設計データの設計情報を受け付ける受付部と、
前記受付部により受け付けた設計情報に基づき、前記予測対象の設計データが何れのクラスタに分類されるかを特定する特定部と、
前記特定部により特定されたクラスタに対応する予測モデルを用いて、前記受付部により受け付けた設計情報から予測対象の設計項目の予測値を算出する算出部と、
前記算出部により算出された予測対象の設計項目の予測値を出力する出力部と、
をさらに有する請求項1〜3の何れか1つに記載の設計予測装置。
A reception unit for receiving design information of design data to be predicted;
Based on the design information received by the receiving unit, a specifying unit that identifies which cluster the design data of the prediction target is classified;
A calculation unit that calculates a predicted value of a design item to be predicted from design information received by the receiving unit using a prediction model corresponding to the cluster specified by the specifying unit;
An output unit that outputs a predicted value of the design item to be predicted calculated by the calculation unit;
The design prediction apparatus according to claim 1, further comprising:
前記算出部は、前記受付部により受け付けた設計情報が前記予測値に影響した度合を示す寄与度をさらに算出し
前記出力部は、算出された寄与度をさらに出力する
ことを特徴とする請求項4に記載の設計予測装置。
The calculation unit further calculates a contribution indicating the degree to which the design information received by the reception unit affects the predicted value, and the output unit further outputs the calculated contribution. 4. The design prediction apparatus according to 4.
複数の設計データから抽出された設計情報に基づいて、前記複数の設計データを、予測対象の設計項目に対して支配的な特徴が同じ設計データごとのクラスタに分類し、
分類されたクラスタごとに、当該クラスタに含まれる設計データの設計情報から予測対象の設計項目を予測する予測モデルを生成する
処理をコンピュータに実行させることを特徴とする設計予測プログラム。
Based on design information extracted from a plurality of design data, classify the plurality of design data into clusters for each design data having the same dominant characteristics with respect to the design item to be predicted,
A design prediction program that causes a computer to execute a process for generating a prediction model for predicting a design item to be predicted from design information of design data included in the cluster for each classified cluster.
複数の設計データから抽出された設計情報に基づいて、前記複数の設計データを、予測対象の設計項目に対して支配的な特徴が同じ設計データごとのクラスタに分類し、
分類されたクラスタごとに、当該クラスタに含まれる設計データの設計情報から予測対象の設計項目を予測する予測モデルを生成する
処理をコンピュータが実行することを特徴とする設計予測方法。
Based on design information extracted from a plurality of design data, classify the plurality of design data into clusters for each design data having the same dominant characteristics with respect to the design item to be predicted,
A design prediction method, wherein a computer executes a process for generating a prediction model for predicting a design item to be predicted from design information of design data included in the cluster for each classified cluster.
JP2016163790A 2016-08-24 2016-08-24 Design prediction device, design prediction program and design prediction method Active JP6805632B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2016163790A JP6805632B2 (en) 2016-08-24 2016-08-24 Design prediction device, design prediction program and design prediction method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016163790A JP6805632B2 (en) 2016-08-24 2016-08-24 Design prediction device, design prediction program and design prediction method

Publications (2)

Publication Number Publication Date
JP2018032210A true JP2018032210A (en) 2018-03-01
JP6805632B2 JP6805632B2 (en) 2020-12-23

Family

ID=61304124

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016163790A Active JP6805632B2 (en) 2016-08-24 2016-08-24 Design prediction device, design prediction program and design prediction method

Country Status (1)

Country Link
JP (1) JP6805632B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020126510A (en) * 2019-02-06 2020-08-20 株式会社日立製作所 Computer system and information presentation method
WO2023176823A1 (en) * 2022-03-16 2023-09-21 三菱電機株式会社 Printed circuit board design assistance device and design assistance method, and program for causing computer to execute design assistance method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006330988A (en) * 2005-05-25 2006-12-07 Toshiba Corp Data division device, data division method and program
JP2007329415A (en) * 2006-06-09 2007-12-20 Fujitsu Ltd Data processing method, data processing program, recording medium recording same program, and data processor
WO2010029627A1 (en) * 2008-09-11 2010-03-18 富士通株式会社 Method of creating estimation model by means of multiple regression analysis, creation program and creation apparatus
JP2010282547A (en) * 2009-06-08 2010-12-16 Fuji Electric Systems Co Ltd Input variable selection support apparatus

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006330988A (en) * 2005-05-25 2006-12-07 Toshiba Corp Data division device, data division method and program
JP2007329415A (en) * 2006-06-09 2007-12-20 Fujitsu Ltd Data processing method, data processing program, recording medium recording same program, and data processor
WO2010029627A1 (en) * 2008-09-11 2010-03-18 富士通株式会社 Method of creating estimation model by means of multiple regression analysis, creation program and creation apparatus
JP2010282547A (en) * 2009-06-08 2010-12-16 Fuji Electric Systems Co Ltd Input variable selection support apparatus

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020126510A (en) * 2019-02-06 2020-08-20 株式会社日立製作所 Computer system and information presentation method
JP7057761B2 (en) 2019-02-06 2022-04-20 株式会社日立製作所 Computer system and information presentation method
WO2023176823A1 (en) * 2022-03-16 2023-09-21 三菱電機株式会社 Printed circuit board design assistance device and design assistance method, and program for causing computer to execute design assistance method

Also Published As

Publication number Publication date
JP6805632B2 (en) 2020-12-23

Similar Documents

Publication Publication Date Title
US10599808B2 (en) Method and system for determining circuit failure rate
US9710371B2 (en) Test failure bucketing
US9208278B2 (en) Clustering using N-dimensional placement
US10002216B2 (en) Systems and methods for dynamic regression test generation using coverage-based clustering
TWI433035B (en) Scaling instruction intervals to identify collection points for representative instruction traces
US9276821B2 (en) Graphical representation of classification of workloads
US9696982B1 (en) Safe host deployment for a heterogeneous host fleet
US20150339414A1 (en) Method for process variation analysis of an integrated circuit
Zapater et al. Runtime data center temperature prediction using Grammatical Evolution techniques
US20170090916A1 (en) Analysis method and analysis apparatus
CN112306835B (en) User data monitoring and analyzing method, device, equipment and medium
JP6381962B2 (en) Simulation system and method and computer system including the system
JP7225874B2 (en) Model output program, model output method and model output device
CN113711180A (en) Creating and deploying packages to devices in a fleet based on operations derived from a machine learning model
CN113692573A (en) Hierarchically deploying packages to devices in a cluster
Rojas et al. Analyzing a five-year failure record of a leadership-class supercomputer
JP6805632B2 (en) Design prediction device, design prediction program and design prediction method
US11366947B2 (en) Systems and methods for machine learning based fast static thermal solver
US10685292B1 (en) Similarity-based retrieval of software investigation log sets for accelerated software deployment
US11205092B2 (en) Clustering simulation failures for triage and debugging
JPWO2018163280A1 (en) Sign detection apparatus and sign detection method
Yang et al. Hotspot detection using squish-net
US8301431B2 (en) Apparatus and method for accelerating simulations and designing integrated circuits and other systems
US10872185B1 (en) Systems and methods for estimating wire capacitance in a register-transfer level circuit design
US11929893B1 (en) Utilizing customer service incidents to rank server system under test configurations based on component priority

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20190513

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20200811

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20200825

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20201021

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: 20201104

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20201117

R150 Certificate of patent or registration of utility model

Ref document number: 6805632

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150