0
votes
0answers
13 views

Probability distribution of distances to micro-cluster centers using particle filtering

Is it possible, using particles filter, to get the probability distribution of distances to cluster centers in an online clustering process, where for each data-point x, if x is close enough to its ...
1
vote
1answer
174 views

clustering with particle filters

Suppose we want to cluster a data stream of unknown number of clusters, and estimate them using particle filters. With particle filters, we need to know $P(x_t | x_{t-1})$ and $P(z_t | x_t)$ (where z ...