
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Ginni has Published 1522 Articles

Ginni
3K+ Views
Statistical approaches are model-based approaches such as a model is produced for the data, and objects are computed concerning how well they fit the model. Most statistical approaches to outlier detection are depends on developing a probability distribution model and considering how Iikely objects are below that model.An outlier is ... Read More

Ginni
668 Views
There are various issues of anomaly detection which are as follows −Number of Attributes used to define an anomaly − The question of either an object is anomalous depends on an individual attribute is a question of whether the object's value for that attribute is anomalous. Because an object can ... Read More

Ginni
1K+ Views
In anomaly detection, the objective is to discover objects that are different from multiple objects. Often, anomalous objects are referred to as outliers, because on a scatter plot of the data, they lie far away from multiple data points. Anomaly detection is called a deviation detection, because anomalous objects have ... Read More

Ginni
1K+ Views
In anomaly detection, the objective is to discover objects that are different from multiple objects. Often, anomalous objects are referred to as outliers, because on a scatter plot of the data, they lie far away from multiple data points. Anomaly detection is called a deviation detection, because anomalous objects have ... Read More

Ginni
2K+ Views
CURE represents Clustering Using Representative. It is a clustering algorithm that uses a multiple techniques to make an approach that can manage high data sets, outliers, and clusters with non-spherical architecture and non-uniform sizes. CURE defines a cluster by using several representative points from the cluster.These points will taking the ... Read More

Ginni
601 Views
The m by m proximity matrix for m data points can be defines as a dense graph in which each node is linked to some others and the weight of the edge between some group of nodes follow their pairwise proximity. Although each object has some method of similarity to ... Read More

Ginni
2K+ Views
The process of combining a set of physical or abstract objects into classes of the same objects is known as clustering. A cluster is a set of data objects that are the same as one another within the same cluster and are disparate from the objects in other clusters. A ... Read More

Ginni
2K+ Views
A grid is an effective method to organize a set of data, minimum in low dimensions. The concept is to divide the applicable values of each attribute into a multiple contiguous intervals, making a set of grid cells. Each object declines into a grid cell whose equivalent attribute intervals include ... Read More

Ginni
430 Views
SOM represents Self-Organizing Feature Map. It is a clustering and data visualization technique depends on a neural network viewpoint. Regardless of the neural network basis of SOM, it is simply presented-minimum in the context of the alteration of prototype-based clustering.The algorithm of SOM is as follows −Initialize the centroids.repeatChoose the ... Read More

Ginni
312 Views
SOM represents Self-Organizing Feature Map. It is a clustering and data visualization approaches depends on a neural network viewpoint. The objective of SOM is to discover a set of centroids (reference vectors in SOM terminology) and to create each object in the data set to the centroid that supports the ... Read More