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 23 forks source link

OptResult - totaldemand #47

Closed holgerteichgraeber closed 5 years ago

holgerteichgraeber commented 5 years ago

The OptResult struct contains a field total_demand. Replace that with generic Dict that can contain any data_info.

YoungFaithful commented 5 years ago

Done and in CEP