Suppose while modeling the training data we use clustering initially to group together objects and then apply decision trees for the data which belongs to cluster 1. Then for the test data how do we conclue that this data belongs to which cluster or do we have to carry out clustering again along with the training data and how do we apply the decision trees which we used for cluster 1?