approx_col_cdf: Compute the approximate CDF of the columns in a numeric...

Description Usage Arguments

Description

Compute the approximate CDF of the columns in a numeric array.

Usage

1
2
3
4
5
6
7
approx_col_cdf(matrix, k, ...)

## S4 method for signature 'matrix,integer'
approx_col_cdf(matrix, k)

## S4 method for signature 'DelayedMatrix,integer'
approx_col_cdf(matrix, k)

Arguments

matrix

A numerical matrix.

k

The K parameter for creating a KLL sketch.

...

Extra named arguments.


gbrsales/kll documentation built on May 4, 2019, 4:15 a.m.