R/RcppExports.R

Defines functions Buddle_Main Buddle_Predict

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

#'@keywords internal
Buddle_Main <- function(X_train, T_train, X_test, T_test, nBatch_Size, nTotal_Iterations, HiddenLayer, bBatch, bDrop, drop_ratio, d_learning_rate, d_init_weight, nstrVec, strOpt, strType, bRand, strDist, bDisp) {
    .Call(`_Buddle_Buddle_Main`, X_train, T_train, X_test, T_test, nBatch_Size, nTotal_Iterations, HiddenLayer, bBatch, bDrop, drop_ratio, d_learning_rate, d_init_weight, nstrVec, strOpt, strType, bRand, strDist, bDisp)
}

#'@keywords internal
Buddle_Predict <- function(X, lW, lb, lParam) {
    .Call(`_Buddle_Buddle_Predict`, X, lW, lb, lParam)
}

Try the Buddle package in your browser

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

Buddle documentation built on Feb. 13, 2020, 5:07 p.m.