holgerteichgraeber / TimeSeriesClustering.jl

Julia implementation of unsupervised learning methods for time series datasets. It provides functionality for clustering and aggregating, detecting motifs, and quantifying similarity between time series datasets.
MIT License
82 stars 22 forks source link

Update ClustResult struct #84

Closed holgerteichgraeber closed 5 years ago

holgerteichgraeber commented 5 years ago

If #83 is an easy fix ( move round.() from run_clust to CapacityExpansion into the load data process), could you add it there? If it somehow causes trouble to move, let's just keep it as is.

Have a look at this one, and after we've merged to dev here, I'll make a PR on CapacityExpansion.jl to adjust.

holgerteichgraeber commented 5 years ago

Adresses #85 , test cases will need to be written in more detail in future. Right now, it just tests if the functions don't break.