#' rFTRLProximal: FTRL-Proximal Algorithm
#'
#' An efficient C++ based implementation of "Follow The (Proximally) Regularized Leader"
#' online learning algorithm. This algorithm was proposed in McMahan et al. (2013)
#' <DOI:10.1145/2487575.2488200>.
#'
#' @docType package
#' @name rFTRLProximal
#' @useDynLib rFTRLProximal
#' @importFrom Rcpp sourceCpp
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.