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

Add missing ns docstring

parent 1712bad2
Branches
Tags
No related merge requests found
......@@ -6,7 +6,7 @@
[fingerprinters :as fingerprinters]
[histogram :as h]]
[redux.core :as redux])
(import com.bigml.histogram.Histogram))
(:import com.bigml.histogram.Histogram))
(def magnitude
"Transducer that claclulates magnitude (Euclidean norm) of given vector.
......
(ns metabase.fingerprinting.histogram
""
"Wrappers and additional functionality for `bigml.histogram`."
(:require [bigml.histogram.core :as impl]
[kixi.stats.math :as math]
[redux.core :as redux])
(import com.bigml.histogram.Histogram))
(:import com.bigml.histogram.Histogram))
(defn histogram
"Transducer that summarizes numerical data with a histogram."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment