0
2.5kviews
What are the features required in Mining algorithm to Cluster Data Stream? Explain different methodology used for Stream Data mining.
1 Answer
| written 9.7 years ago by |
Features required in Mining algorithm to Cluster Data Stream are as follows:
1. Partitioning Method
Suppose we are given a database of ‘n’ objects and the partitioning method constructs ‘k’ partition of data. Each partition will represent a cluster and k ≤ n. It means that it will classify the …