php-ai / php-ml-examples

MIT License
192 stars 55 forks source link

Mapping from clustering result to sample document #2

Open darkopetreski opened 4 years ago

darkopetreski commented 4 years ago

I am trying to cluster some text documents. I am using TfIdfTransformer and DBSCAN. I get the result in array format with some array groups with score numbers. What i like is to map this output with the actual samples, to find out which actual documents are clustered together, is there any easy way to map it ?