- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
What is Sequential Exception Technique?
The sequential exception technique simulates the method in which humans can distinguish unusual sets from between a sequence of supposedly like objects. It helps implicit redundancy of the data.
Given a data set, D, of n objects, it construct a sequence of subsets, {D1, D2,..., Dm}, of these objects with 2 ≤ m ≤ n including
$$\mathrm{D_{j−1}\subset D_{j}\:\:where\: D_{j}\subseteq D}$$
Dissimilarities are assessed between subsets in the series. The technique learns the following terms which are as follows −
Exception set − This is the set of deviations or outliers. It is defined as the smallest subset of objects whose removal results in the highest reduction of unlikeness in the residual set.
Dissimilarity function − This function does not need a metric distance among the objects. Given a set of objects, restore a low value if the objects are same to one another. The higher the dissimilarity between the objects, the higher the value returned by the function.
The dissimilarity of a subset is incrementally computed depends on the subset previous to it in the sequence. Given a subset of n numbers, {x1,..., xn}, a possible dissimilarity function is the variance of the numbers in the set
$$\mathrm{\frac{1}{n}\displaystyle\sum\limits_{i=1}^n (x_{i}-x^{'})^2}$$
where x' is the mean of the n numbers in the set. For character strings, the dissimilarity function can be in the design of a pattern string (e.g., including wildcard characters) that can cover all of the patterns view so far. The dissimilarity increases when the pattern covering some strings in Dj−1 does not cover some string in Dj that is not in Dj−1.
Cardinality function − This is usually the count of the multiple objects in a given set.
Smoothing factor − This function is calculated for each subset in the sequence. It assesses how much the dissimilarity can be decreased by eliminating the subset from the initial set of objects. This value is rate by the cardinality of the set. The subset whose smoothing factor value is the highest is the exception set.
The function of finding an exception set can be NP-hard (i.e., intractable). A sequential method is computationally possible and can be executed using a linear algorithm.
Rather than assessing the dissimilarity of the current subset concerning its complementary set, the algorithm choose a series of subsets from the set for analysis. For each subset, it decides the dissimilarity difference of the subset concerning the previous subset in the sequence.
- Related Articles
- What is sequential pattern mining?
- What is Reverse Engineering Technique in Cybersecurity?
- What is Use Case Testing, Technique & Example?
- What is State Transition Testing? (Technique, Example)
- What is message passing technique in OS?
- What are Sequential Investment Decisions?
- What is interpretation of sequential consistency of instruction execution?
- What is Exception in Python?
- Name one medical technique which is based on magnetism produced in human body. For what purpose is this technique used?
- What is exception handling in C#?
- What is Exception Handling in PHP ?
- What is exception propagation in Java?
- What is exception handling in Python?
- What is the difference between a combinational circuit and a sequential Circuit?
- Elisa Technique
