Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

misc ideas and thoughts #8

Open
sa-lee opened this issue Mar 24, 2020 · 0 comments
Open

misc ideas and thoughts #8

sa-lee opened this issue Mar 24, 2020 · 0 comments

Comments

@sa-lee
Copy link
Owner

sa-lee commented Mar 24, 2020

techniques for larger datasets

  • rectangular binning (plus scaling counts) see options in vega https://vega.github.io/vega/examples/density-heatmaps/. I think this could be used to replicate the results in Cook and Miller,2006.
  • continuous hexagonal binning (plus scaling counts) . We can think of binning counts as a streaming algorithm (i.e. use something like count-min-sketch data structure)
  • random sampling (or stratified random sampling if interest is in clustering)
  • transparency
  • displaying largish categorical data (I.e. cluster labels) via hextris (more for static displays or linking

preprocessing transformations

  • add kernel PCA decomposition as a preprocessing step
  • scaled distances based on kNN

spatial linking

or manipulating subgraphs of kNN (on data and embedding space) via brushing operations

  • LC meta criterion, mean relative rank error, neighborhood loss
  • use the k-NN indexes to form a tangent map on the data space / embedding space. Rescale the data by average neighbourhood mean and then compute the SVD again (the left singular values will be an estimate of the tangent)
  • can use the aforementioned singular values to produce new display axes

manual clustering

via persistent brushes, stability of k-means etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant