Eka Wahyudi
Akademi Manajemen Komputer dan Informatika; Jl Gatot Subroto No. B1Ketapang, Kalimantan Barat

Published : 1 Documents Claim Missing Document
Claim Missing Document
Check
Articles

Found 1 Documents
Search

Case-Based Reasoning untuk Diagnosis Penyakit Jantung Eka Wahyudi; Sri Hartati
IJCCS (Indonesian Journal of Computing and Cybernetics Systems) Vol 11, No 1 (2017): January
Publisher : IndoCEISS in colaboration with Universitas Gadjah Mada, Indonesia.

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.22146/ijccs.15523

Abstract

Case Based Reasoning (CBR) is a computer system that used for reasoning old knowledge to solve new problems. It works by looking at the closest old case to the new case. This research attempts to establish a system of CBR  for diagnosing heart disease. The diagnosis process  is done by inserting new cases containing symptoms into the system, then  the similarity value calculation between cases  uses the nearest neighbor method similarity, minkowski distance similarity and euclidean distance similarity.            Case taken is the case with the highest similarity value. If a case does not succeed in the diagnosis or threshold <0.80, the case will be revised by experts. Revised successful cases are stored to add the systemknowledge. Method with the best diagnostic result accuracy will be used in building the CBR system for heart disease diagnosis.            The test results using medical records data validated by expert indicate that the system is able to recognize diseases heart using nearest neighbor similarity method, minskowski distance similarity and euclidean distance similarity correctly respectively of 100%. Using nearest neighbor get accuracy of 86.21%, minkowski 100%, and euclidean 94.83%