Liking cljdoc? Tell your friends :D

com.yetanalytics.datasim


generate-mapclj

(generate-map input)

Given input, produce a map from actor IFIs to lazy sequences of statements that use those actors, all in a synchronous fashion.

Given `input`, produce a map from actor IFIs to lazy sequences of statements
that use those actors, all in a synchronous fashion.
sourceraw docstring

generate-map-asyncclj

(generate-map-async input
                    &
                    {:keys [select-agents pad-chan-max sort buffer-size]
                     :as kwargs})

Given input, produce a map from actor IFIs to core.async channels, each with their own generated sequence of simulated statements; this is for parallel generation.

Given `input`, produce a map from actor IFIs to `core.async` channels,
each with their own generated sequence of simulated statements; this
is for parallel generation.
sourceraw docstring

generate-seqclj

(generate-seq input & {:keys [select-agents] :as kwargs})

Given input, produce a lazy sequence of statements in a synchronous fashion.

Given `input`, produce a lazy sequence of statements in a synchronous
fashion.
sourceraw docstring

generate-seq-asyncclj

(generate-seq-async input & {:keys [select-agents pad-chan-max] :as kwargs})

Given input, produce a core.async channels that contains a generated sequence of simulated statements; this is for parallel generation.

Given `input`, produce a `core.async` channels that contains a generated
sequence of simulated statements; this is for parallel generation.
sourceraw docstring

read-inputclj

(read-input location)

Read input at location and return DATASIM input for use with other functions.

Read input at `location` and return DATASIM input for use with
other functions.
sourceraw docstring

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

× close