Skip to content
Snippets Groups Projects
Commit d7ae6c8a authored by Simon Belak's avatar Simon Belak
Browse files

Remove some ratios

parent da80852b
No related branches found
No related tags found
No related merge requests found
......@@ -529,7 +529,7 @@
[weights card]
(let [baseline (apply min (vals weights))]
(update card :rows (partial map (fn [[k v]]
[k (* v (/ baseline (weights k 1)))])))))
[k (/ (* v baseline) (weights k))])))))
(defmethod x-ray DateTime
[{:keys [field earliest latest histogram] :as features}]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment