Download soft/USE it/receive help and feedback

Types Of Application Software

With Examples

Algorithms developed and used by our team in the research
Read and ask questions.

Model diagnostics

Depending on the regression method, several diagnostic tools are provided to assess the
model quality, evaluate the model assumptions, investigate whether or not there are
observations with a large inuence on the model and identify critical points, such as
the outliers. The most common dispersion and correlation-based measures to evaluate the
overall model quality, that is, the root mean squared error (RMSE) and the coecient of
determination R2, are calculated as:

Module description that allows the application of several methods
for variable reduction based on correlation analysis

Clustering algorithms

Clustering is one of the best known algorithm in machine learning domain, named as an unsupervised learning algorithm. Clustering groups similar data points on a scatter plot for data visualization, prototyping, sampling, and segmentation. Clusters are the distinct groups that emerge from the segmentation process.

Clustering can lead to a single grouping/cluster or multiple clusters and can identify (previously unknown) groups in the data. The significance of clustering algorithm is to divide the large volume of data into smaller groups of data when there is no class labels available to process the datasets.

Each cluster contains a set of data points where clustering algorithm mainly used to classify and group each data point into a particular cluster. Besides, the data points within the same cluster should have similar properties, while data points in the difierent cluster should have highly dissimilar properties and/or eatures.

Many clustering algorithms for analyzing healthcare data sets have been introduced in the existing research works. Here we are discussing mainly clustering algorithms that are widely used in machine learning: K-Means algorithm, clustering by local gravitation, k-medoids clustering,k-means++
clustering.
Made on
Tilda