R/a_intro.R

## a_intro = NNbenchmark-package 2019-08-04 + 2019-08-22



#' @title Package NNbenchmark
#' @description
#' Datasets and functions to benchmark (convergence, speed, ease of use) R packages 
#' dedicated to regression with neural networks (no classification in this version).
#' The templates for the tested packages are available at 
#' <https://github.com/pkR-pkR/NNbenchmarkTemplates/tree/master/R> and 
#' <https://akshajverma.com/NNbenchmarkWeb>.
#' @examples
#' ds <- grep("^[m,u]", ls("package:NNbenchmark2019"), value = TRUE); ds
#' t(sapply(ds, function(x) dim(get(x)))) 
#' NNdataSummary(NNdatasets)
#' plot(uGauss2)
#' pairs(mIshigami)
#' ht(NNdatasets, n = 2, l = 6)
#' @import      R6
#' @import      graphics
#' @import      utils
#' @importFrom  stats  sd  formula
#' @importFrom  pkgload  unload
#' @aliases NNbenchmark
#' @name    NNbenchmark-package
#' @docType package
NULL
pkR-pkR/NNbenchmark2019 documentation built on June 22, 2020, 12:10 a.m.