0:00
In this video we are discussing summarization pattern and its types
0:05
We know that in case of big data we are supposed to deal with huge amount of data
0:10
So to get one conclusive result, we are supposed to accumulate data of the same type
0:16
and then we shall apply some statistical function on them so that we can get some summary
0:22
Statistical function means we can go for average, you can go for sum, count, median calculations
0:28
mode calculations and other details. So let us go for the details about this summarization pattern
0:34
and its different types. So what is summarization pattern? Nowadays the data are large and
0:43
vast and to get a clean and summarized view of the data, we should use summarization design
0:50
pattern So this summarization design pattern will give us a summary a conclusive result from a huge set of data so in this patterns we can gather similar data together and then perform the counting and statistical related tasks on it like our finding the standard
1:09
division, mode, the variance, the finding the average, etc. For an example, if a group
1:16
wants to know about how much time visitors are spending on their website, they need to use
1:23
this summarization task on the request. dataset and this is one of the applications where you can apply this summarization design pattern
1:32
types of summarization pattern there are various types of summarization patterns are present
1:41
and in this section we shall discuss mainly three major types of summarization patterns and they are
1:48
numerical summarization pattern inverted index pattern counting with counters so let us discuss all
1:56
this different categories and types in our next videos for your better understanding
2:01
Thanks for watching this