Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Suppose there are 2 base cells for a database of 100 dimensions, denoted as { (a1, a2, a3 , a100) :10, (a1, a2, b3 ,
Suppose there are 2 base cells for a database of 100 dimensions, denoted as { (a1, a2, a3 , a100) :10, (a1, a2, b3 , b100) :10}, where each has a cell count of 10. If the minimum support is set to 10 then there will be (2^101)-6 distinct aggregate cells.
The reason being is there will be four duplicates. THE QUESTION IS: WHY ARE THESE THE ONLY four? Why wouldn't (a1, a2, a3, *....*) be a duplicate too?
(*,*,*...*)
(a1, a2, * ...*)
(a1, *,*...*)
(*, a2, *...*)
Why is there only four duplicates?
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started