Next Article in Journal
Automated Arrhythmia Detection Based on RR Intervals
Next Article in Special Issue
Applications of Artificial Intelligence for the Diagnosis of Gastrointestinal Diseases
Previous Article in Journal
Lung Ultrasound-Guided Fluid Management versus Standard Care in Surgical ICU Patients: A Randomised Controlled Trial
Previous Article in Special Issue
Computer-Aided Detection False Positives in Colonoscopy
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Promising Approach: Artificial Intelligence Applied to Small Intestinal Bacterial Overgrowth (SIBO) Diagnosis Using Cluster Analysis

1
Department of Gastroenterology, Xiangya Hospital, Central South University, Changsha 410008, China
2
Hunan International Scientific and Technological Cooperation Base of Artificial Intelligence Computer Aided Diagnosis and Treatment for Digestive Disease, Changsha 410008, China
3
Laboratory of Science and Technology on Integrated Logistics Support, National University of Defense Technology, Changsha 410072, China
4
College of Intelligence Science and Technology, National University of Defense Technology, Changsha 410072, China
*
Authors to whom correspondence should be addressed.
Diagnostics 2021, 11(8), 1445; https://doi.org/10.3390/diagnostics11081445
Submission received: 26 May 2021 / Revised: 16 July 2021 / Accepted: 7 August 2021 / Published: 10 August 2021

Abstract

:
Small intestinal bacterial overgrowth (SIBO) is characterized by abnormal and excessive amounts of bacteria in the small intestine. Since symptoms and lab tests are non-specific, the diagnosis of SIBO is highly dependent on breath testing. There is a lack of a universally accepted cut-off point for breath testing to diagnose SIBO, and the dilemma of defining “SIBO patients” has made it more difficult to explore the gold standard for SIBO diagnosis. How to validate the gold standard for breath testing without defining “SIBO patients” has become an imperious demand in clinic. Breath-testing datasets from 1071 patients were collected from Xiangya Hospital in the past 3 years and analyzed with an artificial intelligence method using cluster analysis. K-means and DBSCAN algorithms were applied to the dataset after the clustering tendency was confirmed with Hopkins Statistic. Satisfying the clustering effect was evaluated with a Silhouette score, and patterns of each group were described. Advantages of artificial intelligence application in adaptive breath-testing diagnosis criteria with SIBO were discussed from the aspects of high dimensional analysis, and data-driven and regional specific dietary influence. This research work implied a promising application of artificial intelligence for SIBO diagnosis, which would benefit clinical practice and scientific research.

1. Introduction

Small intestinal bacterial overgrowth (SIBO) is an unbalanced status of intestinal micro flora characterized by an excessive concentration of bacteria in the small intestine, which presents with abdominal distention, nausea, diarrhea and other nonspecific symptoms in clinic [1,2,3]. Specific gastrointestinal diseases associated with SIBO include irritable bowel syndrome (IBS), inflammatory bowel disease and chronic pancreatitis, etc. SIBO is also closely related to extensive diseases such as type 2 diabetes, atherosclerosis, Bechet disease, autism spectrum disorder, chronic renal disease and other systemic diseases [2,4,5,6,7,8,9,10,11]. At the 21st Century Gut Microbiology Conference, it was proposed that the intestinal micro-ecosystem is a newly acknowledged physiology system that plays a significant part in human health. Either overgrowth or insufficient bacteria in the gut could result in various health issues. However, the misdiagnosis of SIBO is common in clinic with the lack of generally accepted diagnostic criteria. Thus, establishing better and well-acknowledged diagnostic criteria for SIBO is an urgent demand for both scientific research and clinical treatment.
For decades, several methods have been proposed, including small intestinal aspiration/culture, breath testing, clinical symptoms and diagnostic treatment [11,12]. Although not fully validated, small-bowel aspiration/culture is the current gold standard for SIBO diagnosis. Small-bowel aspiration is obtained during an upper gastrointestinal endoscopy by placing a sterile tube and collecting fluids in jejunum. Aspirates are then transferred immediately and cultured for bacteria growth. During the process of aspirates’ collection, contamination from oral and esophageal micro flora may lead to a false positive result and limited culture techniques could result in a false negative [13,14]. Moreover, the cut-off point of small-bowel aspiration is debatable with a historical view of bacterial concentration ≥105 colony forming units (CFU)/mL and the current but not well-validated view of bacterial concentration ≥103 CFU/mL [15,16,17,18,19,20]. The application of small-bowel aspiration is fairly limited in clinic, with other shortcomings including but not limited to invasive procedures, and time-consuming and complicated operations.
In clinical practice, breath testing is widely used for the diagnosis of SIBO with the benefits of being non-invasive, available and cost-friendly. H2 and CH4 are produced via bacteria in the gut by digesting carbohydrates, and are absorbed into blood circulation and finally expired through the lung [1]. Since human cells cannot produce H2 and CH4, when the amount of carbohydrates is settled the measurement of H2 and CH4 in exhaled breath could reflect the concentration of gut bacteria, which is the principle behind breath testing. A series of research has explored the sensitivity and specificity of breath testing. Breath testing based on lactulose presented with a sensitivity of 31–68% and a specificity of 44–100% [15]. In the North American Consensus (2017), it was suggested that until better data are available, an increase of ≥20 p.p.m. in hydrogen from baseline by 90 min should be considered a positive test for SIBO [21]. It was also noted in the consensus that there was a lack of a validated gold standard for diagnosing SIBO with breath testing and there was an urgent demand for a better-acknowledged diagnosis criterion.
With the absence of specific symptoms and limited application of small-intestinal aspiration in clinic, the diagnosis of SIBO is highly dependent on breath testing in clinical practice, which brings a question when exploring standard for breathing testing. Who are the SIBO-positive patients? In most situations, the diagnosis can be identified by pathological evidence or comprehensive indicators from symptoms, imaging and lab testing, but SIBO is a nonspecific disease identified mostly based on breath testing, which leads to the dilemma of identifying positive controls. For decades, most research focusing on breath testing took “small-bowel aspiration positive patients” or “patients with abdominal discomfort” as “SIBO patients” and clarified the diagnosis criteria with a cross-over trail. However, as we discussed above, patients with abdominal discomfort cannot represent SIBO patients. The high risk of false positive and debatable cut-off of small-bowel aspiration resulted in aspiration positive patients as suspectable SIBO-positive controls. Thus, how to explore the diagnosis criteria for SIBO without definitive SIBO patients remains an urgent challenge for clinical and scientific purposes.
In recent decades, artificial intelligence (AI) developed rapidly and was applied dramatically in medicine. Deep learning, reinforcement learning, transfer learning, data mining and other AI algorithms are widely used in various research and applications that used to be considered achievable only by humans, such as autonomous diagnosis, drug development and image interpretation [22,23,24,25,26]. Esteva reported an AI system for skin-cancer classification using deep neural networks with datasets containing 129,450 clinical images of 2032 different diseases [27]. A comparison between experienced dermatologists and the AI system presented no significant difference in terms of classifying skin cancers. Yishan He summarized an AI-based detection and diagnosis tool for gastrointestinal lesions, which demonstrated that AI was promising in providing an effective and practical method for lesion detection and characterization with endoscopy [28].
Machine learning is the core of artificial intelligence (AI). It specializes in computer simulation or implementing human learning behaviors to acquire new skills and reorganize existing knowledge structures to continuously improve its performance. According to the training data, machine learning can be divided into supervised learning and unsupervised learning. For a given group of data (X, Y), in which X is the data example and Y is the corresponding label, machine learning provides a series of methods to build up models that could best fit the data. Supervised learning methods such as K-Nearest Neighbor (KNN) and Support Vector Machine (SVM) could be applied when Y is available. However, when Y is not provided, in which situation the supervised learning method does not work anymore, unsupervised learning should be considered.
Cluster analysis is a sub-branch of unsupervised machine learning that attempts to fit the training data without any prior knowledge of the classes. Cluster analysis is a hot topic in AI when dealing with unlabeled data [29,30]. It is also helpful to build up a classification model when no prior knowledge of the data is available [31,32]. Data are divided into several clusters according to the inherent nature and regularity of the data. With the proverb which says “birds of a feather flock together”, the goal of clustering is to make the datasets in the same cluster share high similarity while datasets in different clusters present with distinction. Application of cluster analysis on medical data processing has drawn much attention in recent years [33,34,35,36,37,38]. Marks-Garber presented a cluster analysis-based clinical profiling of Idiopathic Pulmonary Fibrosis (IPF), which may help in developing a diagnostic algorithm for earlier diagnosis of IPF [39]. Manuel Rubio-Rivas investigated clinical phenotypes and prediction of chronicity in sarcoidosis using cluster analysis in a cohort of 694 patients [40]. He identified 6 different clinical patterns with similar phenotypic variables and predicted chronicity, which may be helpful in improving the efficacy of clinical decisions.
Could we break through the dilemma of identifying SIBO patients with the help of AI techniques? Past clinical research focused on breath-testing diagnosis criteria for SIBO, most based on the idea of classification, with which “positive” and “negative” are labeled and an analytical model is built based on the labeled data. When new data come, the model would classify it into the positive group or negative group. However, classification is not the best way for SIBO since there is no identified positive SIBO patient. Can we analyze SIBO with the idea of clustering instead? With clustering, there are no previously labeled data. Data are gathered into groups automatically with inner characteristics, in which process there are no human biases.
There is a lack of a universally accepted cut-off point for breath-test diagnosis of SIBO, and the dilemma of defining “SIBO patients” has made it more difficult to explore the gold standard for a breath test. How to validate the gold standard for a breath test without defining “SIBO patients” has become an imperious demand in clinic. This project was proposed to use cluster analysis to process breath-testing data collected from Xiangya Hospital and develop a new diagnosis standard for SIBO by identifying new patterns of hydrogen generation.

2. Materials and Methods

2.1. Subjects

Data samples from 1101 lactulose-based breath tests were collected in the past 3 years at Xiangya Hospital, Central South University. We excluded 8 data samples with atypical interval time, and 22 were excluded because of incomplete process. There were 22 testing results presented with all zeros in 8 time points, which could be the result of carelessness in equipment operations. The source code raised a reading error when opening and loading data from some data files, which were damaged somehow. We tested 8 data samples fewer than 8 times during a breath test; typically, 6 or 7 bags of breath air were collected and tested. The 1071 breath-testing samples were applied in this study. The research was approved by the Ethics Committee of Xiangya Hospital, Central South University (identification code: 202004283, identification date: 10 April 2020). Written informed consent was obtained from each patient enrolled.

2.2. Breath Testing

Patient preparation: Patients were instructed to avoid dairy products, soy products and high-fiber vegetables, which can produce H2. Rice, meat and eggs are a suitable source of food and over satisfaction should be avoided. Patients were encouraged to eat rice soup the evening before testing and start fasting at least 12 h before the test. Soft drinks, gum and smoking (including passive smoking) were to be avoided. Patients were not allowed to eat, drink, sleep and exercise during the test.
Gas collection: Fast gas was collected in the first bag by installing “specimen bag 1” on the breathing tube. Patients were asked to hold the filter in their mouth and exhale calmly (avoid deep inhalation and deep exhalation). After blowing up the specimen bag, the bag was taken off immediately. After the first exhalation, 10 g of lactulose was mixed in 250 mL water, and patients were asked to drink it within 30 s. Gas was collected every 20 min as described before, until finishing the 8th bag in 140 min. Then, 8 bags of gas collection were tested in the gastroenterology laboratory of Xiangya Hospital within 24 h.
Gas testing: After turning on the detection instrument and running it for a few minutes to exhaust the residual gas in the machine, we drew 20 mL of “standard gas” into the breath-tracker gas chromatograph (Quintron Instrument Co.inc, Milwaukee, WI, USA) through the filter tube for calibration. After calibration, we used a syringe to extract the gas in the 20 mL sample bag and inject it into the machine through the filter hall for measurement.

2.3. Cluster Analysis

Focusing on the research interest of this paper, breath-testing data with a test interval of 20 min were collected for machine learning, and an optimized diagnosis criterion without subjective biases was expected.

2.3.1. Clustering Tendency Evaluation

For a given dataset, clustering-tendency evaluation is necessary before clustering since analysis is only meaningful when there is nonrandom structure in the data. Clustering-tendency evaluation determines whether a given dataset has a nonrandom structure that can lead to meaningful clustering. When there is no nonrandom structure in a dataset, such as uniformly distributed points in the data space, clusters for this dataset could still be calculated with a clustering algorithm, but the clusters are random and meaningless. Clustering requires nonuniform distribution of data.
Hopkins Statistic is used to verify the randomness of spatially distributed variables. It can be applied to evaluate the clustering tendency of a dataset. Hopkins Statistic is calculated as the following: Let X be the dataset for cluster analysis, which contains n samples. First, generate a dataset S that contains r (r < n) samples randomly selected from X and let α1, α2, …, αr be the distance of the sample in S to their nearest neighbors within the original dataset X. Secondly, generate a synthetic dataset R randomly in the domain of the data space and let β1, β2, …, βr be the distance of the sample in R to their nearest neighbors within the original dataset X. Then, the Hopkins Statistic H can be evaluated using the function
H = i = 1 r β i i = 1 r α i + i = 1 r β i = i = 1 r β i i = 1 r ( α i + β i ) ,
Theoretically, the value of the Hopkins Statistic varies from 0 to 1 for different datasets. A uniformly distributed dataset will have a Hopkins Statistic value of 0.5 since the value of αi and βι are very similar. For a clustered data, the Hopkins Statistic will be closer to 1 since the value of αi is much lower than βi. Therefore, a high value of the Hopkins Statistic H indicates a high tendency of data points [41]. Practically, it can be believed that the dataset has high clustering tendency if the Hopkins Statistic is in the range (0.7, 1). The Hopkins Statistic is useful to evaluate the dataset before clustering. However, there is no ability to reveal cluster numbers within the dataset.

2.3.2. K-means Cluster Algorithm

K-means is a typical unsupervised learning method for cluster analysis. The core idea of the K-means clustering algorithm is to divide the data objects into different clusters according to their similarity, so that the generated clusters are as compact and independent as possible.
Similarity is usually measured by space distance between two data examples. The smaller the distance, the higher the similarity. There are three imperative properties of distance:
  • non-negativity, d(i, j) > 0 if ij, and d(i, i) = 0
  • symmetry, d(i, j) = d(j, i)
  • triangle inequality, d(i, j)<= d(i, k) + d(k, j)
The general formula for distance calculation is the Minkowski Distance, which is
d ( i , j ) = | x i 1 x j 1 | h + | x i 2 x j 2 | h + + | x i n x j n | h h ,
where n is dimension of data example. When h = 1, the distance will be Manhattan Distance. When h = 2, the distance will be Euclidean Distance, which is most widely used. In this paper, Euclidean Distance is used unless otherwise specified.
Without losing generality, assuming the training dataset is D = { X 1 , X 2 , , X n } , centers of k clusters is μ = { μ 1 , μ 2 , , μ k } , and sample number of each cluster is N = { N 1 , N 2 , , N k } , if the dataset is well clustered, for any sample in cluster j, the distance to μj will be less than any other cluster centers.
Construct a target function as the following,
J ( μ ) = 1 2 j = 1 k i = 1 N j d 2 ( X i , μ j ) ,
thus, for a clustering algorithm, the dataset will be well clustered only if J(μ) is equal to its minimal value. According to the idea of convex optimization, partial derivatives function (3) with respect to μj, and set derivatives equals to 0,
J ( μ ) u j = i = 1 N j d ( X i , u j ) = 0 ,
the following function can be derived by solving function (4),
μ j = 1 N j i = 1 N j X i ,
When applying the K-means cluster algorithm, first, k samples are randomly selected as the center of the initial k clusters, and then the remaining objects are assigned to the nearest cluster according to their distance from the center of mass of each cluster. The iterative relocation process is repeated until the objective function is minimized to find the center of mass of the newly formed cluster.
The K-means cluster algorithm is relatively efficient compared to other cluster algorithms. When dealing with large datasets, the algorithm can also guarantee good scalability. However, there are also some cautions when using K-means. First, the number of clusters k must be predefined before clustering. Secondly, the K-means algorithm is not good at dealing with non-convex-shaped clusters. Finally, the algorithm usually terminates at local optimum, but it can be improved by a global optimization technique.

2.3.3. DBSCAN Cluster Algorithm

DBSCAN is another widely used cluster analysis method in the data-mining area. Unlike K-means, which is a distance-based method, DBSCAN is a density-based cluster method. Clusters were identified as high-density areas that were separated by low-density areas in DBSCAN. It is able to discover oddly shaped clusters and does not require a predetermined cluster number. Additionally, DBSCAN has advantages in processing data with noises.
For a dataset D = { X 1 , X 2 , , X n } , assuming x D , then ε neighbor of x can be defined as
N ε ( x ) = { y D : d ( x , y ) ε } ,
Apparently, x N ε ( x ) . Then the density of dataset D at sample x , ρ ( x ) , is defined as the number of samples in the ε neighbor of x .
A sample x is a core point in dataset D when ρ ( x ) > M , where M is a nonnegative integer. And the set of all core points within dataset D is donated as Dc.
For any x , y D , y is directly density-reachable from x if x D c , y N ε ( x ) . Moreover, for any x , y D , if there exists a sample sequence p1, p2, …, pT, where p1 = x, pT = y, and pi+1 is directly density-reachable from pi, then y is density-reachable from x.
DBSCAN regards the maximum density reachable set derived from the density reachable relationship as a cluster. When applying DBSCAN method, radius of ε neighbor and minimum sample number of core point should be specified. Then the algorithm starts from a randomly selected core point, finds out all density-reachable samples and denotes them as a cluster. After this, a new core point that belongs to no previous discovered clusters is selected to find a new cluster by searching all density-reachable samples. Such procedures continue until all core points are checked.
Compared with K-means algorithm, the difference between them is that no predetermined number was needed as a vital parameter in DBSCAN. Moreover, DBSCAN can find the clustering cluster of any shape, rather than being generally only used for convex sample clustering classes such as K-means.

2.3.4. Clustering Validation

When conducting cluster analysis, the cluster algorithm returns a model that divides n samples into k clusters. However, the algorithm never promises a meaningful clustering result. It is vital to validate quality of cluster analysis results to guarantee further analysis and application. A criterion for clustering validation is necessary after applying the cluster algorithm.
Silhouette score is a usually used evaluation method of clustering effect. It combines two factors, namely cohesion and separation. It can be used to evaluate the influence of different algorithms or different parameters on clustering results based on the same original data. Silhouette score is calculated as the following:
  • For sample Xi, calculate its average distance to samples within the same cluster, let the average distance be ai;
  • For sample Xi, calculate its average distance to samples of any clusters without Xi, let the average distance be bi;
  • The Silhouette score of Xi can then be calculated by the formula
S i = b i a i max ( a i , b i )
4.
The overall Silhouette score is the average of all data points.
Theoretical value of Silhouette score is between −1 and 1. The higher the Silhouette score is, the better the clustering is. The absolute values of Silhouette score provide a good intuitive evidence of the clustering quality.

2.4. Data Processing Procedure

Shown in Figure 1 is the data processing flow-chart in this paper, which mainly consists of 5 steps.
First, data cleaning is carried out after breath-testing data collection. Data exclusion strategy was described in detail in Section 2.1.
Secondly, Hopkins Statistic of the dataset is evaluated for confidence of cluster analysis.
Thirdly, K-means cluster analysis is conducted with different cluster numbers, namely k = 2, 3, 4, 5, 6, and 7. DBSCAN method is applied to analyze the data as well.
Then, Silhouette scores corresponding to each cluster number are evaluated to decide the best cluster result for further analysis.
Finally, the best results of both K-means and DBSCAN clustering are analyzed and discussed.

3. Results

3.1. Data Visualization

Among the dataset, 1071 samples qualified for further analysis. Before further analysis, the baseline of breath test H2 level was subtracted from test values.
The datasets ready for analysis were saved in an 8 × 1071 matrix. Every column of the matrix corresponded to a data sample. Numeric value in each row of a specific data sample was H2 change value relative to the baseline.
A principal component analysis (PCA) was conducted for an intuitive understanding of the dataset. Figure 2 illustrated data distribution of the first two principal components, which contained 93.96% of data variability (85.32% and 8.04%, respectively). The third component contained only 2.43% of variability, which could be ignored in visualization.
Data distribution in Figure 2 highly suggested data aggregation. The most compact data group gathered around (0, 0), among which data point markers covered up each other. Another group of data lay next to the first group, but it was relatively loose with clear gaps observed between data points. Several data points between the two groups of data were ambiguous to be classified into the first or second group from intuition. In addition, some sparse and sporadic data points spread at the right side of the figure. The outline shape of the visualized data groups exhibited spherical distributions, which indicated that the K-means clustering algorithm was suitable for our dataset.

3.2. Clustering Tendency

After data cleaning and visualization, clustering tendency evaluation was demonstrated with the Hopkins Statistic of dataset calculation. The Hopkins Statistic of the dataset was 0.9460, which was very close to 1. The Hopkins Statistic of the dataset highly suggested that the dataset has strong clustering tendency.

3.3. K-Means Cluster Results

When clustering with K-means, the number of cluster k was an important input parameter to divide the dataset into clusters. Centroids of each cluster were randomly initialed without any possible subjective biases. The K-means algorithm was run with k = 2, 3, 4, 5, 6, and 7. The initial value k = 2 was selected classically since the North American criterion determines 2 kinds of SIBO status: positive or negative. The last evaluated value k = 7 was selected based on expert knowledge.
The Silhouette score was used to validate the clustering result. The Silhouette score corresponded to different cluster number and was calculated after clustering using the K-means algorithm. Results are listed in Table 1. Figure 3 shows the tendency of the Silhouette score with respect to the cluster number.
Table 1 and Figure 3 indicate that the Silhouette score decreased as the cluster number increased from 2 to 7. When the cluster number changed from 3 to 4, the Silhouette score decreased dramatically to almost half of the previous value. If only the best Silhouette score was considered, then k = 2. However, it was unignorable that the Silhouette score was almost the same when k = 2 or 3; the difference was less than 5%. Therefore, the cluster results of k = 2 and k = 3 were both illustrated and analyzed.
Figure 4 shows data distribution of clustering results when k = 2.
The most compact data group and some scattered data points around it were regarded as a cluster (blue ones in Figure 4) while the relatively loose data group and spread data points at the right side were regarded as the other cluster (red ones). The 3 blue data points located at the lower right corner of the first cluster were noticeable since they seem closer to the second cluster(red). The demarcation line between the two clusters was not very clear.
Different typologies of data curves are shown in Figure 5. The solid curve in the figure was mean value of H2. In Figure 5a, the H2 curve is approximately flat since the increase of H2 level was not remarkable. Additionally, the mean value and median value of H2 level did not exceed 20 p.p.m. within 140 min. According to the North American consensus, this pattern could be confidently regarded as SIBO. However, it was also noticeable that some data samples of this kind exceed 20 p.p.m. within 90 min, which challenged the North American consensus. In Figure 5b, the H2 level mean value curve increased steadily after taking lactulose and exceeded 20 p.p.m. at 60 min. This curve could be confidently believed as SIBO-positive.
Figure 6 shows data distribution of the clustering result when k = 3. A major difference with the result of k = 2 was that the spread of sparse data points at the right side were regarded as a new cluster. The K-means algorithm treated those data points as a cluster different from the two relatively compact ones.
Shown in Figure 7 are different typologies of data curves. The solid curve represents the mean value of H2. Like that in Figure 5a, the H2 curve in Figure 7a is relatively flat compared to other curves. The increase of H2 level was not remarkable, and the mean value and median value of H2 did not exceed 20 p.p.m. within 140 min. According to the North American consensus, this pattern could be confidently regarded as SIBO-negative since less H2 gas was produced after taking in lactulose. In Figure 7b, the H2 curve increased steadily after the beginning of breath testing. The H2 increasing level exceeded 20 p.p.m. around 60 min. The trend of the pattern in Figure 7b is similar to the pattern in Figure 5b. In Figure 7c, the H2 curve increased dramatically after the beginning of the breath test. The H2 increasing level exceeded 20 p.p.m. earlier than 60 min. The increasing speed slowed down after 80 min, but kept increasing until the end of breath testing.
Though the Silhouette score of k = 2 is larger than that of k = 3, there were more outliers in Figure 5 than Figure 7. In Figure 5, the outliers deviated further from the maximum of box plots as well. These phenomena suggest that k = 3 was better than k = 2.
Figure 8 is the result of using the North American Consensus presented with PCA dimensional reduction. Samples were labeled SIBO-negative in blue if the H2 level increased less than 20 p.p.m. from baseline within 90 min with the standard of 2017 North American Consensus. The North American Consensus threshold was stiff since it seemed to classify the samples into positive group and negative group by forcing a cut-off line in the data space without considering the data boundaries. As a result, a large amount of data samples were regarded as SIBO-positive by the North American Consensus, though they were very similar to the negative ones from the perspective of data-space distribution.

3.4. DBSCAN Cluster Results

The cleaned data were analyzed using the DBSCAN algorithm as well. Shown in Figure 9 is data distribution of clustering results using the DBSCAN method. The cluster result of DBSCAN is similar to that of K-means when k = 3. The major difference was the relative low-density data points around high-density data points. To be more specific, the group of green points above red ones, and the two green points on the left of blue ones. They were clustered into different classes when using the DBSCAN method. Such results were caused by the difference between the two methods in basic theory.
Figure 10 shows different breath data curves corresponding to every class identified by the DBSCAN method. Like the curves in Figure 7, the solid curve represents the mean value of H2. The H2 curve in Figure 10a could be confidently regarded as SIBO-negative since the mean value and median value of H2 did not exceed 20 p.p.m. within 140 min. Figure 10b,c are both SIBO-positive, but they were identified as different SIBO-positive types by DBSCAN according to their density in data space.

4. Discussion

SIBO is a disease identified with small intestinal bacteria overgrowth and it presents with abdominal distention, diarrhea or even developmental retardation when nutrition absorption is blocked. SIBO shares an extensive relationship with overall health, but the diagnosis of SIBO is debatable in clinic with the lack of a well-acknowledged diagnosis standard. Breath testing is the most significant and widely applied method for SIBO diagnosis. However, the criterion of breath testing in diagnosing SIBO remains invalidated. The difficulty of exploring SIBO diagnosis with breath testing is identifying SIBO-positive patients when the diagnosis of SIBO is based mainly on breath testing. Past research solved this problem with two ways: defining SIBO-positive with either small intestinal aspiration/culture positive or patients with unspecific symptoms. However, neither of these two could optimally represent SIBO patients as we discussed in introduction. In our research, we proposed a solution for this dilemma with cluster analysis, in which datasets were gathered with their internal characteristics and information without human biases.
During the research, both K-means and DBSCAN clustering methods were used to analyze the data. We confirmed the clustering tendency of the breath testing dataset by calculating with Hopkins Statistic. The Hopkins Statistic of the 1071 samples collected from Xiangya Hospital for the past 3 years highly suggested that the dataset presented with a strong clustering tendency and clustering analysis was suitable for breath testing. As a classical method of cluster analysis, K-means clustering was applied and a satisfying clustering effect was evaluated with a Silhouette score. DBSCAN was applied to the dataset as another classical clustering method as well.
As shown in Figure 4 and Figure 6, the dataset was clustered to 2 and 3 groups with the intrinsic information. Both of these two clustering strategies presented with good clustering effect as the demarcation line between the groups was clear. There was a difference when the dataset was clustered into different number of groups. As shown in Figure 4 when the dataset was clustered into 2 groups, the 3 blue points located at the lower right corner of the first cluster (SIBO-negative) were noticeable since they seem closer to the second cluster (SIBO-positive). However, when the dataset was clustered into 3 groups, the 3 points that were considered to be first cluster were now assigned into second cluster, which seems intuitively more reasonable. The spread of sparse data points at the right side were regarded as a new cluster, which is different from the two relatively compact ones in Figure 6. This result suggested that clustering the dataset into 3 groups (k = 3) seemed to be more reasonable. The patterns of each group are also illustrated in Figure 5 and Figure 7. More wild data points were observed in Figure 5, which indicated that there was a potential risk of misclassification. The patterns in Figure 7b,c were significantly different from each other, which indicated that clustering of 3 groups might be a more appropriate choice.
When comparing Figure 6 and Figure 9, the major difference between K-means and DBSCAN analysis results was the SIBO-positive patterns. K-means regarded the spread sparse data points on the right side as the third cluster, while DBSCAN regarded the relative low-density data points spread around the relative high-density data groups as the third cluster. Comparing Figure 7 and Figure 10, it could be easily observed that H2 curves share almost the same patterns in (a) and (b). Differences mainly appeared in (c). In Figure 7c, the H2 curve rose dramatically to more than 120 p.p.m. within 80 min and then steadily increased to more than 160 p.p.m. in the following 1 h. In Figure 10c, the H2 curve also rose dramatically within 80 min and then increased slowly but steadily. Both K-means and DBSCAN effectively identified several significant clusters with the dataset, which supported our hypothesis of applying a clustering algorithm to SIBO diagnosis.
The overall results based on cluster analysis were in accordance with the standard in the 2017 North American Consensus, while they also presented with differences. For SIBO-negative, the mean value and median value of the H2 level increase relative to baseline was less than 20 p.p.m. within 90 min, which was in agreement with the Consensus. However, as shown in Figure 8, there were samples that were diagnosed positive with the 2017 North American Consensus clustered to the negative group, which indicated that some data samples that were believed SIBO-positive according to North American Consensus standard should be regarded as SIBO-negative according to cluster analysis since they share a higher similarity to SIBO-negative samples in the data space. The North American Consensus threshold was stiff since it seemed to classify the samples into a positive group and a negative group by forcing a cut-off line in the data space without considering the data boundaries. As a result, a large amount of data samples was regarded as SIBO-positive by consensus though they shared considerable similarity to the negative ones from the perspective of data-space distribution. A considerable numbers of patients who were diagnosed positive by the consensus should be SIBO-negative according to the clustering analysis.
In the view of data analysis, diagnosis of SIBO using North American Consensus is simply a threshold comparison. A threshold for diagnosis could be easily carried out in clinical practice based on numerical examinations such as blood tests. However, breath-testing data are more like a vector in 8-dimensional space, in which each dimension corresponds to an H2 value at a time point. Unlike in the North American Consensus, which compares data from 2 time points (0 min and 90 min), more information is enrolled in the analysis based on the machine-learning algorithm. The similarity of two data samples is evaluated based on their density or distance in data space. The relative difference in value at each time interval is counted as well. Additionally, high-dimensional analysis provides the potential to precisely classify SIBO-positive samples into several patterns. A threshold diagnosis using the North American Consensus could only distinguish SIBO-positive and -negative with the restriction by its intrinsic nature. Cluster analysis is a data-driven method. No prior knowledge or background information is needed for unsupervised learning methods, which means they can “learn” the intrinsic nature and underlying knowledge that are veiled deep within the messy and human-unfriendly data. With the dilemma of identifying SIBO-positive patients in clinic, a cluster analysis seems to be a perfect choice for SIBO diagnosis. Moreover, as the hospital accumulates clinical test data day by day, a data-driven method is able to automatically update the model or renew the algorithm by learning from the newly generated data.
Meanwhile, the regional-specific dietary structure may influence the collected dataset and contribute to the difference in the SIBO diagnosis standard from Consensus and our result. Unlike in the North American Consensus, which used data collected mostly from North American and Europe, data from Xiangya Hospital were collected from Hunan Province, South China. The result of breath testing is influenced by multiple factors including PPI (proton pump inhibitor), antibiotic usage history, position, sports activities and dietary structure [13,42,43,44]. A harder found high-caloric diet could result in significant gas retention [45,46]. Multiple studies demonstrated that a diet with abundant beans, potato, flour and corn led to increased H2, while meat as well as rice would not. Numerous studies showed dietary structure could impact bacteria flora in multiple ways [46]. For example, in the Chinese dietary structure, the energy supply from fat is higher than that in Europe, while dietary fiber and vitamins are lower than in Europe and Japan [47]. With the evidence of food structure influencing gut bacteria that we posed in the introduction, we considered the question of whether the breath-testing baseline and pattern vary in different areas with different dietary structures. In the North American Consensus (2017), an increase of ≥20 p.p.m. from baseline in hydrogen by 90 min should be considered a positive test for SIBO and a decrease of ≥10 p.p.m. means methane positivity, based on a database mostly from North American and European areas [21]. With the experience from Xiangya Hospital, we found that CH4 rising >15 p.p.m. related to clinical symptoms with the background of spicy food flavors in Human Province. Until now, there was no research about the region-specific breath-testing baseline based on various dietary structures in different areas. In future work, we plan to further explore the region-specific diagnosis standard in different areas based on the influence of dietary structure.
Our results showed the advantages of artificial-intelligence application in adaptive breath-testing diagnosis criteria with SIBO. The method of data clustering presented with natural advantages with data which own a strong clustering tendency. Our research was based on breath-testing data collected from real clinical work without any prior knowledge or expert experience. The patterns we found were relying on objective, automated and intelligent analysis, which could reflect internal characteristics of gut bacteria. Furthermore, comparing with the standard based on single-point threshold in the North American Consensus, our method analyzed data distribution in high-dimensional space, in which much more information was included. There were also challenges and limitations in our work. There was potential risk of deviation in sample collection. Doctors would prescribe breath testing to patients only when they were suspicious of SIBO, and thereby there was a lack of data from people presented without any symptoms. This problem could be solved by enrolling healthy volunteers or conducting regular non-discriminatory tests on patients in the future work.

5. Conclusions

A new SIBO diagnosis criterion was proposed in this paper based on cluster analysis using K-means and DBSCAN algorithms. Breath-testing datasets from 1071 patients were collected from Xiangya Hospital from the past 3 years. This research work implied the potential of applying machine learning techniques to clinical datasets for SIBO diagnosis. Advantages of artificial intelligence application in adaptive breath testing diagnosis criteria with SIBO were discussed from the aspects of high dimensional analysis, data-driven and regional-specific dietary influence. This research work also developed a promising diagnosis standard for SIBO, which would benefit clinical practice and scientific research.

Author Contributions

Conceptualization, methodology and writing R.H.; software, data processing and visualization, L.Z.; data collecting, J.L. and Y.L.; funding acquisition, J.Y.; supervision, X.L. All authors have read and agreed to the published version of the manuscript.

Funding

This work was funded by the National Natural Science Foundation of China (Grant No. 82000502, 81770584).

Institutional Review Board Statement

The research was approved by the Ethics Committee of Xiangya Hospital, Central South University (identification code: 202004283, identificated date: 10 April 2020).

Informed Consent Statement

Written informed consent was obtained from each patient enrolled.

Data Availability Statement

The data presented in this study are available on request from the corresponding author. The data are not publicly available due to patients’ privacy.

Acknowledgments

We would also like to acknowledge and thank reviewers for their effort to improve the overall quality of this manuscript.

Conflicts of Interest

The authors declare no conflict of interest. The funders had no role in the design of the study; in the collection, analyses, or interpretation of data; in the writing of the manuscript, or in the decision to publish the results.

References

  1. Gasbarrini, A.; Corazza, G.R.; Gasbarrini, G.; Montalto, M.; Di Stefano, M.; Basilisco, G.; Parodi, A.; Usai-Satta, P.; Satta, P.U.; Vernia, P.; et al. Methodology and indications of H2-breath testing in gastrointestinal diseases: The Rome Consensus Conference. Aliment. Pharmacol. Ther. 2009, 29 (Suppl. 1), 1–49. [Google Scholar] [CrossRef] [PubMed]
  2. Bongaerts, G.P.; Tolboom, J.J.; Naber, A.H.; Sperl, W.J.; Severijnen, R.S.; Bakkeren, J.A.; Willems, J.L. Role of bacteria in the pathogenesis of short bowel syndrome-associated D-lactic acidemia. Microb. Pathog. 1997, 22, 285–293. [Google Scholar] [CrossRef] [PubMed]
  3. Collins, B.S.; Lin, H.C. Chronic abdominal pain in children is associated with high prevalence of abnormal microbial fermentation. Dig. Dis. Sci. 2010, 55, 124–130. [Google Scholar] [CrossRef]
  4. Hood, A.; Pines, D. Sun gear fault detection on an OH-58C helicopter transmission. In Proceedings of the American Helicopter Society International Annual Forum, Virginia Beach, VA, USA, 3–5 May 2011; pp. 1664–1690. [Google Scholar]
  5. Gotfried, J.; Priest, S.; Schey, R. Diabetes and the Small Intestine. Curr. Treat. Options Gastroenterol. 2017, 15, 490–507. [Google Scholar] [CrossRef] [PubMed]
  6. Wang, L.; Yu, Y.M.; Zhang, Y.Q.; Zhang, J.; Lu, N.; Liu, N. Hydrogen breath test to detect small intestinal bacterial overgrowth: A prevalence case–control study in autism. Eur. Child Adolesc. Psychiatry 2018, 27, 233–240. [Google Scholar] [CrossRef] [PubMed]
  7. Niu, X.L.; Liu, L.; Song, Z.X.; Li, Q.; Wang, Z.H.; Zhang, J.L.; Li, H.H. Prevalence of small intestinal bacterial overgrowth in Chinese patients with Parkinson’s disease. J. Neural Transm. 2016, 123, 1381–1386. [Google Scholar] [CrossRef] [PubMed]
  8. de Boissieu, D.; Chaussain, M.; Badoual, J.; Raymond, J.; Dupont, C. Small-bowel bacterial overgrowth in children with chronic diarrhea, abdominal pain, or both. J. Pediatr. 1996, 128, 203–207. [Google Scholar] [CrossRef]
  9. Vanderhoof, J.A.; Young, R.J.; Murray, N.; Kaufman, S.S. Treatment Strategies for Small Bowel Bacterial Overgrowth in Short Bowel Syndrome. J. Pediatr. Gastroenterol. Nutr. 1998, 27, 155–160. [Google Scholar] [CrossRef]
  10. Patil, A.D. Link between hypothyroidism and small intestinal bacterial overgrowth. Indian J. Endocrinol. Metab. 2014, 18, 307. [Google Scholar] [CrossRef]
  11. Pourmorady, J.; Shah, E.; Rezaie, A.; Pimentel, M. Breath Testing for Small Intestinal Bacterial Overgrowth in Irritable Bowel Syndrome: A Metaanalysis: 1794. Am. J. Gastroenterol. 2015, 110, S762–S763. [Google Scholar] [CrossRef]
  12. Bardhan, P.K.; Gyr, K.; Beglinger, C.; Vögtlin, J.; Frey, R.; Vischer, W. Diagnosis of bacterial overgrowth after culturing proximal small-bowel aspirate obtained during routine upper gastrointestinal endoscopy. Scand. J. Gastroenterol. 1992, 27, 253–256. [Google Scholar] [CrossRef]
  13. Rezaie, A.; Pimentel, M.; Rao, S.S. How to Test and Treat Small Intestinal Bacterial Overgrowth: An Evidence-Based Approach. Curr. Gastroenterol. Rep. 2016, 18, 8. [Google Scholar] [CrossRef]
  14. Quigley, E.M.M.; Abu-Shanab, A. Small intestinal bacterial overgrowth. Infect. Dis. Clin. N. Am. 2010, 24, 2978. [Google Scholar] [CrossRef]
  15. Khoshini, R.; Dai, S.-C.; Lezcano, S.; Pimentel, M. A Systematic Review of Diagnostic Tests for Small Intestinal Bacterial Overgrowth. Dig. Dis. Sci. 2008, 53, 1443–1454. [Google Scholar] [CrossRef] [PubMed]
  16. Posserud, I.; Stotzer, P.-O.; Björnsson, E.S.; Abrahamsson, H.; Simrén, M. Small intestinal bacterial overgrowth in patients with irritable bowel syndrome. Gut 2007, 56, 802–808. [Google Scholar] [CrossRef] [Green Version]
  17. Erdogan, A.; Rao, S.; Gulley, D.; Jacobs, C.; Lee, Y.Y.; Badger, C. Small intestinal bacterial overgrowth: Duodenal aspiration vs glucose breath test. Neurogastroenterol. Motil. 2015, 27, 481–489. [Google Scholar] [CrossRef] [PubMed]
  18. Molecular assessment of differences in the duodenal microbiome in subjects with irritable bowel syndrome. Scand. J. Gastroenterol. 2015, 50, 1076. [CrossRef]
  19. Jacobs, C.; Adame, E.C.; Attaluri, A.; Valestin, J.; Rao, S. Dysmotility and proton pump inhibitor use are independent risk factors for small intestinal bacterial and/or fungal overgrowth. Aliment. Pharmacol. Ther. 2013, 37, 1103–1111. [Google Scholar] [CrossRef] [Green Version]
  20. Pyleris, E.; Giamarellos-Bourboulis, E.J.; Tzivras, D.; Koussoulas, V.; Barbatzas, C.; Pimentel, M. The Prevalence of Overgrowth by Aerobic Bacteria in the Small Intestine by Small Bowel Culture: Relationship with Irritable Bowel Syndrome. Dig. Dis. Sci. 2012, 57, 1321–1329. [Google Scholar] [CrossRef]
  21. Rezaie, A.; Buresi, M.; Lembo, A.; Lin, H.; Mccallum, R.; Rao, S.; Schmulson, M.; Valdovinos, M.; Zakko, S.; Pimentel, M. Hydrogen and Methane-Based Breath Testing in Gastrointestinal Disorders: The North American Consensus. Am. J. Gastroenterol. 2017, 112, 775. [Google Scholar] [CrossRef] [Green Version]
  22. Raumviboonsuk, P.; Krause, J.; Chotcomwongse, P.; Sayres, R.; Raman, R.; Widner, K.; Campana, B.; Phene, S.; Hemarat, K.; Tadarati, M. Deep Learning vs. Human Graders for Classifying Severity Levels of Diabetic Retinopathy in a Real-World Nationwide Screening Program. arXiv 2018, arXiv:1810.08290. [Google Scholar]
  23. Guiot, J.; Vaidyanathan, A.; Deprez, L.; Zerka, F.; Lovinfosse, P. Development and validation of an automated radiomic CT signature for detecting COVID-19. Eur. Respir. J. 2021, 11, 41. [Google Scholar]
  24. Gentile, F.; Ferro, M.; Ventura, B.D.; Civita, E.L.; Terracciano, D. Optimized Identification of High-Grade Prostate Cancer by Combining Different PSA Molecular Forms and PSA Density in a Deep Learning Model. Diagnostics 2021, 11, 335. [Google Scholar] [CrossRef] [PubMed]
  25. Oh, S.; Park, Y.; Cho, K.J.; Kim, S.J. Explainable Machine Learning Model for Glaucoma Diagnosis and Its Interpretation. Diagnostics 2021, 11, 510. [Google Scholar] [CrossRef]
  26. Lin, A.; Lee, B.J.; Kim, H.; Mi, H.Y. Prediction of Hypertension Based on Facial Complexion. Diagnostics 2021, 11, 540. [Google Scholar]
  27. Esteva, A.; Kuprel, B.; Novoa, R.A.; Ko, J.; Swetter, S.M.; Blau, H.M.; Thrun, S. Dermatologist-level classification of skin cancer with deep neural networks. Nature 2017, 542, 115–118. [Google Scholar] [CrossRef] [PubMed]
  28. He, Y.; Su, J.; Li, Z.; Zuo, X.; Li, Y. Application of artificial intelligence in gastrointestinal endoscopy. J. Dig. Dis. 2019, 20, 623–630. [Google Scholar] [CrossRef]
  29. Onesto, V.; Villani, M.; Narducci, R.; Malara, N.; Imbrogno, A.; Allione, M.; Costa, N.; Coppede, N.; Zappettini, A.; Cannistraci, C.V.; et al. Cortical-like mini-columns of neuronal cells on zinc oxide nanowire surfaces. Sci. Rep. 2019, 9, 4021. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  30. Gentile, F. Multipoint connection by long-range density interaction and short-range distance rule. Phys. Scr. 2021, 96. [Google Scholar] [CrossRef]
  31. Jia-Rui, W.U.; Song, J.M.; Zhang, B.; Zhang, X.M.; Jiang, D. Analysis on Medication Rules of National Medical Masters for Treatment of Hepatopathy Based on Data Mining. Chin. J. Inf. Tradit. Chin. Med. 2014, 6, 30–32. [Google Scholar]
  32. Rodríguez-Sotelo, J.; Peluffo-Ordoñez, D.; Dominguez, G.C. Segment clustering methodology for unsupervised Holter recordings analysis. In Proceedings of the International Symposium on Medical Information Processing & Analysis, Cuenca, Spain, 17–19 November 2015. [Google Scholar]
  33. Shweta, B.; Dinesh, G.; Somarajan, B.I.; Shikha, G.; Kishore, C.A.; Azmira, K.; Viney, G. Classifying juvenile onset primary open angle glaucoma using cluster analysis. Br. J. Ophthalmol. 2020, 104, 827–835. [Google Scholar]
  34. Jkla, B.; Ds, B.; Wym, B.; Wl, B.; Pdfmb, C. Using Cluster Analysis to Identify Patient Factors Linked to Differential Functional Gains After Total Knee Arthroplasty. J. Arthroplast. 2020, 35, 121–126.e6. [Google Scholar]
  35. Hashmi, M.R.; Riaz, M.; Smarandache, F. m-Polar Neutrosophic Topology with Applications to Multi-criteria Decision-Making in Medical Diagnosis and Clustering Analysis. Int. J. Fuzzy Syst. 2020, 22, 273–292. [Google Scholar] [CrossRef]
  36. Medeghri, H.; Sabeur, S.A. Anatomic compartments extraction from diffusion medical images using factorial analysis and K-means clustering methods: A combined analysis tool. Multimed. Tools Appl. 2021, 80, 23949–23962. [Google Scholar] [CrossRef]
  37. Wu, H.; Sheng, G.; Li, L. Entropy Weighting Based Centralized Multi-View Fuzzy Clustering: A Case Study on Brain MR Image Segmentation. J. Med Imaging Health Inform. 2020, 10, 1654–1659. [Google Scholar] [CrossRef]
  38. Peikari, M.; Zubovits, J.; Clarke, G.; Martel, A.L. Clustering Analysis for Semi-supervised Learning Improves Classification Performance of Digital Pathology. In Proceedings of the International Workshop on Machine Learning in Medical Imaging, Munich, Germany, 5 October 2015. [Google Scholar]
  39. Marks-Garber, K.; Bdolah-Abram, T.; Nusair, S. Cluster analysis based clinical profiling of Idiopathic Pulmonary Fibrosis patients according to comorbidities evident prior to diagnosis: A single-center observational study. Eur. J. Intern. Med. 2020, 80, 18–23. [Google Scholar] [CrossRef] [PubMed]
  40. Rubio-Rivas, M.; Corbella, X. Clinical phenotypes and prediction of chronicity in sarcoidosis using cluster analysis in a prospective cohort of 694 patients. Eur. J. Intern. Med. 2020, 77, 59–65. [Google Scholar] [CrossRef]
  41. Aggarwal, C.C. Cluster Analysis. In Data Mining: The Textbook; Aggarwal, C.C., Ed.; Springer International Publishing: Cham, Switherland, 2015; pp. 153–204. [Google Scholar]
  42. Perman, J.A.; Modler, S.; Engel, R.R.; Heldt, G. Effect of ventilation on breath hydrogen measurements. J. Lab. Clin. Med. 1985, 105, 436. [Google Scholar]
  43. Urita, Y.; Hike, K.; Torii, N.; Kikuchi, Y.; Kanda, E.; Sasajima, M.; Ariki, H.; Miki, K. Hydrogen breath test as an indicator of the quality of colonic preparation for colonoscopy. Gastrointest. Endosc. 2003, 57, 174–177. [Google Scholar] [CrossRef] [PubMed]
  44. Erdrich, S.; Tan, E.; Hawrelak, J.A.; Myers, S.P.; Harnett, J.E. Hydrogen–methane breath testing results influenced by oral hygiene. Sci. Rep. 2021, 11, 26. [Google Scholar] [CrossRef] [PubMed]
  45. Harder, H.; Hernando-Harder, A.C.; Franke, A.; Krammer, H.J.; Singer, M.V. Effect of High- and Low-Caloric Mixed Liquid Meals on Intestinal Gas Dynamics. Dig. Dis. Sci. 2006, 51, 140–146. [Google Scholar] [CrossRef] [PubMed]
  46. Harder, H.; Hernando-Harder, A.C.; Franke, A.; Krammer, H.J.; Singer, M.V. Role of the jejunum versus ileum on intestinal gas dynamics during a balanced meal in healthy subjects. Dig. Dis. Sci. 2006, 51, 996–1002. [Google Scholar] [CrossRef] [PubMed]
  47. Di Stefano, M.; Miceli, E.; Missanelli, A.; Mazzocchi, S.; Corazza, G.R. Absorbable vs. non-absorbable antibiotics in the treatment of small intestine bacterial overgrowth in patients with blind-loop syndrome. Aliment. Pharmacol. Ther. 2005, 21, 985–992. [Google Scholar] [CrossRef] [PubMed]
Figure 1. Data processing flow-chart.
Figure 1. Data processing flow-chart.
Diagnostics 11 01445 g001
Figure 2. Data visualization using PCA.
Figure 2. Data visualization using PCA.
Diagnostics 11 01445 g002
Figure 3. Silhouette score trend with respect to cluster numbers.
Figure 3. Silhouette score trend with respect to cluster numbers.
Diagnostics 11 01445 g003
Figure 4. Cluster result when k = 2.
Figure 4. Cluster result when k = 2.
Diagnostics 11 01445 g004
Figure 5. Graphical demonstration of the boxplot and mean values of clusters when k = 2.
Figure 5. Graphical demonstration of the boxplot and mean values of clusters when k = 2.
Diagnostics 11 01445 g005
Figure 6. Cluster result when k = 3.
Figure 6. Cluster result when k = 3.
Diagnostics 11 01445 g006
Figure 7. Graphical demonstration of the boxplot and mean values of clusters when k = 3.
Figure 7. Graphical demonstration of the boxplot and mean values of clusters when k = 3.
Diagnostics 11 01445 g007
Figure 8. Diagnosis results according to the North American Consensus.
Figure 8. Diagnosis results according to the North American Consensus.
Diagnostics 11 01445 g008
Figure 9. Cluster result using DBSCAN.
Figure 9. Cluster result using DBSCAN.
Diagnostics 11 01445 g009
Figure 10. Graphical demonstration of the boxplot and mean values of clusters using DBSCAN.
Figure 10. Graphical demonstration of the boxplot and mean values of clusters using DBSCAN.
Diagnostics 11 01445 g010
Table 1. Silhouette scores of different cluster numbers.
Table 1. Silhouette scores of different cluster numbers.
k234567
Silhouette score0.70500.69130.39710.28070.27510.1986
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Hao, R.; Zhang, L.; Liu, J.; Liu, Y.; Yi, J.; Liu, X. A Promising Approach: Artificial Intelligence Applied to Small Intestinal Bacterial Overgrowth (SIBO) Diagnosis Using Cluster Analysis. Diagnostics 2021, 11, 1445. https://doi.org/10.3390/diagnostics11081445

AMA Style

Hao R, Zhang L, Liu J, Liu Y, Yi J, Liu X. A Promising Approach: Artificial Intelligence Applied to Small Intestinal Bacterial Overgrowth (SIBO) Diagnosis Using Cluster Analysis. Diagnostics. 2021; 11(8):1445. https://doi.org/10.3390/diagnostics11081445

Chicago/Turabian Style

Hao, Rong, Lun Zhang, Jiashuang Liu, Yajun Liu, Jun Yi, and Xiaowei Liu. 2021. "A Promising Approach: Artificial Intelligence Applied to Small Intestinal Bacterial Overgrowth (SIBO) Diagnosis Using Cluster Analysis" Diagnostics 11, no. 8: 1445. https://doi.org/10.3390/diagnostics11081445

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop