🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

DBScan Clustering for test dataset from learnt trained model

John_De_JongUser: "John_De_Jong"
New Altair Community Member
Updated by Jocelyn
From the code, i can see that DBScan maps every instance in training set to a cluster based on density. But wanted to see how given a new data/test set it can use the clustering model to map to existing cluster? In KMeans atleast we have centroids that are learnt and we use distance measure to find closest distance of data to the learnt clusters, how does DBScan do this?
I wanted to compare EM, DBScan and KMeans on a given problem(train, test) and see how they map.

Thanks
John

Find more posts tagged with

Comments

No comments on this post.