R/RcppShark.R

#' RcppShark: An R interface to the C++/Boost Shark machine learning library.
#'
#' The RcppShark package is a wrapper for the Shark machine learning library. 
#' Shark is programmed in C++/Boost and contains hundred of classes and methods.
#'
#' @section RcppShark functions:
#' RcppShark.package.skeleton
#' DeepNetworkTrain
#' DeepNetworkPredict
#' SharkBSGDTrain
#' SharkBSGDPredict
#'
#' @docType package
#' @name RcppShark
NULL

Try the RcppShark package in your browser

Any scripts or data that you put into this service are public.

RcppShark documentation built on May 30, 2017, 6:20 a.m.