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

[WIP] Add Support for Time-Series Clustering #132

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from

Conversation

michaelweylandt
Copy link
Member

No description provided.

See https://eigen.tuxfamily.org/dox/TopicFunctionTakingEigenTypes.html
for details on combining template functions and Eigen
We use MatrixBase to avoid forcing
evaluation of expression templates too
aggressively
Template ConvexClustering on data type (typically double)
to allow support for clustering complex data later
For now, we only do automatic phase alignment
and do not touch amplitudes
@michaelweylandt michaelweylandt changed the base branch from master to develop October 7, 2020 03:26
@DataSlingers DataSlingers deleted a comment from github-actions bot Oct 7, 2020
- Add trout distance function
- Add trout distance as option
  to weight schemes
- Add complex distance
- Move proximal operators to template
  functions to reduce code duplication
- Write Rcpp glue functions to dispatch
  on type of X
- Update tests
- Move post-processing (tensor PCA projection and U smoothing)
  to template functions to allow
  real and complex data support
- These depend on ClustRVizLogger
  so create a new header to implement them
- Write R/C++ glue functions
- Use using statements for template
  shortnames to simplify some internal
  code in templated classes and functions
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

Successfully merging this pull request may close these issues.

1 participant