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

Extreme value search among one attribute and multiple nodes #124

Open holgerteichgraeber opened 5 years ago

holgerteichgraeber commented 5 years ago

Define an extreme value based on an attribute (e.g. wind) and it finds the corresponding extreme value among all nodes.

Previously, only an attribute-node pair was allowed for extreme value identification (e.g. wind-dena72).

codecov[bot] commented 5 years ago

Codecov Report

Merging #124 into dev will increase coverage by 0.08%. The diff coverage is 80%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #124      +/-   ##
==========================================
+ Coverage   64.49%   64.57%   +0.08%     
==========================================
  Files           9        9              
  Lines         521      525       +4     
==========================================
+ Hits          336      339       +3     
- Misses        185      186       +1
Impacted Files Coverage Δ
src/clustering/extreme_vals.jl 83.75% <80%> (-0.47%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 371bc9f...b918664. Read the comment docs.

holgerteichgraeber commented 5 years ago

@YoungFaithful