/**
 * @file src/${PROGRAM_NAME}.cpp
 *
 * This is an autogenerated file containing implementations of C++ functions to
 * be called by the R ${PROGRAM_NAME} binding.
 */
#include <rcpp_mlpack.h>
#define BINDING_TYPE BINDING_TYPE_R
#include <${INCLUDE_FILE}>

// [[Rcpp::export]]
void ${PROGRAM_NAME}_mlpackMain()
{
  mlpackMain();
}

// Any implementations of methods for dealing with model pointers will be put
// below this comment, if needed.
${MODEL_PTR_IMPLS}

