R/zzz.R

# kll - Streaming Quantile Approximation
# Copyright (C) 2018 Gabriele Sales
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program.  If not, see <https://www.gnu.org/licenses/>.

#' kll
#'
#' An implementation of first algorithm from Karnin, Lang and Liberty
#' for computing approximate quantiles in the streaming computational
#' model.
#'
#' @docType package
#' @author Gabriele Sales
#' @import Rcpp
#' @importFrom Rcpp evalCpp
#' @importClassesFrom DelayedArray DelayedArray
#' @useDynLib kll
#' @name kll
NULL
gbrsales/kll documentation built on May 4, 2019, 4:15 a.m.