1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
gowerd <- function(dataX, dataY, weights, ncolNUMFAC, levOrders, mixedConstants) {
.Call('_VIM_gowerd', PACKAGE = 'VIM', dataX, dataY, weights, ncolNUMFAC, levOrders, mixedConstants)
}
whichminN <- function(xR, nR, returnValue) {
.Call('_VIM_whichminN', PACKAGE = 'VIM', xR, nR, returnValue)
}
gowerDind <- function(dataX, dataY, weights, ncolNUMFAC, levOrders, mixedConstants, nR, returnMinR) {
.Call('_VIM_gowerDind', PACKAGE = 'VIM', dataX, dataY, weights, ncolNUMFAC, levOrders, mixedConstants, nR, returnMinR)
}
|