Tesser.all 1.0.3
Not a real library; just a placeholder for unifying all the docs.
Installation
To install, add the following dependency to your project or build file:
[tesser.all "1.0.3"]
Namespaces
tesser.cardinality
Cardinality estimate digest using HyperLogLog+. For examples, check tesser.math/digest.
Public variables and functions:
tesser.core
The essential folds: map
, mapcat
, take
, filter
, some
, any?
, into
, etc, plus common fold combinators.
Public variables and functions:
tesser.hadoop
Helps you run a fold on Hadoop!
tesser.hadoop.serialization
Lets us serialize Tesser reduction state for transport through various distributed systems
Public variables and functions:
tesser.math
Folds over numbers! Calculate sums, means, variance, standard deviation, covariance and linear correlations, and matrices thereof, plus quantiles and histograms estimates backed by probabilistic QDigests.
Public variables and functions:
tesser.simple
Drop-in replacement for reducers/fold
and core/reduce
, where order doesn’t matter.
tesser.utils
Toolbox.
Public variables and functions:
- ->UnsafePair
- append
- bytes?
- chunk-array
- chunk-vec
- complete-triangular-matrix
- cumulative-sums
- def-type-predicate
- differences
- doubles?
- first-non-nil-reducer
- floats?
- index-by
- ints?
- longs?
- map-vals
- maybe-unary
- objects?
- Pair
- path-fn
- prepend
- reduce-first
- reducible-chunk
- reducible-slice
- reducible-slice-bytes
- reducible-slice-doubles
- reducible-slice-floats
- reducible-slice-ints
- reducible-slice-longs
- reducible-slice-objects
- reducible-slice-shorts
- scred
- shorts?
- successive-pairs
- unsafe-pair
- var->sym