JPH08137696A - Case-based reasoning device - Google Patents

Case-based reasoning device

Info

Publication number
JPH08137696A
JPH08137696A JP28026494A JP28026494A JPH08137696A JP H08137696 A JPH08137696 A JP H08137696A JP 28026494 A JP28026494 A JP 28026494A JP 28026494 A JP28026494 A JP 28026494A JP H08137696 A JPH08137696 A JP H08137696A
Authority
JP
Japan
Prior art keywords
case
similar
similarity
past
correction
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
JP28026494A
Other languages
Japanese (ja)
Inventor
Toshiharu Iwatani
敏治 岩谷
Hiroshi Narasaki
博司 楢崎
Ichiro Shigaki
一郎 志垣
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.)
Kobe Steel Ltd
Original Assignee
Kobe Steel 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 Kobe Steel Ltd filed Critical Kobe Steel Ltd
Priority to JP28026494A priority Critical patent/JPH08137696A/en
Publication of JPH08137696A publication Critical patent/JPH08137696A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE: To obtain the case.based reasoning device from which an excellent solution is always obtained by selecting similarity between a problem case and a past case properly. CONSTITUTION: The device A is provided with a problem case input device 1 inputting a problem case a, a case storage device 2 storing a past case, a similar case selector 3 selecting a similar case c similar to the received problem case a among past stored cases by referencing a similarity definition prepared in advance defining the similarity between the problem case and the past case, a similarity case correction device 4 correcting solution data of the selected similar case c by referencing a correction knowledge prepared in advance to correct solution data of the similar case in response to the difference between the similar case and the problem case and a similarity adjustment device 5 revising the definition of similarity in response to the addition and revision of the correction intelligence. Thus, an excellent solution is obtained at all times through the configuration above.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は,事例ベース推論装置に
係り,例えば,機械設計,機械の故障診断,製造工程の
設計,スケジュールリング一般等に用いることのできる
事例ベース推論装置に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a case-based reasoning apparatus, and more particularly to a case-based reasoning apparatus that can be used for machine design, machine failure diagnosis, manufacturing process design, scheduling in general, and the like. .

【0002】[0002]

【従来の技術】図3に示すごとく,従来の事例ベース推
論装置(CBR装置)A0は,現在の問題を特徴づける
データである問題事例aを入力する問題事例入力装置1
と,過去の問題を特徴づけたデータとその過去の問題の
解答データとの対である過去事例を記憶する事例格納装
置2と,問題事例aと過去事例との間の類似度を定義す
る予め用意された類似度定義を参照して,上記記憶され
た過去事例の中から,上記入力された問題事例aと類似
する類似事例cを選択する類似事例選択装置3と,類似
事例と問題事例との差異に応じて類似事例の解答データ
を修正するための予め用意された修正知識を参照して,
上記選択された類似事例cの解答データを修正する類似
事例修正装置4とを具備している。さらに,この従来装
置A0は上記修正知識の追加修正を行う修正知識追加変
更装置8と,上記予め用意された類似度定義を記憶する
類似度定義格納装置6と,上記予め用意された修正知識
を記憶する修正知識格納装置7と,上記修正された類似
事例の解答データを問題事例aに対する解bとして出力
する解出力装置9とを具備している。以下,この従来装
置A0を用いて,大阪からの運賃決定問題を解く場合を
例にとってその動作を説明する。先ず,問題事例aは,
問題を特徴づける属性と属性値とのペアの集合である。
例えば,行き先:東京,手段:電車,出発日:お盆を問
題事例aとする。前提条件として事例格納装置2には,
問題事例aと同様の構造のデータ+大阪からの運賃情報
(=解答データ)を持ったデータ(過去事例)が1個以
上入っているものとする。類似事例選択装置3は,類似
度定義を参照し,事例格納装置2から問題事例aに類似
する類似事例cを選択する。類似度定義格納装置6に
は,問題事例aと過去事例間の類似度の定義が既に入っ
ている。修正知識格納装置7には,類似事例と問題事例
との差から,運賃(=解答データ)を変更するための知
識が既に入っている。類似事例修正装置4は修正知識を
利用して,運賃(=解答データ)を作成する。修正知識
追加変更装置8は必要に応じて修正知識を追加変更す
る。
2. Description of the Related Art As shown in FIG. 3, a conventional case-based reasoning device (CBR device) A0 inputs a problem case a, which is data characterizing a current problem, as a problem case input device 1
And a case storage device 2 that stores a past case that is a pair of data characterizing a past problem and answer data of the past problem, and a similarity between the problem case a and the past case are defined in advance. A similar case selecting device 3 for selecting a similar case c similar to the input problem case a from the stored past cases with reference to the prepared similarity definition, a similar case and a problem case Refer to the correction knowledge prepared in advance to correct the answer data of similar cases according to the difference of
The similar case correction device 4 for correcting the answer data of the selected similar case c. Further, the conventional device A0 stores the modification knowledge addition / modification device 8 which additionally modifies the modification knowledge, the similarity definition storage device 6 which stores the previously prepared similarity definition, and the previously prepared modification knowledge. It comprises a correction knowledge storage device 7 for storing and a solution output device 9 for outputting the corrected answer data of the similar case as a solution b for the problem case a. The operation will be described below by taking the case of solving the fare determination problem from Osaka using the conventional apparatus A0 as an example. First, problem case a is
It is a set of pairs of attributes and attribute values that characterize the problem.
For example, the destination is Tokyo, the means is a train, and the departure date is Obon as the problem case a. As a prerequisite, the case storage device 2
It is assumed that there is at least one piece of data (past case) having data having the same structure as problem case a + fare information (= answer data) from Osaka. The similar case selection device 3 refers to the similarity definition and selects a similar case c similar to the problem case a from the case storage device 2. The similarity definition storage device 6 already contains the definition of the similarity between the problem case a and the past case. The correction knowledge storage device 7 already contains knowledge for changing the fare (= answer data) based on the difference between the similar case and the problem case. The similar case correction device 4 uses the correction knowledge to create a fare (= answer data). The modification knowledge addition and modification device 8 additionally modifies modification knowledge as necessary.

【0003】今,大阪から他の都市へ旅行する場合の運
賃を推定するシステムをCBR装置A0を利用して構築
することを考える。各事例は,a1,a2,a3の3種
類の属性を持ち,それぞれ,都市名(=行き先),手
段,時期を表す。例えば,“広島へバスで年末に行く”
という事例Cは,C=(広島,バス,年末)と表現され
る。また,事例Cの属性‘時期’の属性値はa3(C)
で表されるものとする。この場合,a3(C)=‘年
末’となる。また,類似事例選択装置3は,与えられた
問題事例Pに対する類似度SDが1番高い事例を選択す
るものとなり,問題事例Pとある事例Cとの間の類似度
定義は,次式で表現されるものとする。
Consider now that a system for estimating a fare when traveling from Osaka to another city is constructed using the CBR device A0. Each case has three types of attributes, a1, a2, and a3, and represents a city name (= destination), means, and time, respectively. For example, "go to Hiroshima by bus at the end of the year"
Case C is expressed as C = (Hiroshima, bus, year-end). In addition, the attribute value of the attribute'time 'of case C is a3 (C)
Shall be represented by. In this case, a3 (C) = 'end of year'. Further, the similar case selection device 3 selects the case having the highest similarity SD to the given problem case P, and the similarity definition between the problem case P and a certain case C is expressed by the following equation. Shall be done.

【数1】 ここで,sdi()は双方の事例の属性値ai(P)と
ai(C)との間の類似度を示す。さらに,類似度SD
は以下のように定義されている。
[Equation 1] Here, sdi () indicates the degree of similarity between the attribute values ai (P) and ai (C) of both cases. Furthermore, the similarity SD
Is defined as follows.

【数2】 つまり,事例間の類似度は,同じ属性値を持つ属性の数
に等しいと考える。例えば,問題事例P=(東京,電
車,お盆)に対しては,過去事例C1=(東京,飛行
機,お盆)(類似度=2)は過去事例C2(横浜,電
車,6月)(類似度=1)よりも問題事例に近いことに
なる。このような類似度の定義方法は,人間の日常的な
直感にも合致し,また従来のCBRシステムでもしばし
ば利用されている方法である。
[Equation 2] That is, the similarity between cases is considered to be equal to the number of attributes having the same attribute value. For example, for problem case P = (Tokyo, train, Obon), past case C1 = (Tokyo, airplane, Obon) (similarity = 2) is past case C2 (Yokohama, train, June) (similarity It is closer to the problem case than = 1). Such a method of defining the degree of similarity conforms to the daily intuition of human beings and is a method often used in the conventional CBR system.

【0004】また,下の表1に示される経験的な類似事
例の修正知識が修正知識格納装置7にあったとする。
It is also assumed that the correction knowledge storage device 7 has the correction knowledge of the empirical similar case shown in Table 1 below.

【表1】 ルールのIF部分は問題事例と類似事例との間における
属性値の異同を示し,THEN部分は類似事例における
運賃の修正度合いを示している。例えば,Rule1は
電車を利用する場合には,混雑期にはディスカウントチ
ケットが使えず,正規運賃を支払う必要があるため,通
常期より10%程度割高になることを示している。従来
は以上のようにして,大阪から目的地までの運賃を推定
している。
[Table 1] The IF part of the rule indicates the difference in attribute value between the problem case and the similar case, and the THEN part indicates the degree of fare modification in the similar case. For example, Rule 1 indicates that when using a train, the discount ticket cannot be used during the busy season and the regular fare needs to be paid, so that it is about 10% higher than the normal season. Conventionally, the fare from Osaka to the destination is estimated as described above.

【0005】[0005]

【発明が解決しようとする課題】上記したような従来の
事例ベース推論装置A0では,次のような問題点があっ
た。即ち,上記したような修正知識が採用されている場
合には,上記(2)式で示される類似度定義は適切では
ない。なぜならば,類似事例選択装置3により,前記の
ように事例C1が選択されると確信度が低いRule3
(確信度0.5)によって事例が修正されることにな
り,適切な解が得られない可能性が高くなるからであ
る。この例は,類似事例の修正知識が類似度定義に影響
を与えることを示している。また重要なのは,上記
(2)式の定義が誤っていたから,問題が生じたのでは
ない点である。いかに正確に類似度定義を決定していた
としても,類似事例の修正知識の追加変更があれば,類
似度の変更は必要なのである。極端な場合,3属性値と
も全て大幅に異なる2つの事例でも,それを問題事例に
適合するように修正する正確な(=確信度が高い)知識
が追加されたならば,その事例の類似度が高くなるよう
に類似度を変更しなければならないにもかかわらず,前
記従来装置における類似度の定義は固定されたもので問
題事例に応じて類似度を調整する融通性に欠ける点が問
題であった。本発明は,このような従来の技術における
課題を解決するために,事例ベース推論装置を改良し,
問題事例と過去事例との間の類似度を適切なものとする
ことにより常に良好な解を得ることのできる事例ベース
推論装置を提供することを目的とするものである。
The conventional case-based reasoning apparatus A0 as described above has the following problems. That is, when the correction knowledge as described above is adopted, the similarity definition represented by the equation (2) is not appropriate. This is because Rule3, which has a low certainty when the case C1 is selected by the similar case selection device 3 as described above.
This is because the case is corrected by (confidence factor 0.5), and there is a high possibility that an appropriate solution cannot be obtained. This example shows that the correction knowledge of similar cases affects the similarity definition. What is also important is that the problem did not occur because the definition of equation (2) was incorrect. No matter how accurately the similarity definition is determined, it is necessary to change the similarity if there is additional change in the correction knowledge of similar cases. In the extreme case, even in two cases where the three attribute values are all significantly different, if the correct (= high confidence) knowledge is added to correct it so that it matches the problem case, the similarity of the cases However, the problem is that the definition of the similarity in the conventional device is fixed and the flexibility to adjust the similarity according to the problem case is lacking, even though the similarity must be changed so that there were. The present invention improves a case-based reasoning apparatus to solve the problems in the conventional arts,
It is an object of the present invention to provide a case-based reasoning device that can always obtain a good solution by making the similarity between a problem case and a past case appropriate.

【0006】[0006]

【課題を解決するための手段】上記目的を達成するため
に本発明は,現在の問題を特徴づけるデータである問題
事例を入力する問題事例入力手段と,過去の問題を特徴
づけたデータと該過去の問題の解答データとの対である
過去事例を記憶する事例記憶手段と,問題事例と過去事
例との間の類似度を定義する予め用意された類似度定義
を参照して,上記記憶された過去事例の中から,上記入
力された問題事例と類似する類似事例を選択する類似事
例選択手段と,類似事例と問題事例との差異に応じて該
類似事例の解答データを修正するための予め用意された
修正知識を参照して,上記選択された類似事例の解答デ
ータを修正する類似事例修正手段とを具備した事例ベー
ス推論装置において,上記修正知識の追加変更に応じて
上記類似度定義を変更する類似度定義変更手段を設けた
ことを特徴とする事例ベース推論装置として構成されて
いる。
In order to achieve the above object, the present invention provides a problem case input means for inputting a problem case which is data characterizing a current problem, data characterizing a past problem, and It is stored as described above with reference to a case storage unit that stores a past case that is a pair with answer data of a past problem, and a similarity definition prepared in advance that defines a similarity between a problem case and a past case. From similar past cases, similar case selecting means for selecting a similar case similar to the input problem case, and in advance for correcting the answer data of the similar case according to the difference between the similar case and the problem case In a case-based reasoning apparatus equipped with similar case correction means for correcting the answer data of the selected similar case with reference to the prepared correction knowledge, the similarity definition is defined in accordance with the additional change of the correction knowledge. Is configured as a case-based inference apparatus, characterized in that provided a similarity definition change means for further.

【0007】[0007]

【作用】本発明によれば,現在の問題を特徴づけるデー
タである問題事例が問題事例入力手段により入力され
る。過去の問題を特徴づけたデータと該過去の問題の解
答データとの対である過去事例が事例記憶手段に予め記
憶されている。問題事例と過去事例との間の類似度を定
義する予め用意された類似度定義が参照されて,上記記
憶された過去事例の中から,上記入力された問題事例と
類似する類似事例が類似事例選択手段により選択され
る。類似事例と問題事例との差異に基づいて該類似事例
の解答データを修正するための予め用意された修正知識
が参照されて,上記選択された類似事例の解答データが
類似事例修正手段により修正される。この際,上記修正
知識の追加変更に応じて上記類似度定義が類似度定義変
更手段により変更される。これにより,問題事例と過去
事例との間の類似度が適切なものとなり,その結果,常
に良好な解を得ることができる。
According to the present invention, a problem case, which is data characterizing the current problem, is input by the problem case input means. A past case, which is a pair of data characterizing a past question and answer data of the past question, is stored in advance in the case storage means. The similarity definition prepared in advance that defines the similarity between the problem case and the past case is referred to, and from the stored past cases, the similar case that is similar to the input problem case is the similar case. Selected by the selection means. Based on the difference between the similar case and the problem case, the correction knowledge prepared for correcting the answer data of the similar case is referred to, and the answer data of the selected similar case is corrected by the similar case correction means. It At this time, the similarity definition changing means changes the similarity definition according to the additional change of the correction knowledge. As a result, the similarity between the problem case and the past case becomes appropriate, and as a result, a good solution can always be obtained.

【0008】[0008]

【実施例】以下添付図面を参照して,本発明を具体化し
た実施例につき説明し,本発明の理解に供する。尚,以
下の実施例は,本発明を具体化した一例であって,本発
明の技術的範囲を限定する性格のものではない。ここ
に,図1は本発明の一実施例に係る事例ベース推論装置
A1の概略構成を示す模式図,図2は本発明の他の実施
例に係る事例ベース推論装置A2の概略構成を示す模式
図である。尚,前記図3に示した従来の事例ベース推論
装置A0の一例における概略構成を示す模式図と共通す
る要素については同一符号を使用する。図1に示すごと
く,本実施例に係る事例ベース推論装置(CBR装置)
A1は,現在の問題を特徴づけるデータである問題事例
aを入力する問題事例入力装置1(問題事例入力手段に
相当)と,過去の問題を特徴づけたデータとその過去の
問題の解答データとの対である過去事例を記憶する事例
格納装置2(事例記憶手段に相当)と,問題事例と過去
事例との間の類似度を定義する予め用意された類似度定
義を参照して,上記記憶された過去事例の中から,上記
入力された問題事例aと類似する類似事例cを選択する
類似事例選択装置3(類似事例選択手段に相当)と,類
似事例と問題事例との差異に応じてこの類似事例の解答
データを修正するための予め用意された修正知識を参照
して,上記選択された類似事例cの解答データを修正す
る類似事例修正装置4(類似事例修正手段に相当)とを
具備している点で従来例と同様である。しかし,本実施
例では,上記修正知識の追加変更に応じて上記類似度定
義を変更する類似度調整装置5(類似度定義変更手段に
相当)を設けた点で従来例と異なる。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Embodiments embodying the present invention will be described below with reference to the accompanying drawings for the understanding of the present invention. The following embodiments are examples of embodying the present invention and are not intended to limit the technical scope of the present invention. 1 is a schematic diagram showing a schematic configuration of a case-based reasoning apparatus A1 according to an embodiment of the present invention, and FIG. 2 is a schematic diagram showing a schematic configuration of a case-based reasoning apparatus A2 according to another embodiment of the present invention. It is a figure. The same reference numerals are used for elements common to the schematic diagram showing the schematic configuration of the example of the conventional case-based reasoning apparatus A0 shown in FIG. As shown in FIG. 1, a case-based reasoning apparatus (CBR apparatus) according to this embodiment.
A1 is a problem case input device 1 (corresponding to a problem case input means) for inputting a problem case a which is data characterizing the present problem, data characterizing a past problem and answer data of the past problem. The case storage device 2 (corresponding to a case storage unit) that stores a past case that is a pair and a similarity definition prepared in advance that defines the similarity between the problem case and the past case are referred to, and the storage is performed. Depending on the similar case selecting device 3 (corresponding to similar case selecting means) that selects the similar case c similar to the input problem case a from the past cases that have been input, and the difference between the similar case and the problem case. The similar case correction device 4 (corresponding to similar case correction means) for correcting the answer data of the selected similar case c is referred to by referring to the correction knowledge prepared in advance for correcting the answer data of the similar case. In terms of having Is the same as the coming examples. However, the present embodiment is different from the conventional example in that a similarity adjusting device 5 (corresponding to similarity definition changing means) that changes the similarity definition according to the additional change of the correction knowledge is provided.

【0009】この他,本装置A1は,上記類似度定義を
予め記憶する類似度定義格納装置6と,上記修正知識を
記憶する修正知識格納装置7と,上記修正知識を追加変
更する修正知識追加変更装置8と,上記修正された類似
事例の解答データを解bとして出力する解出力装置9と
を具備している。以下,本装置A1を用いて,従来例と
同様の大阪からの運賃決定問題を解く場合を例にとって
その動作を説明する。この場合についても,従来例と同
様の前提条件がそろっているものとする。ここでも,大
阪から他の都市へ旅行する場合の運賃を推定するシステ
ムを本装置A1を利用して構築することを考える。各事
例は,a1,a2,a3の3種類の属性を持ち,それぞ
れ,都市名(=行き先),手段,時期を表す。例えば
“広島へバスで年末に行く”という事例Cは,C=(広
島,バス,年末)と表現される。また,事例Cの属性
“時期”の属性値はa3(C)で表されるものとする
(この場合a3(C)=“年末”となる。)また,類似
事例選択装置3は与えられた問題事例Pに対する類似度
SDが1番高い事例を選択するものとする。ただし,問
題事例Pとある事例Cとの間の類似度定義は,従来例で
の(1)式に代えて,ここでは,次式で表現されるもの
とする。
In addition to the above, the apparatus A1 includes a similarity definition storage device 6 for storing the similarity definition in advance, a correction knowledge storage device 7 for storing the correction knowledge, and a correction knowledge addition for additionally changing the correction knowledge. A changing device 8 and a solution output device 9 for outputting the corrected answer data of the similar case as a solution b are provided. The operation will be described below by taking the case of solving the fare determination problem from Osaka similar to the conventional example using the apparatus A1. Also in this case, it is assumed that the same preconditions as in the conventional example are prepared. Here again, it is considered that a system for estimating a fare when traveling from Osaka to another city is constructed using the device A1. Each case has three types of attributes, a1, a2, and a3, and represents a city name (= destination), means, and time, respectively. For example, the case C of “going to Hiroshima by bus at the end of the year” is expressed as C = (Hiroshima, bus, end of year). Also, the attribute value of the attribute “time” of the case C is represented by a3 (C) (in this case, a3 (C) = “end of year”). Also, the similar case selection device 3 is provided. It is assumed that the case having the highest similarity SD to the problem case P is selected. However, the similarity definition between the problem case P and a case C is expressed by the following expression here instead of the expression (1) in the conventional example.

【数3】 ここで,‘context’とは,問題事例,過去事例
の双方の属性値,あるいは属性値の持つ属性(前記表1
のRuleの中で使用されている‘混雑期’,‘距離’
等)を変数にとる条件式の集合である。
(Equation 3) Here, “context” is the attribute value of both the problem case and the past case, or the attribute of the attribute value (see Table 1 above).
'Crowded season'and'distance'used in Rule
Etc.) is a set of conditional expressions that take variables.

【0010】さらに,修正知識が追加変更された場合
に,そこからcontextを抽出し,類似度定義に反
映する必要があるが,類似度調整装置5がこの機能を有
する。基本的には,追加されたルールのIF部分がco
ntextを構成し,THEN部分と確信度とが関数s
di()の変化の内容に関係する。例えば,Rule2
が新たに与えられた場合には,IF部分で唯一“異な
る”となっている属性“行き先”の類似度sd1()が
以下のように変更される。
Further, when the correction knowledge is additionally changed, it is necessary to extract the context from it and reflect it in the similarity definition, but the similarity adjusting device 5 has this function. Basically, the IF part of the added rule is co
The text part and the certainty factor constitute a function s.
It is related to the content of changes in di (). For example, Rule2
Is newly given, the similarity sd1 () of the attribute "destination" which is the only "different" in the IF portion is changed as follows.

【数4】 上記(4)式の類似度sd1を利用すれば,conte
xt1={a2(P)=a2(C)=電車,a3(P)
=a3(C)}を満足する場合には,属性値a1(P)
とa1(C)とが異なっていても,類似度sd1()の
値は0.8(=Rule2の確信度)になる。そのた
め,確信度の比較的高いRule2が適用できる事例C
2と問題事例Pとの間の類似度SDが大きくなり,推論
に利用されやすくなる。
[Equation 4] If the similarity sd1 of the above equation (4) is used,
xt1 = {a2 (P) = a2 (C) = train, a3 (P)
= A3 (C)} is satisfied, the attribute value a1 (P)
And a1 (C) are different, the value of the similarity sd1 () is 0.8 (= confidence of Rule2). Therefore, Case C to which Rule2 with a relatively high degree of certainty can be applied
The degree of similarity SD between 2 and the problem case P becomes large, and it becomes easy to use for inference.

【0011】引き続いて,図2に示す他の実施例につい
て述べる。他の実施例に係る事例ベース推論装置A2で
は,例えば,類似事例選択装置3と類似度定義格納装置
6とが一体になっている場合,あるいは類似事例修正装
置4と修正知識格納装置6とが一体になっている場合で
ある。後者では,上記修正知識追加変更装置8の代りに
類似事例修正装置を変更する装置10が設けられる。こ
の場合にも,上記実施例装置A1と同様の作用効果を奏
する。以上をまとめると次のことがいえる。上記2つの
実施例装置A1,A2とも,類似事例の修正知識が類似
度定義に影響を与えるという従来例で示した理由から,
類似事例の修正知識の追加変更があれば類似度の変更を
行うようにしている。これにより,極端な場合,問題事
例と過去事例との有する属性値が全て大幅に異なる場合
であっても,それを問題事例に適合するように修正する
正確な(=確信度が高い)知識が追加されたならば,そ
の事例の類似度が高くなるように類似度を変更すること
ができる。その結果,問題事例と過去事例との間の類似
度を適切なものとして常に良好な解を得ることができ
る。尚,上記実施例では,類似度定義の内容にcout
extという条件式の集合を反映させることとしたが,
実使用に際しては修正知識の追加変更に応じて類似度定
義自体を変更させてもよい。
Next, another embodiment shown in FIG. 2 will be described. In the case-based reasoning apparatus A2 according to another embodiment, for example, when the similar case selection apparatus 3 and the similarity definition storage apparatus 6 are integrated, or the similar case correction apparatus 4 and the correction knowledge storage apparatus 6 are combined. This is the case when they are integrated. In the latter case, a device 10 for changing the similar case correction device is provided instead of the correction knowledge addition / change device 8. In this case as well, the same operational effects as those of the above-described embodiment apparatus A1 are obtained. The following can be said from the above. For both of the above-described two example devices A1 and A2, the correction knowledge of similar cases affects the similarity definition, because of the reason shown in the conventional example.
If there is an additional change in the correction knowledge of the similar case, the degree of similarity is changed. As a result, even in the extreme case, even if the attribute values of the problem case and the past case are all significantly different, accurate (= high confidence) knowledge to correct it to match the problem case can be obtained. Once added, the similarity can be changed so that the case is more similar. As a result, it is possible to always obtain a good solution by setting the similarity between the problem case and the past case to be appropriate. In the above embodiment, the content of the similarity definition is cout.
Although we decided to reflect the set of conditional expressions called ext,
In actual use, the similarity definition itself may be changed according to additional changes in the correction knowledge.

【0012】[0012]

【発明の効果】本発明に係る事例ベース推論装置は,上
記したように構成されているため,問題事例と過去事例
との間の類似度を適切なものとして常に良好な解を得る
ことができる。
Since the case-based reasoning apparatus according to the present invention is configured as described above, it is possible to always obtain a good solution by setting the similarity between the problem case and the past case to be appropriate. .

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

【図1】 本発明の一実施例に係る事例ベース推論装置
A1の概略構成を示す模式図。
FIG. 1 is a schematic diagram showing a schematic configuration of a case-based reasoning apparatus A1 according to an embodiment of the present invention.

【図2】 本発明の他の実施例に係る事例ベース推論装
置A2の概略構成を示す模式図。
FIG. 2 is a schematic diagram showing a schematic configuration of a case-based reasoning apparatus A2 according to another embodiment of the present invention.

【図3】 従来の事例ベース推論装置A0の一例におけ
る概略構成を示す模式図。
FIG. 3 is a schematic diagram showing a schematic configuration of an example of a conventional case-based reasoning apparatus A0.

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

A1,A2…事例ベース推論装置 1…問題事例入力装置(問題事例入力手段に相当) 2…事例格納装置(事例記憶手段に相当) 3…類似事例選択装置(類似事例選択手段に相当) 4…類似事例修正装置(類似事例修正手段に相当) 5…類似度調整装置(類似度定義変更手段に相当) 8…修正知識追加変更装置 10…類似事例修正装置を変更する装置 A1, A2 ... Case-based reasoning apparatus 1 ... Problem case input device (corresponding to problem case input means) 2 ... Case storing device (corresponding to case storing means) 3 ... Similar case selecting device (corresponding to similar case selecting means) 4 ... Similar case correction device (corresponding to similar case correction means) 5 ... Similarity adjusting device (corresponding to similarity definition changing means) 8 ... Correction knowledge addition / change device 10 ... Device for changing similar case correction device

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 現在の問題を特徴づけるデータである問
題事例を入力する問題事例入力手段と,過去の問題を特
徴づけたデータと該過去の問題の解答データとの対であ
る過去事例を記憶する事例記憶手段と,問題事例と過去
事例との間の類似度を定義する予め用意された類似度定
義を参照して,上記記憶された過去事例の中から,上記
入力された問題事例と類似する類似事例を選択する類似
事例選択手段と,類似事例と問題事例との差異に応じて
該類似事例の解答データを修正するための予め用意され
た修正知識を参照して,上記選択された類似事例の解答
データを修正する類似事例修正手段とを具備した事例ベ
ース推論装置において,上記修正知識の追加変更に応じ
て上記類似度定義を変更する類似度定義変更手段を設け
たことを特徴とする事例ベース推論装置。
1. A problem case input means for inputting a problem case, which is data characterizing a current problem, and a past case, which is a pair of data characterizing a past problem and answer data of the past problem, is stored. Similar to the input problem case from the stored past cases by referring to the case storage means for storing and the similarity definition prepared in advance that defines the similarity between the problem case and the past case. The similar selected by referring to similar case selecting means for selecting a similar case and correction knowledge prepared in advance for correcting the answer data of the similar case according to the difference between the similar case and the problem case In a case-based reasoning apparatus having similar case correction means for correcting case answer data, similarity definition changing means for changing the similarity definition in accordance with additional change of the correction knowledge is provided. Case-based reasoning device.
JP28026494A 1994-11-15 1994-11-15 Case-based reasoning device Pending JPH08137696A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP28026494A JPH08137696A (en) 1994-11-15 1994-11-15 Case-based reasoning device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP28026494A JPH08137696A (en) 1994-11-15 1994-11-15 Case-based reasoning device

Publications (1)

Publication Number Publication Date
JPH08137696A true JPH08137696A (en) 1996-05-31

Family

ID=17622578

Family Applications (1)

Application Number Title Priority Date Filing Date
JP28026494A Pending JPH08137696A (en) 1994-11-15 1994-11-15 Case-based reasoning device

Country Status (1)

Country Link
JP (1) JPH08137696A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11312199A (en) * 1998-04-27 1999-11-09 Kobe Steel Ltd Nursing guidance system
JP2004206167A (en) * 2002-12-20 2004-07-22 Fujitsu Ltd Case prediction device and method
CN111365239A (en) * 2020-03-30 2020-07-03 北京工业大学 Roots blower fault diagnosis method adopting case reasoning
WO2021193100A1 (en) * 2020-03-25 2021-09-30 株式会社日立製作所 Data processing assistant system, data processing assistant method, and data processing assistant program

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11312199A (en) * 1998-04-27 1999-11-09 Kobe Steel Ltd Nursing guidance system
JP2004206167A (en) * 2002-12-20 2004-07-22 Fujitsu Ltd Case prediction device and method
WO2021193100A1 (en) * 2020-03-25 2021-09-30 株式会社日立製作所 Data processing assistant system, data processing assistant method, and data processing assistant program
CN111365239A (en) * 2020-03-30 2020-07-03 北京工业大学 Roots blower fault diagnosis method adopting case reasoning

Similar Documents

Publication Publication Date Title
DE60125414T2 (en) Routing and filing within a computer network
US8402430B2 (en) System and method for integrating object-oriented model profiles and object-oriented programming languages
JPS62293352A (en) Processing system for knowledge information
CN103942083B (en) A kind of compiling implementation method towards variable ginseng function
CN112199477A (en) Dialogue management scheme and dialogue management corpus construction method
JPH07219758A (en) Specification generation method
Cánovas et al. Calmness of the argmin mapping in linear semi-infinite optimization
JPH08137696A (en) Case-based reasoning device
US20010049696A1 (en) Method of and computer system for performing a transaction on a database
Anstreicher et al. A new infinity-norm path following algorithm for linear programming
CN109660602A (en) Data increment transmission method and device
JP2001014400A (en) Integrated operation system
US20010054039A1 (en) Method of changing a parameter of an operating system of a computer system
US6466930B1 (en) Method and apparatus for evaluating expressions including time-scoped operands
CN114547921A (en) Offline solving method and device and online decision method and device
JP4103791B2 (en) Program generation system and method
Bai et al. Discrete-Time Model Pricing of American Option Early Exercise Premia
US6374233B1 (en) Method and apparatus for evaluating expressions with cancellation of requests for operands that are no longer required
JPH05216799A (en) Name managing system
JP2000330893A (en) Document circulation system
JPH04321135A (en) Instruction system for object correction of compiler
DE3216237C2 (en) Method and circuit arrangement for checking the processability of operands arranged in an overlapping manner in the main memory of a data processing system
JPH04209026A (en) Rule inference device
JPH05233293A (en) Forward rule type production system and its inference method
JPH064377A (en) Method for operating program by data management