Namespace dsbdp.experiment-helper

Helper that are primarily used during experiments

Other Namespaces

Show/Hide
dsbdp.byte-array-conversion
Helper functions for converting byte arrays into other data types/representations
dsbdp.data-processing-dsl
DSL for processing data
dsbdp.local-data-processing-pipeline
Pipeline for processing data
dsbdp.local-dpp-self-adaptivity
Functions for self-adaptive local data processing pipelines.
dsbdp.main
Main class for launching experiments
dsbdp.processing-fn-utils
Index Page
Alphabetic Var Index

Public Vars

Usage Documentation

Show/Hide
Helper that are primarily used during experiments
Back to top

Details of Public Vars

Function: chunker

Arglists:
=========


Docstring:
==========

  No docs attached.
Back to top View Source

Function: create-busy-sleep-proc-fns

Arglists:
=========

  (create-busy-sleep-proc-fns n)

Docstring:
==========

  Create a vector of processing functions that perform a busy sleep.
   The duration of the busy sleep is given as input data in nanoseconds.
Back to top View Source

Function: create-factorial-proc-fns

Arglists:
=========

  (create-factorial-proc-fns n)

Docstring:
==========

  Create a vector of processing functions that each calculate the factorial of the input data.
Back to top View Source

Function: create-hashmap-inc-put-proc-fns

Arglists:
=========

  (create-hashmap-inc-put-proc-fns n)

Docstring:
==========

  The general behaviour is analogous to create-inc-proc-fns, however, the results are stored in a map in which the index of the processing function is used as key to which the result of the operation is associated as value.
Back to top View Source

Function: create-inc-proc-fns

Arglists:
=========

  (create-inc-proc-fns n)

Docstring:
==========

  Create a vector of functions which each perform a single increment operation.
   The first function will increment the input argument and subsequent functions will increment the output argument.
Back to top View Source

Function: create-no-op-proc-fns

Arglists:
=========

  (create-no-op-proc-fns n)

Docstring:
==========

  Create a vector of n no-op functions.
Back to top View Source

Function: factorial

Arglists:
=========

  (factorial n)
  (factorial result i n)

Docstring:
==========

  A purposely naive implementation for calculating factorials.
Back to top View Source

Function: get-sentences

Arglists:
=========


Docstring:
==========

  No docs attached.
Back to top View Source

Function: opennlp-multi-sentence-direct-test-fn

Arglists:
=========

  (opennlp-multi-sentence-direct-test-fn in-str)

Docstring:
==========

  No docs attached.
Back to top View Source

Function: opennlp-single-sentence-direct-test-fn

Arglists:
=========

  (opennlp-single-sentence-direct-test-fn sentence)

Docstring:
==========

  No docs attached.
Back to top View Source

Var: opennlp-single-sentence-inc-test-fns

  No docs attached.
Back to top View Source

Var: pcap-byte-array-test-data

  The byte array representation of a UDP packet for being used as dummy data.
Back to top View Source

Function: pos-tag

Arglists:
=========


Docstring:
==========

  No docs attached.
Back to top View Source

Var: sample-pcap-processing-definition-clj-map

  No docs attached.
Back to top View Source

Var: sample-pcap-processing-definition-csv

  No docs attached.
Back to top View Source

Var: sample-pcap-processing-definition-java-map

  No docs attached.
Back to top View Source

Var: sample-pcap-processing-definition-json

  No docs attached.
Back to top View Source

Var: sample-pcap-processing-definition-rules

  No docs attached.
Back to top View Source

Var: synthetic-average-throughput-self-adaptivity-processing-fns

  No docs attached.
Back to top View Source

Var: synthetic-high-throughput-self-adaptivity-processing-fns

  No docs attached.
Back to top View Source

Var: synthetic-low-throughput-self-adaptivity-processing-fns

  No docs attached.
Back to top View Source

Function: tokenize

Arglists:
=========


Docstring:
==========

  No docs attached.
Back to top View Source