Liking cljdoc? Tell your friends :D

tech.ml.dataset.format-sequence

This code provided initial by genmeblog after careful consideration of R print code

This code provided initial by genmeblog after careful consideration
of R print code
raw docstring

format-sequenceclj

(format-sequence xs)
(format-sequence xs digits)
(format-sequence xs digits threshold)

Format sequence of double for given:

  • xs - sequence of doubles
  • digits - maximum precision
  • threshold - what is absolute power to switch to scientific notation Returns sequence of strings.
Format sequence of double for given:
* `xs` - sequence of doubles
* `digits` - maximum precision
* `threshold` - what is absolute power to switch to scientific notation
Returns sequence of strings.
sourceraw docstring

formatterclj

(formatter xs)
(formatter xs digits)
(formatter xs digits threshold)

Create formatter for given:

  • xs - sequence of doubles
  • digits - maximum precision
  • threshold - what is absolute power to switch to scientific notation Returns formatter.
Create formatter for given:
* `xs` - sequence of doubles
* `digits` - maximum precision
* `threshold` - what is absolute power to switch to scientific notation
Returns formatter.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close