Hi there,
I am interested in Implementing a Dirichlet process mixture of Gaussian processes in matlab. I have my data set which is 57X3 where the format is [Latitude,Longitude,Probability] and I have 57 such readings. I want to use your source code to learn the parameters of DPM-GP by Variational Bayes and cluster the data according to similar probability. How can I do this with your code ?
P.S. In demo file we use parameters N,D,T. I know N is the number of samples we want to draw but what is D and T ?
Hi there,
I am interested in Implementing a Dirichlet process mixture of Gaussian processes in matlab. I have my data set which is 57X3 where the format is [Latitude,Longitude,Probability] and I have 57 such readings. I want to use your source code to learn the parameters of DPM-GP by Variational Bayes and cluster the data according to similar probability. How can I do this with your code ?
P.S. In demo file we use parameters N,D,T. I know N is the number of samples we want to draw but what is D and T ?