Download as pdf or txt
Download as pdf or txt
You are on page 1of 29

10

Data Mining Techniques and Algorithms in


Psychiatric Health: A Systematic Review
Shikha Gupta*, Nitish Mehndiratta, Swarnim Sinha,
Sangana Chaturvedi and Mehak Singla

Apex Institute of Technology, Chandigarh University, Gharuan, India

Abstract
The area of Data mining is expanding day by day since it provides interesting
insights covering many sectors under it, one of it being the Medical Science area.
Under the Medical sciences specifically when it comes to the mental health, it
helps to understand and classify the type of disease whose symptoms might be
predominant in the human body. The chief aim of this article is to review the most
lately literature belonging to the intercessions for Data Mining in Mental Health
covering many techniques and algorithms linked with Data Mining in the most
occurring diseases such as Alzheimer, Dementia, Depression, Schizophrenia and
Bipolar Disorder. Some of the academic databases used for this literature review
are Google Scholar, IEEE Xplore, Research Gate which include a handful of e-
journals for study and research-based materials.

Keywords: Mental health, disorders, Alzheimer

10.1 Introduction
Mental health is evaluated by the deterioration, for instance, the affliction
which leads to depression and different anxiety diseases. Approximately
25% of people worldwide suffer from mental health problems and

*Corresponding author: shikha.g.206@gmail.com

Sujata Dash, Subhendu Kumar Pani, S. Balamurugan and Ajith Abraham (eds.) Biomedical Data
Mining for Information Retrieval: Methodologies, Techniques and Applications, (263–292) © 2021
Scrivener Publishing LLC

263
264 Biomedical Data Mining for Information Retrieval

illness [1]. The data for mental disorder is at an escalating rate presently.
The data is converting into unstructured data which refers to conversion
to Terabytes and Petabytes (which is not structured); and this has led to
difficulties in handling or processing data. The cost for the treatment of
these kinds of diseases estimates in trillions all over the world. With the aid
of data mining techniques, the expenses for a better quality of treatment of
such diseases are reduced [2].
The past few years have witnessed an increment in data mining tech-
niques in several ways. Data mining provides a way to understanding
the knowledge discovery and serves as an important channel for pattern
discovery of data by surveying and modeling a big amount of data. Data
mining directs to the extract, learn, explore, and identify the needful
information and most appropriate information of the large databases.
These techniques are being applied since many years in the researches
related to the medicines essentially in the basics of neuroscience and
biomedicine. The mental health departments have begun to make use of
the techniques for the understanding of the diseases [3, 4]. According to
WHO, some of the major mental disorders which are into essential con-
sideration include, trauma related disorders, anxiety disorders, bipolar
disorder, eating disorders, personality disorders, and psychotic disor-
ders [5].
Presently many people suffer from the diseases related to brain which
includes neuroscience concept [6]. Anxiety disorders are the ones, such
a panic attacks, obsessive compulsive disorder and post-traumatic stress
disorder. Bipolar disorder is another example which is associated with
mood swings [7]. Clinical depression which include highly depressed
mood as loss of interest in any kind of activity. These kinds of disorders
are basically included in 70–80% of mental disorders [8]. The motive for
this data extraction is to construct models from the medical information
(high-­definition) and utilize them for the prediction of results, from the
medical data which is unseen, in order to sustain clinical making [9]. For
the construction of decision models for clinical procedure and diagnosis, a
predictive data is required [10].
This review aims to discover work that is related to data mining and
how the techniques and algorithms are used for the predictions related to
mental health. Novel algorithms related to treatment of such disorders can
be devised. The analysis, evaluation and reassessment of the diseases at
the early stages can be done by machine learning as well as Data mining
techniques in order to obtain an analytical data for prediction of mental
health [11–14].
Data Mining Intercessions in Mental Health 265

10.2 Techniques and Algorithms Applied


Data Mining assumes an imperative job in numerous fields, for example,
healthcare, administrations identified with finance, regular science. It is an
approach to find models that are helpful. Data can be separated into two
kinds; Algorithm being (utilized in forecast) and Diagnosis of emotional
well-being.

Type 1: Descriptive (unsupervised learning) that is used to find the pat-


terns, involving summarization and transformation of data (raw facts) into
meaningful data. It involves proper monitoring and reporting. It is used to
produce correlation, cross-tabulation, frequency etc.

Type 2: Predictive (supervised learning) whose idea is to predict the future


outcome by using few variables of the present to predict the future. This
method comes under classification, time series analysis and regression.

• Artificial Neural Networks (ANN): It falls under supervised


learning algorithms. Neural refers to brain inspired sys-
tems. Neural networks are called perceptrons comprising of
two layers input and output and for some situation, there
is third layer known as hidden layer which contains units
that change the input into something that output layer can
utilize.
• Association: It retrieves interesting alliance and relationships
among large dataset having data items. This rule helps to
predict the occurrence of an item based on the occurrence
of other item in a particular transaction.
• Classification: It is where information can be arranged into
a given number of classes. Principle objective of a classifica-
tion problem is to distinguish the category or class to which
another information will fall under.
• kNN (k-nearest-neighbor): Being the laziest calculation in
Machine learning, it works in an extremely basic route by
taking into account the distance from known information
point. After the K neighbors are assembled, the majority is
taken and the unknown information is ordered into that
classification.
• Decision tree: It commonly begins with a single node which
branches into potential results. Every one of those results
266 Biomedical Data Mining for Information Retrieval

prompts extra nodes which branch off into different pros-


pects giving it a tree like shape. They can be utilized to
comprehend non-linearity and guide out a calculation that
predicts the best decision scientifically.
• Random Forest: It takes into utilization a great deal of deci-
sion trees, state an ensemble where each tree is minimal not
quite the same as other. The new information got, and most
of vote is considered for the conclusive outcome.
• Naïve Bayes Algorithm: Chipping away at the rule of Bayes’
theorem. The theorem finds the likelihood of another occa-
sion that has just happened. It is called Naïve Bayes or Idiot
Bayes because the calculations of the probabilities for every
hypothesis are simplified to make own calculations.
• SVM: It is an algorithm consisting of ideas that are mod-
erately straightforward. The maximal-margin classifier is a
theoretical classifier that best clarifies how SVM functions.
In SVM, a hyper plane is chosen to best separate the points
in the input variable space by their class. In two dimensional
measurements you can see this as a line and three dimen-
sional measurements; it tends to be a hyper plane.
• Logistic Regression: This function is also called the sigmoid
function; input values are joined linearly utilizing loads or
coefficient values to anticipate an output. It is not quite the
same as linear regression in light of the fact that the output
value being utilized is binary rather than continuous.
• Ensemble methods: These are the combination of various
base models which are combined to produce one optimal
predictive model.
• Boosting algorithm: This transforms weak learners into
strong learners. A weak learner is one which is marginally
superior to arbitrary speculating. Boosting is a successive
procedure, for example trees are developed utilizing the data
from recently developed trees consistently. This procedure
gradually gains from information and attempts to improve
its expectation in other subsequent iterations.
• AdaBoost Algorithm: It comprises of various steps such as;
initializing weights to all training points, then calculating
error rate for each classifier, picking classifier with the low-
est error rate, computing the voting power for the classifier,
append classifier in the ensemble classifier and checking if
Data Mining Intercessions in Mental Health 267

the classifier is good enough or not, and lastly update weights


of each point where the previous classifier went wrong [11,
12, 15].

10.3 Analysis of Major Health Disorders Through


Different Techniques
10.3.1 Alzheimer
Alzheimer disease (AD) is designated by a regular decrement in the
mental processes that include memory, attention, and ability to take
decisions, thinking and learning ability. AD is considerably increasing
among people of age group around 65 years or more. AD should set
apart from general age-related issues in cognitive function, as these are
not co-related with such drawback. This disease generally starts off with
benign indications and comes to end with serious damage to the brain
[16–21].
The physio-pathology of AD is associated to damage and death of neu-
rons, triggering the hippocampus brain region that actively takes part
in ability to memorize and learn, then re-absorption and breakdown of
tissues take place that affects the entire brain [18, 22]. AD is generally
not genetically inherited, but in 0.1% cases, which usually had an onset
before the age of 65, it was considered as some genes may act as risk fac-
tors [23].
As the patients gradually become impaired in cognitive functions,
they become helpless and depend on others for care [24]. So, the anal-
ysis and knowledge of AD is important and it will help us in curing
such disease [25]. In 2016, the first ever database was presented that was
concentrated on the examination of certain factors common to AD [26].
This extracted database is be used to find out the factors, indications
and possible treatment for the degradation of neurons through compu-
tational work.
In 2017, the probability of AD was examined using supervised learning
method on non-image data and computed the irregularity using measur-
able similarity indexes [27]. So, the proposed model works on numeri-
cal values as input. The use of MRI-based models can be continued by
researchers as a pre-processing step, in which numerical values can be
extracted as useful information from image data and used as inputs for
obtaining much more satisfactory results for the model. There have been
268 Biomedical Data Mining for Information Retrieval

40

33.33

30 27.78

22.22
20
16.67 16.67

11.11 11.11
10

0
Decision Tree ANN Naive Bayes Random Forest SVM JRIP ARs

Figure 10.1 Percentages of data mining techniques applied to Alzheimer’s studies [12].

several researches on the Alzheimer’s disease in which different kinds of


data mining techniques and algorithms have been applied to study and
predict models (Figure 10.1; Table 10.1).

10.3.2 Dementia
Dementia is an ailment, significantly described by advanced decrement
in two or more mental domains that include loss of memory, inability to
understand or speak language and mental decline. This causes the person
to be unable to do the basic activities of daily life. The most common dis-
ease that causes dementia is Alzheimer’s disease. Reports show that AD
makes up at least 80% of all dementia analysis [40]. In accordance to the
world Alzheimer report of 2015, the dementia population throughout the
world was calculated 44 million in 2013 and is likely to upsurge up to 135
million in 2050 [41].
This has become a concern and so many motivational protocols are pro-
posed so that they can be adopted which can change their behavioural dis-
orders and also can adopt a healthy lifestyle. Present time treatments that
are feasible include Acetylchlinesterase inhibitors for people at any level
of dementia and memantic for patients with severe AD. These aids help to
upgrade the life standards but cannot change the span of the disease. Many
Table 10.1 Several study researches review in context to data mining techniques and algorithms for Alzheimer’s Disease patient.
Techniques and
algorithms Study proposal Results References
Naïve Bayes Predictive model to identify possible Naïve Bayes can predict the conversion [8]
conversions from Mild Cognitive with a reasonably good AUC value after
Impairment to Alzheimer’s Disease feature selection.
based on the Alzheimer’s Disease
Neuroimaging Initiative (ADNI)
database.
Machine Learning and In this, they proposed a model based on Genetic factors, diabetes, smoking and [28]
Neural Networks: classification of Alzheimer Disease age were discovered to be the most
Multilayer considering the threat factors that probable factors of AD.
Perceptron, Random influence the most. Many different The model based on classification was
Forest tree models were developed for the same. endorsed by many test cases.
The average accuracy for the same
was obtained around 99.25% with
multilayer perceptron and random
forest tree.
Voting Feature A new data mining framework was Bayes and VFI yielded better results in [29]
Intervals (VFI), developed combining the three different comparison to the SVM approach that
Bayes statistics, classifiers to obtain a computable index showed up as a unique way to identify
SVM of pattern that resembles the prediction regions of high discriminatory power
Data Mining Intercessions in Mental Health

analysis (MCI to AD). for Alzheimer Disease prediction and


identification.
269

(Continued)
270

Table 10.1 Several study researches review in context to data mining techniques and algorithms for Alzheimer’s Disease patient.
(Continued)
Techniques and
algorithms Study proposal Results References
Association rules Proposed to come across the associations The classification accuracy of about [30]
in between the attributes that describe 94.87% was yielded by the proposed
introductory patterns, making them model (specificity = 100%, sensitivity =
available for the early AD diagnosis. 91.07%) mastering the methods that
were developed until that year for
Alzheimer Disease initial analysis.
SVM From resting-state functional resonance Revealed that early stages of AD can be [31]
images a bootstrapping-based feature distinguished at a 79% more accurate
extraction technique to diagnose rate than the others.
initial-stage Alzheimer Disease was
introduced.
DT Represented a better direct in terms of Construction of an optimal tree with [32]
prediction model for AD. lesser nodes and branches was made
possible by the aid of Information Gain.
The system is devised to work and detect
Biomedical Data Mining for Information Retrieval

the situation of new patients in context


of AD.
(Continued)
Table 10.1 Several study researches review in context to data mining techniques and algorithms for Alzheimer’s Disease patient.
(Continued)
Techniques and
algorithms Study proposal Results References
Naïve Bayes, DT J48, By the aid of several machine learning The evaluation technique Naïve Bayes [7]
Random Forest, techniques falling under the category of was found out to be the most accurate
JRip Data mining, diagnosis of diseases was and precise in terms of evaluation and
done. recalling and time consumption.

DT J48, SVM Proposed an automatic classification SVM was beat by DT J48 in the [33]
of patients through the EEG identification and accurate classification
(Electroencephalogram) signals which of CT and MCI with 90% accuracy and
are involved in the MCI and AD. 87% specificity, and is about 51 folds
higher in performance of all other
metrics.
J48 beats SVM in the identification and
accurate classification of AD and CT
with 73% accuracy and 68% specificity,
leave-one-out cross validation (63-fold).
With respect to SVM, J48 obtains better
results of 80% accuracy and 79%
specificity in the distinguishing AD
Data Mining Intercessions in Mental Health

patients from MCI.


(Continued)
271
272
Table 10.1 Several study researches review in context to data mining techniques and algorithms for Alzheimer’s Disease patient.
(Continued)
Techniques and
algorithms Study proposal Results References
Association Rule Presented techniques of data mining for Discovery of different patterns used in [34]
Mining, Clustering analyzing the dataset of Alzheimer data sets including patterns to analyze
Disease gene expression. interrelationship in between the
characteristics of the genes in stages of
AD.
Ensemble, Random Utilization of different data mining Through their intelligence to find missing [35]
Forest techniques in the decision of multiple values, handle data, and unequal
base classifiers mainly for accurate datasets, both the data techniques are
prediction of AD anomalies (absence/ proved to be efficient in this work.
presence).
Naïve Bayes, JRip, To find out novel evolving approaches in In comparison to JRip, Naïve Bayes and [36]
Random forest the AD diagnosis. Random Forest have delivered better
results.
CNN Utilized a CNN in order to differentiate With convolutional neuronal network [37]
Alzheimer’s patient brain from a deep learning architecture (LeNet),
Biomedical Data Mining for Information Retrieval

healthy person’s brain. 96.86% accurate data was classified


distinguishing AD data from normal
one.
(Continued)
Table 10.1 Several study researches review in context to data mining techniques and algorithms for Alzheimer’s Disease patient.
(Continued)
Techniques and
algorithms Study proposal Results References
DT, Quantitative To provide a deep knowledge of the Successful characterization of information [38]
Rules, Hierarchical biological functions and the gene for the study with the prior biological
Cluster expression patterns with higher knowledge was obtained and 90 genes
relevance. were discovered which were altered in
AD patients.
Adaboost, Random New Dataset consisting of genetic It reported that the Random forest and [39]
Forest, SVM, Naïve information referring to Alzheimer kNN classifiers gave results with ~82%
Bayes, kNN, DT Disease neurodegenerative disorder. accuracy in comparison to others.
SVM delivered ~94% accurate results with
CFM subset evaluation.
In gain ratio method, RF gave ~85%
results.
CFS Selection of optimal features was
followed by implementation by DFS,
leading to Hybrid feature selection
technique creation, which ultimately
improves the accuracy and facilitates
early diagnosis.
Data Mining Intercessions in Mental Health

Source: Ref. [12].


273
274 Biomedical Data Mining for Information Retrieval

80

62.5 62.5
60

40 37.5 37.5

20
12.5 12.5

0
Decision Tree ANN Naive Bayes Random Forest SVM Logistic Regression

Figure 10.2 Percentages of data mining techniques applied to Dementia’s studies [12].

studies are proposed so that data mining techniques can be implemented


to find out whether a person is suffering from AD dementia or is on the
verge of having it. The authors of Ref. [49] suggested an approach to anal-
yse the people with light cognitive disorders. This approach is up to 95%
effective but has a drawback as it can be applied to any type of raw mul-
tivariate time series. There have been several researches on patients with
Dementia disease in which different kinds of data mining techniques and
algorithms have been applied to study and predict models (Figure 10.2;
Table 10.2).

10.3.3 Depression
Being stated, depression is a mental condition which is indicated by a severe
feeling of individual being hopeless and inadequacy, which is in general
convoyed by a lack of energy and interest in one’s life (The Oxford English
Dictionary 2008). The most common psychotic disorder in the world is
depression. WHO predicted that this can attain the position of second
largest ailment in terms of morbidness. Today, 20% of women, 8.33% of
men, 2% of school children and 5% of teenagers are having depression and
most of them don’t even know about it [43–46].
Table 10.2 Several study researches review in context to data mining techniques and algorithms for Dementia patients.
Techniques and
algorithms Study proposal Results References
Logistic Regression Investigation potential of parametric Delivered results depicting the efficiency [50]
images related to studies of FDG-PET of CMRGlc (cerebral metabolic rate
to support the classification of dementia of glucose consumption) in dementia
patients through techniques of Data patient’s classification with Data mining
mining. using the logistic regression model
and the voxel-level features with PCA,
turning out to be the best classification
model.
Logistic Regression, Development of predictive model for A significant difference is not observed in [51]
DT C4.5 algorithm technology adoption of a video the performances by Logistic regression
transmission solution which is based model and DT (p = 0.894) is been
upon mobile phones techniques, for the reported by statistical tests. Being easy
dementia patients. to interpret and use, DT models are
more advantageous.
DT C4.5, kNN, SVM, Based on mobile phones a predictive Using seven characteristics, the k-Nearest- [51]
Neural networks, adoption model was developed for a Neighbor algorithm proved to be the
CART, Adaptive video transmission system for people most favorable classifier of the assistive
Boosting, Naïve suffering with dementia. technology adoption for patients of
Bayes Dementia possessing accuracy of
Data Mining Intercessions in Mental Health

prediction of about 0.84 ± 0.0242.


275

(Continued)
276

Table 10.2 Several study researches review in context to data mining techniques and algorithms for Dementia patients. (Continued)
Techniques and
algorithms Study proposal Results References
Random Forest, DT, In Korean local communities, studies The significant predictors of MCI that [41]
Logistic Regression on Mild cognitive impairment (MCI) were noted include age, gender,
prediction model for older people were education level, income status,
performed. subjective health, marital status,
smoking and drinking rate, regular
exercise and hypertension. RF models
are more accurate than Decision Tree
and Logistic Regression model.
SVM, ANN, DT To improve the process of dementia To improve the process of dementia [42]
assessment, a global and systematic data assessment, a global and systematic data
mining model was developed. mining model was developed.
DT, Apriori, Neural Proposed the construction of A greater precision was obtained by the [9]
Network, SVM, sorting machine with objective use of k-means in which SSE cluster
K-means of distinguishing the two types of (Sum of Squared Error Cluster) is
dementia diseases: Lewy bodies and converted to larger means and takes in
Biomedical Data Mining for Information Retrieval

Parkinson’s disease. use of Neural Network considering the


SS means of the k-means.
Data Mining Intercessions in Mental Health 277

Most of the people still believe in some common myths about depres-
sion that it is some flaw in the personality, or one can fix it by oneself, or
by meditation, or something else. These myths are created by faith heal-
ers, or unqualified counsellors and non-medical experts for their own
benefit [47]. Detection depression as early as possible and having accu-
rate diagnosis will help people to choose a better treatment and improve
results [48]. The authors of Ref. [52] proposed a different method to know
the stress level of the patient using data mining techniques. They used a
logistic model trees to discern the factors affecting the mental health of
the person. Predicting stress and generated rules can act as a support tool
to aid the medical experts deliver proper treatment and tell the patient
to take certain precautions to avoid future issues. Also, it will reduce the
costs of many medical tests and will tell the patients to take preventive
measures in advance. There have been several researches on the patients
diagnosed or suspected with Depression in which different kinds of data
mining techniques and algorithms have been applied to study and predict
models (Figure 10.3; Table 10.3).

50
45.45

40
36.36

30 27.27 27.27 27.27

20 18.18 18.18 18.18

10

0
Decision Tree ANN Naive Bayes Random Forest SVM Logistic Regr. Linear Regre. kNN

Figure 10.3 Percentages of data mining techniques applied to depression studies [12].
278

Table 10.3 Several study researches review in context to data mining techniques and algorithms for patients diagnosed with
depression.
Techniques and
algorithms Study proposal Results References
Ontologies, Bayesian Use of ontologies and data mining The results represent excellently the [53]
networks techniques for construction of organization structure of large complex
depression terminology and infer domains, while the Bayesian probability
depression probability. allows the assignment to any other
statement type.
AdaBoost based on Evaluated and developed a model that The results are significantly useful for [54]
DT classifier uses adolescent depression data to depression screening in adolescents.
compute and envisage depression based The time required for diagnosis is reduced
on momentum, with the help of feature within the completion of questionnaires
selection techniques. by the patients.
Association Analysis, Study of data mining techniques Establishment of various common [55]
Frequent Pattern application for analyzing the database symptoms of depressed patients, along
Tree for depression which consists of 5,964 with their scenarios.
records and the use of these techniques
Biomedical Data Mining for Information Retrieval

for obtaining efficient results.


(Continued)
Table 10.3 Several study researches review in context to data mining techniques and algorithms for patients diagnosed with
depression. (Continued)
Techniques and
algorithms Study proposal Results References
Naïve Bayesian, kNN, Proposed the inter-relationship between Comparison of Linear and Logistic RA [56]
SVM, Logistic the reading habits and propensity of were performed to create prediction
regression, Linear the university students based upon models and ultimately selected the
Regression. results provided by the Mental Health Logistic Model to be proven with a
Questionnaires (MHQ) and the dataset better accuracy at low relative error.
of the university records.
Random Forest Amongst women generalized anxiety GAD (Generalized Anxiety Disorder) [57]
disorder was predicted. can be predicted by the Random Forest
approach with above 0.9 accuracy level. In
terms of specificity, it shows consistency.
Greedy Stepwise These techniques based upon CFS Data was obtained that the GSW and kNN [58]
(GSW), Logistic were enforced for feature selection. perform optimally. Rather than the
Regression, SVM, (Correlation Features Selection) alpha and theta frequency bands, Beta
Random Forest, frequency band has an essential role in
Linear Forward the mild depression detection.
Selection (LFS), These results were predicted with an
Rank Search (RS), accuracy of 92% and AUC above 0.950
Bayes Net, Genetic for beta frequency bands of Emo_block
Data Mining Intercessions in Mental Health

Search (GS), kNN and Neu_block.


and Best First (BF)
279

(Continued)
Table 10.3 Several study researches review in context to data mining techniques and algorithms for patients diagnosed with
280
depression. (Continued)
Techniques and
algorithms Study proposal Results References
Regression Tree, Proposed a censored regression approach Through multistage linear method, main [59]
Linear combination for prediction of the percent risk of the risk factors are identified which are not
of covariate patients which relapse after the initial only reliable for their findings about
remission from either one or multiple MDD patients but also deliver insights
stages of antidepressant treatment. over the techniques developed for
therapies which prevent this relapse.
Random Forest, Evaluation of neurophysiological The efficiency and accuracy for random [60]
SVM, Multilayer factors in the elderly who suffer from forest was obtained to be the most
Perceptron (MPL depression and neurodegeneration. accurate (95.5%) while the others
Network), Random Mainly the identification and ranged between 92.42 and 95.45%.
Tree correlation of depression
symptoms coexisting along with
the cognitive deterioration and the
neurophysiological factors with
geriatric depression combined with
cognitive impairment.
Biomedical Data Mining for Information Retrieval

DT C4.5, Neural Proposed a simple and discrete detection Neural Networks outshine the other basics [61]
networks, Naïve system which takes on use of passive which are then followed by C4.5 DT
Bayesian, SVM infrared sensors for scrutinizing day and are effective in identification of
to day activities of the elderly living by normal conditions and mild depression
themselves. with up to 96% accuracy.
Data Mining Intercessions in Mental Health 281

10.3.4 Schizophrenia and Bipolar Disorders


Severe psycho-neurotic disorders that have some common signs and men-
tal deficits include Schizophrenia and Bipolar disorder. These disorders
are mainly caused by various biological and environmental factors [62].
Amongst all the mental ailments, these two disorders have a great impres-
sion on affected people and their families as they exhibit a very heavy
economic burden for the healthcare system. Disorders like GAD (gener-
alized anxiety disorder), PD (panic disorder) and many phobias fall under
Bipolar disorders [62].
The authors of Ref. [63] proposed a semi-automated system that helps
in the early detection and diagnosis among people with such disease. The
goal is not to make the classification process fully automatic, but to make
sure that this classifier is able to match the patient’s symptoms with all the
Cognitive Health ailments. The results reveal that this proposed system has
improved the organizational capacity of collecting information at a higher
rate with a lower cost and providing with the most accurate results. There
have been several researches on the people diagnosed with Schizophrenia
and Bipolar disorders, in which different kinds of data mining techniques
and algorithms have been applied to study and predict models (Figure
10.4; Table 10.4).

60
57.14

42.86
40

28.57

20
14.29 14.29

0
Decision Tree Adaboost kNN Random Forest SVM

Figure 10.4 Percentages of data mining techniques applied to Schizophrenia and bipolar
disorders [12].
282

Table 10.4 Several study researches review in context to data mining techniques and algorithms for patients diagnosed with
Schizophrenia and bipolar disorders.
Techniques and
algorithms Study proposal Results References
Recursive feature Framework for schizophrenia diagnosis This algorithm can successfully select [64]
elimination based on the Spectro-temporal the features from prediction space
technique patterns selected by a SVM from that is linked with the neuronal
(SVM-RFE) MEG (multichannel magneto- activity in a functional task, and these
encephalogram) recording in a verbal features can further be involved in the
working memory task. recognition of patients suffering from
schizophrenia.
Regression Tree, Investigation of functional Magnetic A set of classification rules have been [65]
Random Forest, Resonance images (fMRI) of 15 normal produced that basically predict the
k-Nearest Neighbor, controls along with 12 patients with disorder and it was concluded that
DT C4.5 schizophrenia by the construction of algorithm C4.5 has the most accurate
functional conectoma which takes in results.
use of image processing techniques,
filtering, temporal correlation and
Biomedical Data Mining for Information Retrieval

specifically realignment, etc.


(Continued)
Table 10.4 Several study researches review in context to data mining techniques and algorithms for patients diagnosed with
Schizophrenia and bipolar disorders. (Continued)
Techniques and
algorithms Study proposal Results References
DT C5.0 Analyzing through algorithms of Data 90% accuracy was observed through this [66]
Mining, many different parameters algorithm and it delivers an easy and
for detection and diagnosis of quick method for disease diagnosis and
neuropsychiatric diseases (including decision making by the doctors.
Schizophrenia) were identified.
k-Nearest Neighbor Proposal of application for pattern The proposed method resulted into the [67]
recognition technique which aids to distinguition of three mood states
classify the pathological mental states of such as hypomania, euthymia and
mental disorders by utilizing data from depression, with an average of inter-
electrodermal EC response. subject accuracy more than 82% and
intra-subject above 98%. This is done by
using a convolution-based approach.
(Continued)
Data Mining Intercessions in Mental Health
283
284
Table 10.4 Several study researches review in context to data mining techniques and algorithms for patients diagnosed with
Schizophrenia and bipolar disorders. (Continued)
Techniques and
algorithms Study proposal Results References
Random Tree, DT, Aim to build and study prediction models The algorithm AdaBoost with DT has [68]
AdaBoost, Bagging, through the data mining techniques for resulted with the highest values of
AdaBoost with DT, the patients who are readmitted with accuracy (98.11%), recall (98.79%) and
AdaBoost with Schizophrenia. F-measure (98.41%).
Random Tree,
Bagging with DT,
AdaBoost with
Random Forests,
Bagging with
Random Forest,
Bagging with
Random Tree,
Random Forests
DT C4.5 Using Linear and non-linear HRV This algorithm turned out to be the best as [69]
features (Heart Rate Variability), they it distinguished between stress and rest
Biomedical Data Mining for Information Retrieval

proposed a model to examine mental with 80% specificity, 78% sensitivity,


stress through the records of university and 79% precision.
students during an oral examination
(stress and rest).
Data Mining Intercessions in Mental Health 285

10.4 Conclusion
Analyzing patterns for prediction of data is essential in terms of under-
standing the concepts of data mining. To analyze recurring sequential as
well as structural patterns in data, various methods and algorithms have
evolved. These algorithms are used to find patterns in data, and simplify
the search of factors (whether genetic or environmental) involved and
how they dominate [70]. Most of the psychiatric disorders like Alzheimer,
dementia, schizophrenia, depression, Alcohol abuse withdrawal syndrome
and anxiety can be detected and diagnosed using Data Mining Techniques.
This has started a new era of research in this field. Presently, depression is
common in teenage and the suicidal cases of depression are intensifying
every day. Despite the fact that many effective treatments are available for
such Mental Health conditions, people who are suspects for mental disor-
der still look for a psychiatrist or primary medical care.
The results of several studies in 2017, features the merits of machine
learning specifically showing applicability in psychiatric health [71]. By the
use of online communities, researchers have come a step closer to offer
suggestions for people to live a better life by just observing and interpreting
them. For the making of health policies, predicting the factors affecting
mental health is very crucial [72]. In recent years, an increment in sui-
cidal cases has been reported. This aspect includes several variables such
as social, biological or psychological. Most of the suicidal cases present
psychiatric conditions such as depressive disorders, substance abuse and
psychosis. Studies have shown that apart from the social factors known,
social isolation and unemployment has been a major reason for high sui-
cide rates [73]. A major challenge occurs while making a predicting model
that what information should it be fed with. Brain and Genetic imaging
measures are practically possible but takes a lot of time and cost in data
collection and processing. Previously, predictors based on experience were
used to identify the treatment and the overall effect gradually [74].
Demonstration through a study in 2015 was done, that EEG signals can be
used to differentiate depressed and healthy people by applying data mining
techniques to it. This model was reliable for detecting depression and sup-
ports many studies that confirm the potential clinical utility of diagnosis of
depression (computer-assisted) using EEG signals [48]. Information technol-
ogies have the potential to change the way people are treated and can also help
us to grow our knowledge rapidly [70]. Highly personalised treatments for
patients can help them in making evidence-based decisions and the scientists
can move to the next level of acquiring knowledge that affects the mental
health and develop more effective approaches for treatment of the same.
286 Biomedical Data Mining for Information Retrieval

Taking into account the reviews of research studies, different data min-
ing techniques or algorithms, technologies used onto the mental health
field can significantly boost up the prediction process and appropriate
identification of diseases so that helpful precautions can be taken by the
patient reducing the risk factors associated. Furthermore, many trials are
still going on by the scientists or researchers to apply different prevention
strategies on mental health treatment.
Funding Agency: This research received no specific grant from any fund-
ing agency in the public, commercial, or not-for-profit sectors.

References
1. Dhaka, P. and Johari, R., Big data application: Study and archival of mental
health data, using MongoDB, in: 2016 International Conference on Electrical,
Electronics, and Optimization Techniques (ICEEOT), 2016, March, IEEE,
pp. 3228–3232.
2. Dipnall, J.F., Pasco, J.A., Berk, M., Williams, L.J., Dodd, S., Jacka, F.N. et al.
Fusing Data Mining, Machine Learning and Traditional Statistics to Detect
Biomarkers Associated with Depression. PLoS ONE 11(2): e0148195, 2016.
https://doi.org/10.1371/journal.pone.0148195.
3. Pirooznia, M., Seifuddin, F., Judy, J., Mahon, P., Potash, J., Zandi, P., Data min-
ing approaches for genome-wide association of mood disorders. Psychiatr.
Genet., 22, 2, 55–61, 2012.
4. Ni, H., Yang, X., Fang, C., Guo, Y., Xu, M., He, Y., Data mining-based study
on sub-mentally healthy state among residents in eight provinces and cities
in China. J. Tradit. Chin. Med., 34, 4, 511–517, 2014.
5. World Mental Health Day. Article published in Pan Americal Health
Organization website, 2018. https://www.paho.org/hq/index.php?option=
com_content&view=article&id=14710:world-mental-health-day-2018&Ite
mid=42091&lang=en
6. Mathew, J., Mekkayil, L., Ramasangu, H., Karthikeyan, B.R., Manjunath,
A.G., Robust algorithm for early detection of Alzheimer’s disease using mul-
tiple feature extractions, in: 2016 IEEE Annual India Conference (INDICON),
2016, December, IEEE, pp. 1–6.
7. Bhagyashree, S.B. and Sheshadri, H.S., An initial investigation in the diag-
nosis of Alzheimer’s disease using various classification techniques, in: 2014
IEEE International Conference on Computational Intelligence and Computing
Research, 2014, December, pp. 1–5.
8. Qu, X., Yuan, B., Liu, W., A predictive model for identifying possible MCI
to AD conversions in the ADNI database, in: 2009 Second International
Symposium on Knowledge Acquisition and Modeling, 2009, November, vol. 3,
IEEE, pp. 102–105.
Data Mining Intercessions in Mental Health 287

9. Moon, S., Choi, B., An, J., Yoon, T., Constructing a sorting machine for
degenerative cerebropathia, in: 2017 19th International Conference on
Advanced Communication Technology (ICACT), 2017, February, IEEE, pp.
800–804, 2009, November.
10. Lee, C., Lam, C.P., Masek, M., Rough-fuzzy hybrid approach for identifica-
tion of bio-markers and classification on Alzheimer’s disease data, in: 2011
IEEE 11th International Conference on Bioinformatics and Bioengineering,
2011, October, IEEE, pp. 84–91.
11. Alonso, S.G., de la Torre Díez, I., Rodrigues, J.J.P.C., Hamrioui, S., López-
Coronado, M., A systematic review of techniques and sources of big data in
the healthcare sector. J. Med. Syst., 41, 11, 183, 2017.
12. Alonso, S.G., de la Torre-Díez, I., Hamrioui, S., López-Coronado, M.,
Barreno, D.C., Nozaleda, L.M., Franco, M., Data mining algorithms and
techniques in mental health: A systematic review. J. Med. Syst., 42, 9, 161,
2018.
13. Khan, A. and Usman, M., Early diagnosis of Alzheimer’s disease using
machine learning techniques. Knowledge Discovery, Knowledge Engineering
and Knowledge Management. 7th International Joint Conference (IC3K), vol.
1, pp. 380–387, 2015.
14. Wongkoblap, A., Vadillo, M.A., Curcin, V., Researching mental health disor-
ders in the era of social media: Systematic review. J. Med. Internet Res., 19, 6,
228, 2017.
15. Enayati, E., Hassani, Z., Moodi, M., The Application of an Evolutionary
Model using Fuzzy Logic on Health Literacy Data. Health Educ. Health
Promot., 7, 3, 139–145, 2019.
16. Gross, A.L., Jones, R.N., Habtemariam, D.A., Fong, T.G., Tommet, D., Quach,
L., Schmitt, E., Yap, L., Inouye, S.K., Delirium and Long-term Cognitive
Trajectory Among Persons with Dementia. Arch. Intern. Med., 172, 17, 1324–
31, 2012.
17. Shaffer, J.L., Petrella, J.R., Sheldon, F.C., Choudhury, K.R., Calhoun, V.D.,
Coleman, R.E., Alzheimer’s Disease Neuroimaging Initiative, Predicting
cognitive decline in subjects at risk for Alzheimer disease by using combined
cerebrospinal fluid, MR imaging, and PET biomarkers. Radiology, 266, 2,
583–591, 2013.
18. Honjo, K., Black, S.E., Verhoeff, N.P., Alzheimer disease, cerebrovascular dis-
ease, and the β-amyloid cascade. Can. J. Neurol. Sci., 39, 6, 712–28, 2012.
19. Mattson, M.P., Glutamate and neurotrophic factors in neuronal plasticity
and disease. Ann. N. Y. Acad. Sci., 1144, 97–112, 2008.
20. Braak, H. and Del Tredici, K., Where, when, and in what form does sporadic
Alzheimer disease begin? Curr. Opin. Neurol., 25, 6, 708–14, 2012.
21. Revett, T.J., Baker, G.B., Jhamandas, J., Kar, S., Glutamate system, amyloid
ß peptides and tau protein: functional interrelationships and relevance to
Alzheimer disease pathology. J. Psychiatry Neurosci., 38, 1, 6–23, 2013.
288 Biomedical Data Mining for Information Retrieval

22. Swardfager, W., Lanctôt, K., Rothenburg, L., Wong, A., Cappell, J., Herrmann,
N., A meta-analysis of cytokines in Alzheimer disease. Biol. Psychiatry, 68,
10, 930–941, 2010.
23. Zhao, L. N., Lu, L., Chew, L. Y., Mu, Y. Alzheimer’s disease--a panorama
glimpse. Int. J. Mol. Sci., 15(7), 12631–12650, 2014. https://doi.org/10.3390/
ijms150712631.
24. Chiang, H.-S. and Pao, S.-C., An EEG-based fuzzy probability model for
early diagnosis of Alzheimer’s disease. J. Med. Syst., 40, 5, 125, 2016.
25. Ertek, G., Tokdil, B., Günaydın, İ., Risk factors and identifiers for Alzheimer’s
disease: A data mining analysis, in: Industrial Conference on Data Mining,
2014, July, Springer, Cham, pp. 1–11.
26. Jacob, S.G. and Athilakshmi, R., Extraction of protein sequence features for
prediction of neuro-degenerative brain disorders: Pioneering the CGAP
database, in: Proceedings of the International Conference on Informatics and
Analytics, 2016, August, pp. 1–4.
27. Aditya, C.R. and Pande, M.B.S., Devising an interpretable calibrated scale to
quantitatively assess the dementia stage of subjects with Alzheimer’s disease:
A machine learning approach. Inf. Med. Unlocked, 6, 28–35, 2017.
28. Joshi, S., Shenoy, D., GG, V.S., Rrashmi, P.L., Venugopal, K.R., Patnaik, L.M.,
Classification of Alzheimer’s disease and Parkinson’s disease by using machine
learning and neural network methods, in: 2010 Second International Conference
on Machine Learning and Computing, 2010, February, IEEE, pp. 218–222.
29. Plant, C., Teipel, S.J., Oswald, A., Böhm, C., Meindl, T., Mourao-Miranda, J.
et al., Automated detection of brain atrophy patterns based on MRI for the
prediction of Alzheimer’s disease. Neuroimage, 50, 1, 162–174, 2010.
30. Chaves, R., Górriz, J.M., Ramírez, J., Illn, I.A., Salas-Gonzalez, D., Gómez-
Río, M., Efficient mining of association rules for the early diagnosis of
Alzheimer’s disease. Phys. Med. Biol., 56, 18, 6047–6063, 2011.
31. Plant, C., Sorg, C., Riedl, V., Wohlschläger, A., Homogeneity-based feature
extraction for classification of early-stage Alzheimer’s disease from func-
tional magnetic resonance images, in: Proceedings of the 2011 Workshop on
Data Mining for Medicine and Healthcare, 2011, August, pp. 33–41.
32. Al-Dlaeen, D. and Alashqur, A., Using decision tree classification to assist in
the prediction of Alzheimer’s disease. International Conference on Computer
Science and Information Technology (CSIT), pp. 122–126, 2014.
33. Fiscon, G., Weitschek, E., Felici, G., Bertolazzi, P., De Salvo, S., Bramanti, P.,
De Cola, M.C., Alzheimer’s disease patients classification through EEG sig-
nals processing, in: 2014 IEEE Symposium on Computational Intelligence and
Data Mining (CIDM), 2014, December, IEEE, pp. 105–112.
34. Le Quéau, B., Shafiq, O., Alhajj, R., Analyzing Alzheimer’s disease gene
expression dataset using clustering and association rule mining, in:
Proceedings of the 2014 IEEE 15th International Conference on Information
Reuse and Integration (IEEE IRI 2014), 2014, August, IEEE, pp. 283–290.
Data Mining Intercessions in Mental Health 289

35. Pachange, S., Joglekar, B., Kulkarni, P., An ensemble classifier approach
for disease diagnosis using Random Forest, in: 2015 Annual IEEE India
Conference (INDICON), 2015, December, IEEE, pp. 1–5.
36. Sheshadri, H.S., Shree, S.B., Krishna, M., Diagnosis of Alzheimer’s disease
employing neuropsychological and classification techniques, in: 2015 5th
International Conference on IT Convergence and Security (ICITCS), 2015,
August, IEEE, pp. 1–6.
37. Sarraf, S. and Tofighi, G., Classification of Alzheimer’s disease using fmri
data and deep learning convolutional neural networks. arXiv preprint
arXiv:1603.08631, 2016, doi: https://doi.org/10.1101/070441.
38. Martínez-Ballesteros, M., García-Heredia, J.M., Nepomuceno-Chamorro,
I.A., Riquelme-Santos, J.C., Machine learning techniques to discover genes
with potential prognosis role in Alzheimer’s disease using different biological
sources. Inform. Fusion, 36, 114–129, 2017.
39. Tejeswinee, K., Shomona, G.J., Athilakshmi, R., Feature selection tech-
niques for prediction of neuro-degenerative disorders: A case-study with
Alzheimer’s and Parkinson’s disease. Proc. Comput. Sci., 115, 188–194, 2017.
40. Weller, J and Budson, A., Current understanding of Alzheimer’s disease diag-
nosis and treatment. F1000Res., 2018.
41. Byeon, H.A., Prediction model for mild cognitive impairment using random
forests. Int. J. Adv. Comput. Sci. Appl., 6, 12, 8–12, 2015.
42. Bang, S., Son, S., Roh, H., Lee, J., Bae, S., Lee, K. et al., Quadphased data
mining modeling for dementia diagnosis. BMC Med. Inf. Decis. Making, 17,
1, 60, 2017.
43. Kessler, R.C., McGonagle, K.A., Zhao, S., Nelson, C.B., Hughes, M., Eshleman,
S., Kendler, K.S., Lifetime and 12-month prevalence of DSM-III-R psychi-
atric disorders in the United States: results from the National Comorbidity
Survey. Arch. Gen. Psychiatry, 51, 1, 8–19, 1994.
44. Bland, R.C., Psychiatric Disorders in America: The Epidemiologic Catchment
Area Study. J. Psychiatry Neurosci., 17(1), 34–36, 1992.
45. Greenberg, P.E., Stiglin, L.E., Finkelstein, S.N., Berndt, E.R., The economic
burden of depression in 1990. J. Clin. Psychiatry, 54, 405–418, 2009.
46. Blair-West, G.W., Mellsop, G.W., Eyeson-Annan, M.L., Down-rating lifetime
suicide risk in major depression. Acta Psychiatr. Scand., 95, 3, 259–263, 1997.
47. Depression Guideline Panel, Depression in Primary Care: Volume 1. Detection
and Diagnosis Clinical Practice Guideline, Number 5, U.S Department of
Health and Human Services; AHCPR No. 93-0550, Rockville, Maryland,
2001.
48. Mohammadi, M., Al-Azab, F., Raahemi, B., Richards, G., Jaworska, N., Smith,
D. et al., Data mining EEG signals in depression for their diagnostic value.
BMC Med. Inform. Decis. Mak., 15, 1, 108, 2015.
49. Zanin, M., Sousa, P., Papo, D., Bajo, R., García-Prieto, J., Del Pozo, F. et al.,
Optimizing fun network representation of multivariate time series. Sci. Rep.,
2, 630, 2012 1, 2015.
290 Biomedical Data Mining for Information Retrieval

50. Wen, L., Bewley, M., Eberl, S., Fulham, M., Feng, D., Classification of demen-
tia from FDG-PET parametric images using data mining, in: 2008 5th IEEE
International Symposium on Biomedical Imaging: From Nano to Macro, 2008,
May, IEEE, pp. 412–415.
51. Zhang, S., Mcclean, S., Nugent, C., Neill, S.O., Donnelly, M., Galway, L.
et al., Prediction of assistive technology adoption for people with dementia.
International Conference on Health Information Science, pp. 160–171, 2013.
52. D’monte, S., Panchal, D., Data mining approach for diagnose of anxiety
disorder, in: International Conference on Computing, Communication &
Automation, 2015, May, IEEE, pp. 124–127.
53. Chang, Y.S., Hung, W.C., Juang, T.Y., Depression Diagnosis Based on ontol-
ogies and Bayesian networks, in: 2013 IEEE International Conference on
Systems, Man, and Cybernetics, 2013, October, IEEE, pp. 3452–3457.
54. Thanathamathee, P., Boosting with feature selection technique for screen-
ing and predicting adolescents depression. 2014 4th Int. Conf. Digit. Inf.
Commun. Technol. Its. Appl. DICTAP, pp. 23–27, 2014.
55. Ghafoor, Y., Huang, Y.P., Liu, S.I., An intelligent approach to discovering
common symptoms among depressed patients. Soft Comput., 19, 4, 819–827,
2015.
56. Hou, Y., Xu, J., Huang, Y., Ma, X., A big data application to predict depres-
sion in the university based on the reading habits, in: 2016 3rd International
Conference on Systems and Informatics (ICSAI), 2016, November, IEEE, pp.
1085–1089.
57. Husain, W., Xin, L.K., Rashid, N.A., Jothi, N., Predicting generalized anxiety
disorder among women using random forest approach. 2016 3rd Int. Conf.
Comput. Inf. Sci, pp. 37–42, 2016.
58. Li, X., Hu, B., Sun, S., Cai, H., EEG-based mild depressive detection using fea-
ture selection methods and classifiers. Comput. Methods Programs Biomed.,
136, 151–161, 2016.
59. Nie, Z., Gong, P., Ye, J., Predict risk of relapse for patients with multiple
stages of treatment of depression, in: Proceedings of the 22nd ACM SIGKDD
International Conference on Knowledge Discovery and Data Mining, 2016,
August, pp. 1795–1804.
60. Spyrou, I.M., Frantzidis, C., Bratsas, C., Antoniou, I., Bamidis, P.D., Geriatric
depression symptoms coexisting with cognitive decline: A comparison of clas-
sification methodologies. Biomed. Signal Process. Control, 25, 118–129, 2016.
61. Kim, J.Y., Liu, N., Tan, H.X., Chu, C.H., Unobtrusive monitoring to detect
depression for elderly with chronic illnesses. IEEE Sens. J., 17, 17, 5694–5704,
2017.
62. Lyalina, S., Percha, B., Lependu, P., Iyer, S.V., Altman, R.B., Shah, N.H.,
Identifying phenotypic signatures of neuropsychiatric disorders from elec-
tronic medical records. J. Am. Med. Inform. Assoc., 20, 297–305, 2013.
63. Azar, G., Gloster, C., El-Bathy, N., Yu, S., Neela, R.H., Alothman, I., Intelligent
data mining and machine learning for mental health diagnosis using genetic
Data Mining Intercessions in Mental Health 291

algorithm, in: 2015 IEEE International Conference on Electro/Information


Technology (EIT), 2015, May, pp. 201–206.
64. Ince, N.F., Goksu, F., Pellizzer, G., Tewfik, A., Stephane, M., Selection of
spectro-temporal patterns in multichannel MEG with support vector
machines for schizophrenia classification, in: 2008 30th Annual International
Conference of the IEEE Engineering in Medicine and Biology Society, 2008,
August, IEEE, pp. 3554–3557.
65. GeethaRamani, R. and Sivaselvi, K., Data mining technique for identifica-
tion of diagnostic biomarker to predict Schizophrenia disorder, in: 2014
IEEE International Conference on Computational Intelligence and Computing
Research, 2014, December, IEEE, pp. 1–8.
66. Gangwar, M., Mishra, R.B., Yadav, R.S., Application of decision tree method
in the diagnosis of neuropsychiatric diseases, in: Asia-Pacific World Congress
on Computer Science and Engineering, 2014, November, IEEE, pp. 1–8.
67. Lanata, A., Greco, A., Valenza, G., Scilingo, E.P., A pattern recognition
approach based on electrodermal response for pathological mood identifica-
tion in bipolar disorders, in: 2014 IEEE International Conference on Acoustics,
Speech and Signal Processing (ICASSP), 2014, May, IEEE, pp. 3601–3605.
68. Thongkam, J. and Sukmak, V., Enhancing Decision Tree with AdaBoost for
Predicting Schizophrenia Readmission. Adv. Mater. Res., 931–932, 1467–
1471, 2014. https://doi.org/10.4028/www.scientific.net/amr.931-932.1467.
69. Castaldo, R., Xu, W., Melillo, P., Pecchia, L., Santamaria, L., James, C.,
Detection of mental stress due to oral academic examination via ultra-short-
term HRV analysis, in: 2016 38th Annual International Conference of the
IEEE Engineering in Medicine and Biology Society (EMBC), 2016, August,
IEEE, pp. 3805–3808.
70. Hadzic, M., Hadzic, F., Dillon, T.S., Mining of patient data: Towards better
treatment strategies for depression. Int. J. Funct. Inform. Personal. Med., 3, 2,
122–143, 2010.
71. Nguyen, T., O’Dea, B., Larsen, M., Phung, D., Venkatesh, S., Christensen, H.,
Using linguistic and topic analysis to classify subgroups of online depression
communities. Multimed. Tools Appl. Springer, 76, 8, 10653–10676, 2017.
72. Cairney, J., Veldhuizen, S., Vigod, S., Streiner, D.L., Wade, T.J., Kurdyak, P.,
Exploring the social determinants of mental health service use using inter-
sectionality theory and CART analysis. J. Epidemiol. Community Health, 68,
2, 145–150, 2014.
73. Barros, J., Morales, S., Echávarri, O., García, A., Ortega, J., Asahi, T. et al.,
Suicide detection in Chile: Proposing a predictive model for suicide risk in
a clinical sample of patients with mood disorders. Rev. Bras. Psiquiatr., 39, 1,
1–11, 2017.
74. Chekroud, A.M., Zotti, R.J., Shehzad, Z., Gueorguieva, R., Johnson, M.K.,
Trivedi, M.H. et al., Cross-trial prediction of treatment outcome in depres-
sion: A machine learning approach. Lancet Psychiatria, 3, 3, 243–250, 2016.

You might also like