JPH1131154A - Correlation rule display device - Google Patents

Correlation rule display device

Info

Publication number
JPH1131154A
JPH1131154A JP18648297A JP18648297A JPH1131154A JP H1131154 A JPH1131154 A JP H1131154A JP 18648297 A JP18648297 A JP 18648297A JP 18648297 A JP18648297 A JP 18648297A JP H1131154 A JPH1131154 A JP H1131154A
Authority
JP
Japan
Prior art keywords
component
association
item
correlation
rule
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.)
Pending
Application number
JP18648297A
Other languages
Japanese (ja)
Inventor
Yasushi Obata
康 小幡
Atsushi Ishii
篤 石井
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
Priority to JP18648297A priority Critical patent/JPH1131154A/en
Publication of JPH1131154A publication Critical patent/JPH1131154A/en
Pending legal-status Critical Current

Links

Landscapes

  • User Interface Of Digital Computer (AREA)
  • Processing Or Creating Images (AREA)
  • Digital Computer Display Output (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PROBLEM TO BE SOLVED: To display correlation items so that they can easily be viewed by deciding coordinate positions displaying the items contained in correlation rules in a three-dimensional space and associatively displaying the respective items expressed as item parts in the coordinate positions in the decided three- dimensional space in accordance with display parts information which are previously set. SOLUTION: A correlation rule generation part 12 executes correlation analysis existing between the attributes of data (item) from an item data base 11 and generates the correlation rules. A parts arranging part 14 decides the arranged coordinates out the respective items contained in all the correlation rules. A three-dimensional plotting information generation part 18 generates three-dimensional plotting information by allocating the forms and the colors of the parts arranged in the respective coordinate positions contained in generated parts coordinate information based on display parts information obtained from a display parts information data base 17. A virtual three-dimensional plotting part 19 plots the respective parts and lines in the coordinates designated based on three-dimensional plotting information.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、データベース中の
大量データからデータに含まれる属性間の相関ルールを
生成するデータマイニング装置において生成される相関
ルールの表示装置、特にその表示形式に関する。
The present invention relates to a display device for a correlation rule generated in a data mining device for generating a correlation rule between attributes included in data from a large amount of data in a database, and more particularly to a display format thereof.

【0002】[0002]

【従来の技術】データマイニングでは、データベース中
の大量データから、そのデータ(項目)に含まれる属性
間の相関ルールを生成する相関分析を行なう。相関ルー
ルとは、項目の属性間に存在する規則性のことであり、
代表的な相関分析の例としてバスケット分析と呼ばれる
ものがある。これは、小売業において、客が同時にバス
ケット(=買い物かご)に入れる商品の相関関係を求め
るもので、同時購買分析とも呼ばれる。これにより求め
られる相関ルールは、例えば、「パンを買う客は、同時
に牛乳も買う」という形のもので、「パン→牛乳」とい
う形式で表現される。
2. Description of the Related Art In data mining, a correlation analysis for generating a correlation rule between attributes included in data (items) from a large amount of data in a database is performed. Association rules are the regularities that exist between the attributes of an item,
An example of a typical correlation analysis is a so-called basket analysis. In the retail business, this is to find the correlation between the products that customers put in a basket (= shopping basket) at the same time, and is also called simultaneous purchase analysis. The correlation rule obtained by this is, for example, in the form of “the customer who buys bread also buys milk”, and is expressed in the form of “bread → milk”.

【0003】データマイニングでは、有効な相関ルール
を効率よく発見するため、支持度と確信度という2つ基
準を用いて足切り処理を行っている。支持度とは、その
相関ルールの一般性を表わす尺度であり、確信度とは、
その相関ルールの正確さを表わす尺度である。相関ルー
ルは一般に、この支持度と確信度と呼ばれる値を伴っ
て、「A→B」という形の論理式で表わされる(但し、
AとBは空でないアイテム集合であり、交わらない)。
この場合、支持度は、全データのうち「A∪B」を含む
データの占める割合で表わされ、確信度は、Aを含むデ
ータのうち、Bも同時に含むデータの割合で表わされ
る。例えば、前述の「パン→牛乳」の例で言えば、全販
売データ件数のうち、パンを購入した客の割合が20%
で、パンと牛乳両方を購入した客の割合が12%だとす
ると、相関ルール「パン→牛乳」の支持度は12%、確
信度は60%(=12%/20%)ということになる。
[0003] In data mining, in order to efficiently find an effective association rule, a truncation process is performed using two criteria of support and confidence. Support is a measure of the generality of the association rule, and confidence is
It is a measure representing the accuracy of the association rule. The association rule is generally expressed by a logical expression in the form of “A → B” with the support and a value called confidence (where,
A and B are non-empty item sets and do not intersect).
In this case, the degree of support is represented by the ratio of data including “A∪B” in all data, and the certainty is represented by the ratio of data that also includes B in data including A. For example, in the above-mentioned example of “bread → milk”, the ratio of customers who purchased bread is 20% of the total sales data.
Assuming that the ratio of customers who have purchased both bread and milk is 12%, the support for the association rule “bread → milk” is 12%, and the confidence is 60% (= 12% / 20%).

【0004】このデータマイニングの結果得られる相関
ルールの可視化については、項目名を頂点とし、相関の
ある項目の頂点とを有向辺で結ぶ有向グラフを用いて表
示する方式が提案されている。これについては、電子情
報通信学会、信学技報1995−05「相関ルールの可
視化について」に紹介されている。
As a method of visualizing an association rule obtained as a result of data mining, a method has been proposed in which an item name is set as a vertex and a directed graph is used that connects the correlated items to vertices by directed edges. This is introduced in IEICE, IEICE 1995-05, "Visualization of Association Rules".

【0005】図8は、これに紹介された有向グラフを用
いて相関ルールを表示した従来の例を示した図である。
この従来例によると、相関ルールは、項目名を頂点と
し、相関のある項目を有向辺で結んで表わしていた。こ
のとき、「パン、バター→牛乳」、「パン、牛乳→バタ
ー」、「牛乳、バター→パン」のように同一の項目から
なる異なるルールがある場合、それぞれルールの数だけ
有向辺を用いてルールを表現している。なお、支持度や
確信度をビジュアル的に表現するために有向辺の幅や色
でその値の高低を表現できるようにしている。
FIG. 8 is a diagram showing a conventional example in which association rules are displayed using the directed graph introduced therein.
According to this conventional example, the correlation rule represents an item name as a vertex and correlated items connected by a directed side. At this time, if there are different rules such as “Bread, Butter → Milk”, “Bread, Milk → Butter”, “Milk, Butter → Bread”, the directed edges are used as many as the number of rules. Express rules. In addition, in order to visually represent the support and the certainty, the width and color of the directed side can be used to express the level of the value.

【0006】[0006]

【発明が解決しようとする課題】しかしながら、従来の
有向辺を用いた相関ルールの表示方式では、支持度や確
信度を有向辺の幅や色で表現できるようにしても、2次
元平面で表現するため相関を示す有向辺が交差する割合
が高く、また、有向辺が項目と重ならないように表示し
なければならないため項目数によっては有向辺が直線で
はなく屈折させたりする必要があった。このため、グラ
フが複雑になり相関関係が一見して理解しにくいという
問題が生じていた。
However, in the conventional association rule display method using directed sides, even if the support and certainty can be expressed by the width and color of the directed sides, the two-dimensional plane is used. Because the directed side that shows the correlation intersects is high because of the expression, and the directed side must be displayed so as not to overlap the item, the directed side may be bent instead of a straight line depending on the number of items Needed. For this reason, there has been a problem that the graph is complicated and the correlation is difficult to understand at a glance.

【0007】本発明は以上のような問題を解決するため
になされたものであり、その目的は、相関ルールを表示
したとき見やすさ並びに相関関係や相関ルールの支持度
や確信度の把握の容易性を追求した相関ルール表示装置
を提供することにある。
SUMMARY OF THE INVENTION The present invention has been made to solve the above-described problems, and an object of the present invention is to make it easy to see the association rules when displaying them, and to easily understand the correlation and the support and certainty of the association rules. It is an object of the present invention to provide an association rule display device pursuing the property.

【0008】[0008]

【課題を解決するための手段】以上のような目的を達成
するために、第1の発明に係る相関ルール表示装置は、
データベースから項目の属性間に存在する相関分析を行
うデータマイニング装置において、前記データベースか
らの項目の相関関係を分析して相関ルールを生成する相
関ルール生成手段と、前記相関ルール生成手段が生成し
た相関ルールに含まれている項目を3次元空間に表示す
る際の座標位置を決定する部品配置手段と、項目間の相
関ルールを表示するために予め設定した表示用部品情報
に従い、前記部品配置手段が決定した3次元空間におけ
る座標位置に、項目部品として表現される各項目をそれ
ぞれを関連づけて表示する相関ルール表示手段とを有す
るものである。
Means for Solving the Problems In order to achieve the above object, an association rule display device according to the first invention comprises:
In a data mining apparatus for performing a correlation analysis existing between attributes of items from a database, a correlation rule generating means for analyzing a correlation of items from the database to generate a correlation rule, and a correlation generated by the correlation rule generating means. A component arranging means for determining a coordinate position when an item included in a rule is displayed in a three-dimensional space; and a component arranging means, according to display component information set in advance for displaying a correlation rule between items, An association rule display unit for displaying each item represented as an item component in association with the determined coordinate position in the three-dimensional space.

【0009】第2の発明に係る相関ルール表示装置は、
第1の発明において、前記相関ルール表示手段は、同じ
項目の組合せからなる1乃至複数の相関ルールにつき1
つの関連付け部品を用意して、その関連付け部品から各
項目部品に対して線で結んで前記同じ項目の組合せから
なる1乃至複数の相関ルールを表現するものである。
According to a second aspect of the present invention, there is provided an association rule display device.
In the first invention, the association rule display means is provided for one or a plurality of association rules composed of the same item combination.
One association component is prepared, and the association component is connected to each item component by a line to express one or a plurality of association rules composed of a combination of the same items.

【0010】第3の発明に係る相関ルール表示装置は、
第2の発明において、前記相関ルール表示手段は、前記
関連付け部品と項目部品とを結ぶ線の有向性を排除した
表示形式によってその項目部品に対する相関関係を表現
するものである。
[0010] A correlation rule display device according to a third aspect of the present invention comprises:
In the second invention, the association rule display means expresses the correlation with respect to the item component in a display format excluding the directivity of a line connecting the association component and the item component.

【0011】第4の発明に係る相関ルール表示装置は、
第2の発明において、前記部品配置手段は、3次元空間
において各部品を直線で結べるように各部品の座標位置
を決定するものである。
[0011] A correlation rule display device according to a fourth aspect of the present invention comprises:
In the second invention, the component arranging means determines a coordinate position of each component so that each component can be connected by a straight line in a three-dimensional space.

【0012】第5の発明に係る相関ルール表示装置は、
第2又は第3の発明において、前記部品配置手段は、3
次元空間において各部品を結ぶ線が交差しないように各
部品の座標位置を決定するものである。
[0012] A correlation rule display device according to a fifth aspect of the present invention comprises:
In the second or third aspect, the component arranging means may include:
The coordinate position of each component is determined so that lines connecting the components do not intersect in the dimensional space.

【0013】第6の発明に係る相関ルール表示装置は、
第1の発明において、前記相関ルール表示手段は、ある
項目の相関ルールの支持度に応じた大きさでその項目の
項目部品を表示するものである。
According to a sixth aspect of the present invention, there is provided an association rule display device,
In the first invention, the association rule display means displays the item parts of a certain item in a size corresponding to the support of the association rule of the item.

【0014】第7の発明に係る相関ルール表示装置は、
第1の発明において、前記相関ルール表示手段は、前記
表示用部品情報に従い、表示する各部品の種類や同じ種
類でも特に着目したい項目の部品の配色、形状などの表
示属性を他と異ならせて相関ルールを表現するものであ
る。
According to a seventh aspect of the present invention, there is provided an association rule display device,
In the first invention, the association rule display means changes display attributes such as a color scheme and a shape of a component of a particular component to be focused on even in the same type according to the display component information. It represents an association rule.

【0015】第8の発明に係る相関ルール表示装置は、
第2の発明において、前記相関ルール表示手段は、相関
関係の強弱に応じて各項目部品間の距離を設定するもの
である。
[0015] An association rule display device according to an eighth aspect of the present invention comprises:
In the second invention, the association rule display means sets a distance between each item component according to the strength of the correlation.

【0016】第9の発明に係る相関ルール表示装置は、
第2の発明において、前記相関ルール表示手段は、相関
関係の強弱に応じて各項目部品を結ぶ線の太さを調整す
るものである。
The association rule display device according to the ninth invention is
In the second invention, the correlation rule display means adjusts the thickness of a line connecting each item part according to the strength of the correlation.

【0017】第10の発明に係る相関ルール表示装置
は、第2の発明において、前記相関ルール表示手段は、
相関関係の強弱に応じて各項目部品を結ぶ線の色を調整
するものである。
According to a tenth aspect of the present invention, in the second aspect of the present invention, the association rule display means comprises:
The color of the line connecting each item component is adjusted according to the strength of the correlation.

【0018】[0018]

【発明の実施の形態】以下、図面に基づいて、本発明の
好適な実施の形態について説明する。
Preferred embodiments of the present invention will be described below with reference to the drawings.

【0019】図1は、本発明の相関ルール表示装置で相
関ルールを表示したときの表示イメージを示した図であ
る。本実施の形態においては、相関ルールを球形状で表
示する部品と棒形状で表示する線とで表示する。部品に
は、各データ(項目)を表す項目部品と各項目部品を関
連付ける関連付け部品とが用意されている。関連付け部
品は、同じ項目の組合せからなる1乃至複数の相関ルー
ルにつき1つ用意される。例えば、「パン、バター→牛
乳」、「パン、牛乳→バター」、「牛乳、バター→パ
ン」は、左辺と右辺の各内容が異なるものの同じ項目の
組合せからなる相関ルールであるため、これらには1つ
の関連付け部品が用意されてことになる。図1におい
て、部品1は相関関係において着目したい項目の項目部
品、部品2は部品1と相関のある項目の項目部品、部品
3は相関のある項目を結ぶための関連付け部品、そして
部品(線)4は各部品を結ぶ線である。各部品1〜4
は、その部品の種類等を、形状のみならずカラーディス
プレイに表示する場合は色分けや色の濃淡によって、白
黒ディスプレイに表示する場合は濃淡や飾り等によって
識別可能に表示される。図1においては、表示色の相違
を飾りによって表している。
FIG. 1 is a diagram showing a display image when a correlation rule is displayed by the correlation rule display device of the present invention. In the present embodiment, the association rule is indicated by a component displayed in a spherical shape and a line displayed in a bar shape. The parts are provided with item parts representing each data (item) and associated parts for associating each item part. One association component is prepared for one or a plurality of association rules composed of the same item combination. For example, “bread, butter → milk”, “bread, milk → butter”, and “milk, butter → bread” are association rules composed of a combination of the same items with different contents on the left and right sides. Means that one association component is prepared. In FIG. 1, a part 1 is an item part of an item to be focused on in the correlation, a part 2 is an item part of an item correlated with the part 1, a part 3 is an associating part for connecting the correlated item, and a part (line). 4 is a line connecting each component. Each part 1-4
Is displayed identifiably by color coding and color shading when displayed on a color display as well as the shape of the component, and by shading and decoration when displayed on a black and white display. In FIG. 1, the difference in display color is represented by a decoration.

【0020】図1は、図2に記述された5つの相関ルー
ルを表現している。すなわち、図1において、部品1は
項目「パン」を示す部品、部品2aは項目「バター」を
示す部品、部品2bは項目「チーズ」を示す部品、部品
2cは項目「牛乳」を示す部品、部品3aは「パン」、
「チーズ」の2つの部品を結ぶための部品、部品3bは
「パン」、「バター」、「牛乳」の3つの部品を結ぶた
めの部品、部品4aはの相関ルールを示す線、部品4
bはの相関ルールを示す線、部品4cはの相関ルー
ルを示す線、部品4dはの相関ルールを示す線、部品
4eはの相関ルールを示す線である。これらは、仮想
3次元空間に配置され表現されている。相関関係を示す
部品(線)4は、太さを異ならして表示可能な直線で表
現される。換言すると、線4を屈折させずかつ交差しな
いように表示するよう各部品1〜3を仮想3次元空間に
配置する必要がある。また、線4の太さは、相関ルール
の確信度に比例している。一方、項目を表す各部品1,
2の大きさは、支持度に比例しており、その距離は確信
度に比例している。
FIG. 1 represents the five association rules described in FIG. That is, in FIG. 1, the part 1 is a part indicating the item “bread”, the part 2a is a part indicating the item “butter”, the part 2b is a part indicating the item “cheese”, the part 2c is a part indicating the item “milk”, Part 3a is "bread",
A part for connecting two parts of “cheese”, a part 3b is a part for connecting three parts of “bread”, “butter”, and “milk”, a part 4a is a line indicating a correlation rule of
b is a line indicating a correlation rule, component 4c is a line indicating a correlation rule, component 4d is a line indicating a correlation rule, and component 4e is a line indicating a correlation rule. These are arranged and represented in a virtual three-dimensional space. The parts (lines) 4 indicating the correlation are represented by straight lines that can be displayed with different thicknesses. In other words, it is necessary to arrange the parts 1 to 3 in the virtual three-dimensional space so as to display the line 4 so as not to bend and intersect. The thickness of the line 4 is proportional to the certainty factor of the association rule. On the other hand, each part 1,
The magnitude of 2 is proportional to the support, and the distance is proportional to the confidence.

【0021】相関ルール〜は、部品1,2a,2
c,3b,4a,4b,4eで表現する。相関ルール
、は、部品1,2b,3a,4c,4dで表現す
る。相関のある項目部品は、常に部品を結ぶための部品
3a,3bを介して結ばれる。また、各線4は、結んだ
項目が相関ルールの右辺となったときの確信度を示し、
そのときの他の結ばれている項目は相関ルールの左辺の
項目となる。
The correlation rules are as follows: parts 1, 2a, 2
Expressed as c, 3b, 4a, 4b, 4e. The association rule is expressed by parts 1, 2b, 3a, 4c, and 4d. The correlated item parts are always connected via parts 3a and 3b for connecting the parts. Further, each line 4 indicates the certainty factor when the connected item is on the right side of the association rule,
The other connected items at that time are the items on the left side of the association rule.

【0022】図3は、本発明に係る相関ルール表示装置
の一実施の形態を示したブロック構成図である。図3に
おいて、項目データベース11には、属性間の相関ルー
ルを発見しようとする各項目データが格納されている。
相関ルール生成部12は、項目データベース11からの
項目の相関関係を分析して相関ルールを生成する相関ル
ール生成手段である。相関ルール記憶部13は、相関ル
ール生成部12が生成した相関ルールを一時記憶するた
めの記憶手段である。部品配置部14は、相関ルール生
成部12が生成し相関ルール記憶部13に記憶されてい
る相関ルールに含まれている項目を3次元空間に表示す
る際の座標位置を決定する部品配置手段である。部品座
標情報記憶部15は、部品配置部14が求めた座標位置
情報を記憶するための記憶手段である。ユーザ情報記憶
部16は、ユーザが与えた特に着目したい項目を設定す
る記憶手段である。表示用部品情報データベース17に
は、項目間の相関ルールを表示するために必要な表示用
部品情報が予め設定されている。3次元描画情報生成部
18と仮想3次元描画部19は、相関ルール表示手段と
して設けられ、項目間の相関ルールを表示するために上
記表示用部品情報に従い、部品配置部14が決定した3
次元空間における座標位置に、項目部品として表現され
る各項目をそれぞれを関連づけて表示する。このうち、
3次元描画情報生成部18は、表示するための3次元描
画情報を生成するための手段であり、作成した3次元描
画情報を3次元描画情報記憶部20に一時記憶し、仮想
3次元描画部19は、3次元描画情報記憶部20から3
次元描画情報を読み出し、相関ルールを装置の図示しな
いディスプレイに表示する。
FIG. 3 is a block diagram showing an embodiment of the association rule display device according to the present invention. In FIG. 3, an item database 11 stores item data for finding a correlation rule between attributes.
The association rule generation unit 12 is an association rule generation unit that analyzes the correlation between items from the item database 11 and generates an association rule. The association rule storage unit 13 is a storage unit for temporarily storing the association rules generated by the association rule generation unit 12. The component arranging unit 14 is a component arranging unit that determines a coordinate position when displaying an item included in the association rule generated by the association rule generation unit 12 and stored in the association rule storage unit 13 in a three-dimensional space. is there. The component coordinate information storage unit 15 is a storage unit for storing the coordinate position information obtained by the component placement unit 14. The user information storage unit 16 is a storage unit for setting an item of particular interest given by the user. In the display component information database 17, display component information necessary for displaying the correlation rule between items is set in advance. The three-dimensional drawing information generating unit 18 and the virtual three-dimensional drawing unit 19 are provided as a correlation rule display unit, and are determined by the component placement unit 14 according to the display component information in order to display the correlation rules between items.
Each item represented as an item component is displayed in association with the coordinate position in the dimensional space. this house,
The three-dimensional drawing information generating unit 18 is a unit for generating three-dimensional drawing information for display, temporarily stores the generated three-dimensional drawing information in the three-dimensional drawing information storage unit 20, and stores the three-dimensional drawing information in the virtual three-dimensional drawing unit. 19 is a three-dimensional drawing information storage unit 20 to 3
The dimension drawing information is read, and the correlation rule is displayed on a display (not shown) of the apparatus.

【0023】図4は、本実施の形態におけるユーザ情報
記憶部16への設定例を示した図である。ユーザ情報記
憶部16には、ユーザが着目したい項目のリストをユー
ザ情報として予め設定する。図1に示した例では、項目
「パン」の部品1を着目したい項目としているので、ユ
ーザ情報として「パン」を設定する。もちろん、ユーザ
情報として複数個の項目をリストアップすることができ
る。なお、本実施の形態では、ユーザ情報記憶部16を
設けて予めユーザ情報を設定しておくようにしたが、相
関ルールの表示処理時にリアルタイムにユーザ指定させ
ることも可能である。
FIG. 4 is a diagram showing an example of settings in the user information storage unit 16 according to the present embodiment. In the user information storage unit 16, a list of items that the user wants to focus on is set in advance as user information. In the example shown in FIG. 1, since the part 1 of the item “pan” is an item to be focused on, “pan” is set as the user information. Of course, a plurality of items can be listed as user information. In the present embodiment, the user information storage unit 16 is provided to set the user information in advance. However, the user can be specified in real time at the time of displaying the correlation rule.

【0024】図5は、本実施の形態における表示用部品
情報データベース17の内容例を示した図である。表示
用部品情報データベース17には、表示される各部品の
種別に対応させて表示属性が設定されている。この例で
は、部品の種類として項目部品を更に着目したい項目と
それ以外、関連付け部品及び線という部品毎に色、形状
を表示属性として設定している。これにより、各部品を
他と異ならせて相関ルールを表現することができる。な
お、ここでは、表示属性として色、形状のみを示した
が、この設定方法や属性項目はこれに限られたものでな
い。例えば、色のみならずその濃淡を設定可能にした
り、項目部品の形状も一般的な幾何学的形状のみならず
項目の形状そのもので表示するような設定を可能にした
りするなどである。また、部品の種別の分け方もこれに
限られたものではない。
FIG. 5 is a diagram showing an example of the contents of the display component information database 17 in the present embodiment. Display attributes are set in the display component information database 17 so as to correspond to the type of each component to be displayed. In this example, the color and the shape are set as the display attributes for each of the item of which the item component is to be further focused on and the associated component and the line as the component type. This makes it possible to express the association rule by making each component different from the others. Here, only the color and the shape are shown as the display attributes, but the setting method and the attribute items are not limited to these. For example, it is possible to set not only the color but also its shading, and to set the shape of the item part so that it is displayed not only with a general geometric shape but also with the shape of the item itself. Further, the method of dividing the component type is not limited to this.

【0025】以上の構成を有する本実施の形態におい
て、相関ルール生成部12は、項目データベース11か
らデータを入力し、相関関係を分析し、そこから得られ
た相関関係を相関ルールとして出力する。部品配置部1
4は、相関ルールに含まれるルールを解析し、ルールを
構成する項目を解析し、その項目を配置する座標を決定
し部品座標情報を生成する。3次元描画情報生成部18
は、部品座標情報の座標に、表示用部品情報から部品の
形状、色などの部品の表示に関する情報を入力し、相関
ルールの支持度、確信度を入力し、3次元描画情報を生
成する。そして、仮想3次元描画部19は、3次元描画
情報に基づき相関ルールを仮想3次元空間に表示するこ
とになる。この動作の詳細について図6に示したフロー
チャートに基づいて詳述する。
In the present embodiment having the above configuration, the correlation rule generation unit 12 inputs data from the item database 11, analyzes the correlation, and outputs the obtained correlation as a correlation rule. Component placement unit 1
Reference numeral 4 analyzes a rule included in the correlation rule, analyzes items constituting the rule, determines coordinates for arranging the item, and generates component coordinate information. Three-dimensional drawing information generator 18
In the coordinates of the component coordinate information, information relating to the display of the component, such as the shape and color of the component, is input from the display component information, the support level and the certainty factor of the association rule are input, and three-dimensional drawing information is generated. Then, the virtual three-dimensional drawing unit 19 displays the correlation rule in the virtual three-dimensional space based on the three-dimensional drawing information. This operation will be described in detail with reference to the flowchart shown in FIG.

【0026】まず、相関ルール生成部12は、項目デー
タベース11からデータ(項目)の属性間に存在する相
関分析を行い相関ルールを生成し、相関ルール記憶部1
3に出力する(ステップ100)。例えば、この結果、
図2に示したような5つの相関ルールが得られたとす
る。
First, the correlation rule generation unit 12 generates a correlation rule by performing a correlation analysis between attributes of data (items) from the item database 11 and generates a correlation rule.
3 (step 100). For example, this results in:
It is assumed that five association rules as shown in FIG. 2 are obtained.

【0027】次に、部品配置部14は、相関ルール生成
部12が生成した全ての相関ルールに含まれている各項
目について、配置する座標を決める(ステップ11
0)。まず、ステップ100で得られた相関ルールから
1つの相関ルールを取り出して、その相関ルールを構成
する項目を取り出す(ステップ111)。ここで、取り
出した項目の座標が既に決まっているかどうかをチェッ
クする(ステップ112)。座標が決まっているかどう
かのチェックは、部品座標情報記憶部15にその項目の
座標情報が既に登録されているかどうかでチェックす
る。その項目の座標がまだ決まっていない場合は、その
項目の座標の候補を生成し(ステップ113)、その座
標と結ぶ部品が他の部品の座標と重ならないかのチェッ
クを行う(ステップ114)。このチェックで他の部品
の座標と重ならなければその座標をその項目の座標とし
て部品座標情報記憶部15に登録し、重なる場合はステ
ップ113に戻り、改めて新しい座標の候補を割り当て
る。ここで、ステップ113,114における座標の候
補の生成処理について詳述する。
Next, the component placement unit 14 determines the coordinates to be placed for each item included in all the association rules generated by the association rule generation unit 12 (step 11).
0). First, one association rule is extracted from the association rules obtained in step 100, and items constituting the association rule are extracted (step 111). Here, it is checked whether or not the coordinates of the extracted item have already been determined (step 112). Whether or not the coordinates have been determined is checked by checking whether or not the coordinate information of the item has already been registered in the component coordinate information storage unit 15. If the coordinates of the item have not been determined yet, a candidate for the coordinates of the item is generated (step 113), and it is checked whether a component connected to the coordinates does not overlap with the coordinates of another component (step 114). If the coordinates do not overlap with the coordinates of another part, the coordinates are registered in the part coordinate information storage unit 15 as the coordinates of the item, and if they do overlap, the process returns to step 113 to assign a new coordinate candidate again. Here, the process of generating coordinate candidates in steps 113 and 114 will be described in detail.

【0028】本実施の形態においては、支持度の値に比
例させて項目部品を表す球の大きさを変えて表示するこ
とを特徴としている。また、相関ルールの確信度すなわ
ち項目間の相関関係の強弱に比例して各部品を結ぶ線の
太さを変え、かつ部品間の距離を変えてすなわち線の長
さを変えて表示すること、更には、各線を直線でかつ他
の部品や線と交差しないように表示することを特徴とし
ている。従って、このような表示形態で相関ルールを表
示できるように、ここでの処理でチェックをしながら各
部品の座標位置を決定しなければならない。
This embodiment is characterized in that the size of the sphere representing the item part is changed and displayed in proportion to the value of the support. In addition, the thickness of the line connecting the components is changed in proportion to the certainty of the association rule, that is, the strength of the correlation between the items, and the distance between the components is changed, that is, the length of the line is changed, and displayed. Further, each line is displayed so as to be a straight line and not to intersect with other parts or lines. Therefore, in order to display the association rule in such a display form, it is necessary to determine the coordinate position of each component while checking in this processing.

【0029】そのためには、まず、相関のある項目の座
標から確信度の値に反比例した距離の座標を算出する。
すなわち、確信度の値が大きければそれだけ相関関係が
強いので各項目間の距離を短く設定することになる。そ
の座標がまだどの項目にも割り当てていない場合はその
座標を候補とし、その座標が割り当てられている場合は
その座標に近くて未使用の座標を候補とする。その座標
がステップ114における上述した直線表示等のチェッ
クに引っかかった場合はその座標から少しずらした座標
を新しい候補として割り当てる。座標がすでに割り当て
られているかのチェックも部品配置部14が部品座標情
報記憶部15を参照して、その部品座標情報が既に存在
するかどうかでチェックする。
For this purpose, first, the coordinates of a distance inversely proportional to the value of the certainty factor are calculated from the coordinates of the correlated items.
That is, the larger the value of the certainty factor is, the stronger the correlation is, so that the distance between the items is set short. If the coordinates have not been assigned to any item yet, the coordinates are set as candidates. If the coordinates are assigned, unused coordinates close to the coordinates are set as candidates. When the coordinates are caught by the above-described check of the straight line display or the like in step 114, coordinates slightly shifted from the coordinates are assigned as new candidates. In order to check whether the coordinates have already been assigned, the component placement unit 14 refers to the component coordinate information storage unit 15 and checks whether the component coordinate information already exists.

【0030】ここで、部品座標情報記憶部15に登録さ
れている部品座標情報の内容例について図7を用いて説
明すると、本実施の形態における部品座標情報は、2種
類のテーブルに分類され登録されている。1つは、図7
(a)に示したように各項目部品の座標位置を表したテ
ーブルであり、もう1つは図7(b)に示したように各
項目部品のみならず関連付け部品をも含めた全ての使用
中の座標位置を表した一覧テーブルである。部品配置部
14は、図7(b)に示した一覧を参照することによっ
て算出した座標を新たに割り当てることができるかどう
かのチェックを行うことになる。
Here, an example of the content of the component coordinate information registered in the component coordinate information storage unit 15 will be described with reference to FIG. 7. The component coordinate information in the present embodiment is classified into two types of tables and registered. Have been. One is FIG.
FIG. 7A is a table showing the coordinate position of each item part as shown in FIG. 7A, and the other is all tables including not only each item part but also associated parts as shown in FIG. It is a list table showing the coordinate position in. The component placement unit 14 checks whether the coordinates calculated by referring to the list shown in FIG. 7B can be newly assigned.

【0031】このようにして相関ルールを構成する項目
の座標位置が決まったら、1つの相関ルールの配置が完
了したことになり、図7(b)に示した一覧に登録され
ることになる(ステップ116)。座標位置が決まった
部品が項目部品であれば図7(a)に示したテーブルに
も登録されることになる。この時点で、配置が済んだ相
関ルールと同じ項目を含み、かつ項目の並びが違うだけ
の相関ルールについての項目の配置処理も済んだことに
なるので、このような相関ルールを相関ルール記憶部1
3を検索することによって見つけ出し、該当する相関ル
ールがあればその相関ルールについても配置済とする
(ステップ117)。例えば、、のルールは、の
ルールを構成する項目とその項目数も全く同じで、右辺
にある項目が違うだけである。従って、のルールに対
する上記処理が終了すると、、のルールに対する部
品の配置処理も済んだことになる。このようにして、す
べての相関ルールが配置済となるまで繰り返す(ステッ
プ110)。
When the coordinate positions of the items constituting the association rule are determined in this manner, the arrangement of one association rule is completed and registered in the list shown in FIG. 7B ( Step 116). If the part whose coordinate position is determined is an item part, it is also registered in the table shown in FIG. At this point, since the arrangement processing of the items for the association rule that includes the same item as the arranged association rule and the arrangement of the items is different, the association rule is stored in the association rule storage unit. 1
No. 3 is searched for, and if there is a corresponding correlation rule, the correlation rule is also arranged (step 117). For example, the rule has exactly the same number of items as the items that make up the rule, and only the items on the right side are different. Therefore, when the above processing for the rule is completed, the component placement processing for the rule is also completed. In this way, the process is repeated until all the association rules have been arranged (step 110).

【0032】なお、項目データベース11に登録された
データ項目数が膨大な場合は、たとえ3次元空間への表
示であっても算出した長さでかつ直線で線を表示できな
くなる場合もあるので、このような場合は、ユーザ情報
などを参照して予め扱う項目数を制限するようにしても
よい。
If the number of data items registered in the item database 11 is enormous, a line having a calculated length and a straight line may not be displayed even in a three-dimensional space. In such a case, the number of items to be handled in advance may be limited by referring to the user information or the like.

【0033】次に、3次元描画情報生成部18は、表示
用部品情報データベース17から得た表示用部品情報に
基づき、生成された部品座標情報に含まれている各座標
位置に配置する部品の形状、色などを割り当てることで
3次元描画情報を生成して3次元描画情報記憶部20に
出力する(ステップ120)。なお、どの部品が図5に
おける「項目部品(着目)」に該当するかは、ユーザ情
報記憶部16を参照することによって特定できる。そし
て、仮想3次元描画部19は、生成された3次元描画情
報に基づいて指定されている座標に対して各部品並びに
線を描画する。
Next, based on the display component information obtained from the display component information database 17, the three-dimensional drawing information generation unit 18 determines the components to be arranged at each coordinate position included in the generated component coordinate information. The three-dimensional drawing information is generated by assigning a shape, a color, and the like, and is output to the three-dimensional drawing information storage unit 20 (step 120). Note that which part corresponds to the “item part (attention)” in FIG. 5 can be specified by referring to the user information storage unit 16. Then, the virtual three-dimensional drawing unit 19 draws each component and line at the designated coordinates based on the generated three-dimensional drawing information.

【0034】以上のようにして生成された相関ルールの
表示例が図1に相当する。この図から明らかなように、
各項目部品1,2を表す球の大きさは、支持度の値に応
じて異っている。また、線4の太さ、長さは、確信度の
値に応じて異なっている。また、同じ項目の組合せから
なる1乃至複数の相関ルールにつき用意した1つの関連
付け部品から各項目部品に対して線で結んで相関ルール
を表現するようにしたので、その表示を単純化すること
ができる。このように、本実施の形態によれば、仮想3
次元空間に表示された相関ルールを見ることによって各
項目間における相関関係を一見して理解させることがで
きる。
FIG. 1 shows a display example of the association rule generated as described above. As is clear from this figure,
The size of the sphere representing each of the item parts 1 and 2 differs depending on the value of the support degree. Further, the thickness and length of the line 4 are different depending on the value of the certainty factor. In addition, since one association component prepared for one or a plurality of association rules composed of the same item combination is connected to each item component by a line to represent the association rule, the display can be simplified. it can. Thus, according to the present embodiment, virtual 3
By looking at the correlation rules displayed in the dimensional space, the correlation between the items can be understood at a glance.

【0035】なお、上記例では確信度を示すのに項目間
の距離すなわち線の長さ、かつ線の太さの両方で示しよ
うにしたが、いずれか一方で表現するようにしてもよ
い。あるいは、確信度の値が大きいほど色を濃くするな
ど線の色若しくは同じ色でもその色の濃淡を変えて表示
するようにしても同様に項目間の相関関係の強弱を一見
して理解させることができる。
In the above example, the certainty factor is indicated by both the distance between items, that is, both the length of the line and the thickness of the line, but it may be expressed by either one. Alternatively, even if the color of the line or the same color is displayed by changing the shading of the color, such as making the color darker as the value of the certainty factor is larger, it is also necessary to understand at a glance the strength of the correlation between items Can be.

【0036】また、本実施の形態では、3次元描画情報
生成部18と仮想3次元描画部19とを設け、3次元描
画情報を作成してそれを表示する例で説明したが、相関
ルール表示手段を1つの手段で形成するようにしてもよ
い。
Also, in the present embodiment, an example has been described in which the three-dimensional drawing information generating unit 18 and the virtual three-dimensional drawing unit 19 are provided and three-dimensional drawing information is created and displayed. The means may be formed by one means.

【0037】[0037]

【発明の効果】本発明によれば、相関ルールを仮想3次
元空間に表示することにより、相関関係のある項目をよ
りわかりやすく表示することができる。特に、仮想3次
元空間に表示することにより、各部品を結ぶ線を交差さ
せたり屈折させて表現する必要がなくなるため、各項目
間の相関関係を一見して理解させることができる。
According to the present invention, by displaying the correlation rules in the virtual three-dimensional space, items having a correlation can be displayed in a more understandable manner. In particular, by displaying in a virtual three-dimensional space, it is not necessary to cross or refract the lines connecting the components, so that the correlation between the items can be understood at a glance.

【0038】また、同じ項目の組合せからなる1乃至複
数の相関ルールにつき用意した1つの関連付け部品から
各項目部品に対して線で結んで相関ルールを表現するよ
うにしたので、その表示を単純化することができ、相関
関係を一見して理解させることができる。
In addition, since one association component prepared for one or a plurality of association rules composed of the same item combination is connected to each item component by a line to represent the association rule, the display is simplified. And the correlation can be understood at a glance.

【0039】また、相関ルールを表示する際、部品を結
ぶ線の長さ、太さ、あるいは色表示を変えることによっ
て相関関係を表示することができるので、相関のある項
目の部品を結ぶ線から有向性を排除したことにより、相
関ルールを単純に表すことができる。
Further, when displaying the correlation rule, the correlation can be displayed by changing the length, thickness, or color display of the line connecting the parts. By eliminating the directivity, the association rule can be expressed simply.

【0040】また、相関関係を表す支持度、確信度を部
品の大きさ、色、色の濃度、形状、距離等で表現するこ
とができるため、相関ルールを視覚的に容易に認識させ
ることができる。
Also, since the support and confidence indicating the correlation can be represented by the size, color, color density, shape, distance, etc. of the parts, the correlation rule can be easily visually recognized. it can.

【図面の簡単な説明】[Brief description of the drawings]

【図1】 本発明に係る相関ルール表示装置による相関
ルールの表示例を示した図である。
FIG. 1 is a diagram showing a display example of a correlation rule by a correlation rule display device according to the present invention.

【図2】 本実施の形態における相関ルール生成部によ
って生成された相関ルールの例を示した図である。
FIG. 2 is a diagram illustrating an example of an association rule generated by an association rule generation unit according to the present embodiment.

【図3】 本実施の形態における相関ルール表示装置の
ブロック構成図である。
FIG. 3 is a block diagram of an association rule display device according to the present embodiment.

【図4】 本実施の形態におけるユーザ情報記憶部への
設定例を示した図である。
FIG. 4 is a diagram illustrating an example of settings in a user information storage unit according to the present embodiment.

【図5】 本実施の形態における表示用部品情報データ
ベースの内容例を示した図である。
FIG. 5 is a diagram showing an example of contents of a display component information database according to the present embodiment.

【図6】 本実施の形態における相関ルールの表示処理
の流れを示したフローチャートである。
FIG. 6 is a flowchart showing a flow of a correlation rule display process according to the embodiment.

【図7】 本実施の形態における部品座標情報記憶部の
内容例を示した図である。
FIG. 7 is a diagram showing an example of contents of a component coordinate information storage unit according to the embodiment.

【図8】 従来の方式により表現された相関ルールの表
示例を示した図である。
FIG. 8 is a diagram showing a display example of an association rule expressed by a conventional method.

【符号の説明】[Explanation of symbols]

1,2,2a,2b 部品(項目部品)、3,3a 部
品(関連付け部品)、4,4a,4b,4c,4d 部
品(線)、11 項目データベース、12 相関ルール
生成部、13 相関ルール記憶部、14 部品配置部、
15 部品座標情報記憶部、16 ユーザ情報記憶部、
17 表示用部品情報データベース、18 3次元描画
情報生成部、19 仮想3次元描画部、20 3次元描
画情報記憶部。
1, 2, 2a, 2b parts (item parts), 3, 3a parts (association parts), 4, 4a, 4b, 4c, 4d parts (lines), 11 item database, 12 correlation rule generation unit, 13 correlation rule storage Part, 14 parts placement part,
15 part coordinate information storage unit, 16 user information storage unit,
17 parts information database for display, 18 three-dimensional drawing information generation part, 19 virtual three-dimensional drawing part, 203 three-dimensional drawing information storage part.

Claims (10)

【特許請求の範囲】[Claims] 【請求項1】 データベースから項目の属性間に存在す
る相関分析を行うデータマイニング装置において、 前記データベースからの項目の相関関係を分析して相関
ルールを生成する相関ルール生成手段と、 前記相関ルール生成手段が生成した相関ルールに含まれ
ている項目を3次元空間に表示する際の座標位置を決定
する部品配置手段と、 項目間の相関ルールを表示するために予め設定した表示
用部品情報に従い、前記部品配置手段が決定した3次元
空間における座標位置に、項目部品として表現される各
項目をそれぞれを関連づけて表示する相関ルール表示手
段と、 を有することを特徴とする相関ルール表示装置。
1. A data mining apparatus for performing a correlation analysis between the attributes of items from a database, wherein the correlation rule generating means analyzes a correlation between items from the database to generate a correlation rule; According to a component arranging means for determining a coordinate position when displaying an item included in the association rule generated by the means in a three-dimensional space, and display component information set in advance to display an association rule between items, An association rule display unit for displaying each item expressed as an item component in association with the coordinate position in the three-dimensional space determined by the component arrangement unit.
【請求項2】 前記相関ルール表示手段は、同じ項目の
組合せからなる1乃至複数の相関ルールにつき1つの関
連付け部品を用意して、その関連付け部品から各項目部
品に対して線で結んで前記同じ項目の組合せからなる1
乃至複数の相関ルールを表現することを特徴とする請求
項1記載の相関ルール表示装置。
2. The association rule display means prepares one association component for one or a plurality of association rules composed of the same item combination, and connects the association component with each item component by a line. 1 consisting of a combination of items
The association rule display device according to claim 1, wherein a plurality of association rules are expressed.
【請求項3】 前記相関ルール表示手段は、前記関連付
け部品と項目部品とを結ぶ線の有向性を排除した表示形
式によってその項目部品に対する相関関係を表現するこ
とを特徴とする請求項2記載の相関ルール表示装置。
3. The correlation rule display means according to claim 2, wherein the correlation with respect to the item component is expressed in a display format excluding the directivity of a line connecting the association component and the item component. Association rule display device.
【請求項4】 前記部品配置手段は、3次元空間におい
て各部品を直線で結べるように各部品の座標位置を決定
することを特徴とする請求項2記載の相関ルール表示装
置。
4. The correlation rule display device according to claim 2, wherein said component arranging means determines a coordinate position of each component so as to connect each component with a straight line in a three-dimensional space.
【請求項5】 前記部品配置手段は、3次元空間におい
て各部品を結ぶ線が交差しないように各部品の座標位置
を決定することを特徴とする請求項2又は3いずれかに
記載の相関ルール表示装置。
5. The correlation rule according to claim 2, wherein the component arranging means determines the coordinate position of each component so that lines connecting the components do not intersect in a three-dimensional space. Display device.
【請求項6】 前記相関ルール表示手段は、ある項目の
相関ルールの支持度に応じた大きさでその項目の項目部
品を表示することを特徴とする請求項1記載の相関ルー
ル表示装置。
6. The association rule display device according to claim 1, wherein said association rule display means displays the item parts of a certain item in a size corresponding to the support of the association rule of the item.
【請求項7】 前記相関ルール表示手段は、前記表示用
部品情報に従い、表示する各部品の種類や同じ種類でも
特に着目したい項目の部品の配色、形状などの表示属性
を他と異ならせて相関ルールを表現することを特徴とす
る請求項1記載の相関ルール表示装置。
7. The correlation rule display means, according to the display component information, sets a display attribute such as a color or shape of a component of an item of particular interest to be displayed even if the type of each component to be displayed or the same type is different from the others. The association rule display device according to claim 1, wherein the association rule display device represents a rule.
【請求項8】 前記相関ルール表示手段は、相関関係の
強弱に応じて各項目部品間の距離を設定することを特徴
とする請求項2記載の相関ルール表示装置。
8. The association rule display device according to claim 2, wherein said association rule display means sets a distance between each item part according to the strength of the association.
【請求項9】 前記相関ルール表示手段は、相関関係の
強弱に応じて各項目部品を結ぶ線の太さを調整すること
を特徴とする請求項2記載の相関ルール表示装置。
9. The association rule display device according to claim 2, wherein said association rule display means adjusts the thickness of a line connecting each item part according to the strength of the association.
【請求項10】 前記相関ルール表示手段は、相関関係
の強弱に応じて各項目部品を結ぶ線の色を調整すること
を特徴とする請求項2記載の相関ルール表示装置。
10. The association rule display device according to claim 2, wherein said association rule display means adjusts the color of a line connecting each item part according to the strength of the association.
JP18648297A 1997-07-11 1997-07-11 Correlation rule display device Pending JPH1131154A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP18648297A JPH1131154A (en) 1997-07-11 1997-07-11 Correlation rule display device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP18648297A JPH1131154A (en) 1997-07-11 1997-07-11 Correlation rule display device

Publications (1)

Publication Number Publication Date
JPH1131154A true JPH1131154A (en) 1999-02-02

Family

ID=16189267

Family Applications (1)

Application Number Title Priority Date Filing Date
JP18648297A Pending JPH1131154A (en) 1997-07-11 1997-07-11 Correlation rule display device

Country Status (1)

Country Link
JP (1) JPH1131154A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2009096441A1 (en) * 2008-01-31 2009-08-06 Hidenao Takahashi Relationship diagram creating system and relationship diagram creating method
WO2011043329A1 (en) * 2009-10-08 2011-04-14 インターマン株式会社 Product purchase assistance system
US8099527B2 (en) 2008-05-21 2012-01-17 Fujitsu Limited Operation management apparatus, display method, and record medium
WO2013088812A1 (en) * 2011-12-12 2013-06-20 インターナショナル・ビジネス・マシーンズ・コーポレーション System, device, and method for processing of three-dimensional time series data
GB2511967A (en) * 2011-12-12 2014-09-17 Ibm System, device, and method for processing of three-dimensional time series data
WO2019142391A1 (en) * 2018-01-22 2019-07-25 株式会社日立製作所 Data analysis assistance system and data analysis assistance method

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2009096441A1 (en) * 2008-01-31 2009-08-06 Hidenao Takahashi Relationship diagram creating system and relationship diagram creating method
US8099527B2 (en) 2008-05-21 2012-01-17 Fujitsu Limited Operation management apparatus, display method, and record medium
WO2011043329A1 (en) * 2009-10-08 2011-04-14 インターマン株式会社 Product purchase assistance system
WO2013088812A1 (en) * 2011-12-12 2013-06-20 インターナショナル・ビジネス・マシーンズ・コーポレーション System, device, and method for processing of three-dimensional time series data
GB2511967A (en) * 2011-12-12 2014-09-17 Ibm System, device, and method for processing of three-dimensional time series data
JPWO2013088812A1 (en) * 2011-12-12 2015-04-27 インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Machines Corporation Three-dimensional time series data processing system, apparatus and method
US9342543B2 (en) 2011-12-12 2016-05-17 International Business Machines Corporation Three-dimensional time series data
US9736102B2 (en) 2011-12-12 2017-08-15 International Business Machines Corporation Three-dimensional time series data
WO2019142391A1 (en) * 2018-01-22 2019-07-25 株式会社日立製作所 Data analysis assistance system and data analysis assistance method
JP2019128646A (en) * 2018-01-22 2019-08-01 株式会社日立製作所 Data analysis support system and data analysis support method

Similar Documents

Publication Publication Date Title
US10872446B2 (en) Systems and methods for high dimensional 3D data visualization
US7737966B2 (en) Method, apparatus, and system for processing geometric data of assembled parts
US8570343B2 (en) Automatic generation of 3D models from packaged goods product images
US6879322B2 (en) Three-dimensional object display system, three-dimensional object display method and recording medium recording a three-dimensional object display program
US20190311488A1 (en) Method and system for wireless ultra-low footprint body scanning
JP3275920B2 (en) Scientific figure display method
JP2006065482A (en) Multi-dimensional data display device and method, multi-dimensional data display program
CN105446626A (en) Augmented reality technology based commodity information acquisition method and system and mobile terminal
Arbeláez et al. Crowdsourcing Augmented Reality Environment (CARE) for aesthetic evaluation of products in conceptual stage
JP2774627B2 (en) Image display method and apparatus
US20090110297A1 (en) Computer readable recording medium storing difference emphasizing program, difference emphasizing method, and difference emphasizing apparatus
US6043825A (en) Method of displaying 3D networks in 2D with out false crossings
JPH10187794A (en) Device and method for distributing design and manufacture information to all over thin metallic sheet manufacture equipment
JPH1131154A (en) Correlation rule display device
KR20100125878A (en) Method and system of advertisement for extracting object image
US6603486B1 (en) Electronic drawing data translation
KR20010036674A (en) Method For Internet Electronic Commerce By Image Simulation
US20070146359A1 (en) CAD apparatus, CAD method and recording medium storing CAD program thereof
Bas et al. A roadmap for quality of the digital human model in the textile and apparel industry enabled by digital transformation
KR20210091874A (en) Cosmetics matching service providing system using augmented reality and method thereof
US8140374B2 (en) Method for evaluating provision of commodity information
JP4086601B2 (en) Three-dimensional shape measurement result display device, three-dimensional shape measurement result display method, program, and recording medium
TWI475403B (en) Method for forming chart of product marketing analysis and computer program product thereof
JP2001312628A (en) System, method, and device for transaction condition prediction
JPH06266328A (en) Display method for three-dimensional position