AndrewChmutov / information-retrieval

0 stars 0 forks source link

Class representatives #1

Closed AndrewChmutov closed 1 month ago

AndrewChmutov commented 1 month ago

The general idea is:

  1. take records from some class
  2. create custom distance measure (scale by feature importance)
  3. perform clustering
  4. Take records closest to the centroids

Also, it would be cool to benchmark different distance functions and compare them: dv with dim. reduction.

AndrewChmutov commented 1 month ago

The problem is solved, closing the issue.