0:00
We are going to discuss numerical summarization pattern overview
0:04
We know that we are supposed to deal with huge data in our big data
0:09
And here we are trying to get some summary out of the similar data
0:14
And to get that one, we are supposed to do some summarization design pattern implementation
0:20
So in this case, we are having multiple different types of categories
0:24
So let me discuss there is a numerical summarization pattern overview where obviously
0:29
the calculation will be done on some numerical field. So, what is numerical summarization pattern
0:38
The numerical summarization pattern is used to find the statistical values over the dataset
0:43
Statistical values means we can go for, say, mean media mode, standard deviations, we
0:48
can go for variance, we can count the number of times or the count of the key values
0:53
are appearing and so on. The intent is very simple. We should group the whole data set
0:59
on key values and then perform the numerical operations for each of the group to get the top level view of the larger data That means here we are not interested for individual data but here we are going to get
1:13
some conclusive data, some summarized data, that is the top-level view of the data
1:19
So, there are mainly two conditions to satisfy for numerical summarization patterns
1:24
So, two conditions are there. The first one is that we need to deal with the numerical data
1:29
because if I want to calculate the variance standard division average, then obviously we need to deal with the numerical data only
1:37
And the data can be grouped by some specific fields. Then obviously because if we can form groups, then only we can go to get some conclusive result
1:49
Different numerical summarization pattern. In this section we will discuss three different types of numerical summarization patterns
1:57
and they are mean max count task then inverted index task and counting with counters
2:04
So, let us discuss all these different kinds of summarization patterns, numerical
2:10
summarization patterns in our next videos. Thanks for watching this