(loess xs ys)
(loess xs
ys
{:keys [bandwidth iters accuracy weights]
:or {bandwidth LoessInterpolator/DEFAULT_BANDWIDTH
iters LoessInterpolator/DEFAULT_ROBUSTNESS_ITERS
accuracy LoessInterpolator/DEFAULT_ACCURACY}})
(microsphere-projection xss ys)
(microsphere-projection xss
ys
{:keys [elements exponent max-dark-friction
dark-threshold background
no-interpolation-tolerance]
:or {elements (infer-elements (first xss) (count xss))
exponent 1.0
max-dark-friction 0.9
dark-threshold 0.01
background 0.0
no-interpolation-tolerance 1.0E-6}})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close