| Literature DB >> 35498141 |
Siyao Li1, Di Xu2, Yang Liu3, Rui Wang1, Jian Zhang1.
Abstract
Entering the 21st century, material abundance has been greatly enriched, and living standards have been continuously improved. Now society is gradually moving towards the era of experience economy. From the perspective of experience economy, patients' demands for hospitals are not only the satisfaction of medical technology, but their catering consumption also has begun to change to the pursuit of higher requirements. Decision tree algorithm is a kind of data mining algorithm. Data mining technology is a young technology for data analysis. It can simulate mathematical models or algorithms through data analysis, which greatly improves the prediction accuracy. This paper aims to study how to identify the influencing factors of hospital catering service satisfaction, and proposes the application of decision tree algorithm to the hospital catering service satisfaction research, and proposes decision tree-related algorithms, such as ID3, C4.5, and C5.0. Based on the analysis of patients' satisfaction with the hospital catering service in a certain hospital, the results of the model study based on the decision tree algorithm show that the risk estimation value of the training set is 0.064, and the total correct percentage is 93.6%. The risk estimate for the test set was 0.065, for a total correct percentage of 93.5%. It can be seen that the effect of the model is good and can be effectively predicted.Entities:
Year: 2022 PMID: 35498141 PMCID: PMC9050333 DOI: 10.1155/2022/6293908
Source DB: PubMed Journal: Appl Bionics Biomech ISSN: 1176-2322 Impact factor: 1.781
Figure 1Decision number generation process.
Figure 2Graphical representation of the tree.
Figure 3Graphical representation of a decision tree.
Figure 4Decision tree algorithm.
Decision tree construction algorithms.
| Importing: datasets |
| Output: constructed decision tree (i.e., training set) |
| 1 Def: create decision tree |
| 2 “Create decision tree” |
| 3 If (all samples in the dataset have the same classification): |
| 4 Create leaf nodes with leaf labels |
| 5 Else: |
| 6 Find the best features to divide the dataset |
| 7 Divide the data set according to the best features |
| 8 For each partitioned dataset: |
| 9 Number of decision makers created (recursive) |
Figure 5The root node of the decision tree generated by the C4.5 algorithm.
Figure 6C5.0 algorithm flowchart.
Composition of influencing factors of hospital catering service satisfaction.
| Primary influencing factors | Secondary influencing factors | Definition of secondary influencing factors |
|---|---|---|
| Food quality | Weight | Amount of food provided |
| Varieties | Variety of food provided | |
| Flavor | Provide the taste of the meal | |
| Nutritive value | Provide nutritional value of meals | |
|
| ||
| Security guard | Package identification | Identification of the manufacturer on the food |
| Date of manufacture | Production date marked on the meal | |
| Quality guarantee period | The shelf life shall be marked on the food | |
| Package integrity | Intactness of food packaging | |
|
| ||
| Service level | Service process | Staff service process |
| Service attitude | Staff service attitude | |
|
| ||
| Order management | Price factor | Pricing level |
| Complaint and handling | Timeliness and satisfaction of complaint and handling | |
| Order processing | Order processing effectiveness | |
| Online payment | Online payment convenience | |
Figure 7Satisfaction decision tree for hospital catering services.
Figure 8Schematic diagram of the training sample decision tree.