nathanielc / morgoth

Metric anomaly detection
http://docs.morgoth.io
Apache License 2.0
280 stars 31 forks source link

Expose the confidence value of 0 #34

Closed abourget closed 8 years ago

abourget commented 8 years ago

The docs and code use the index 0 of the confidence, but it was not exposed by the interface, limited to starting to 1.

This simply allows the 0 value to go through.

nathanielc commented 8 years ago

@abourget thanks!