densratio.appe {APPEstimation} | R Documentation |
A wrapper function to use "densratio" function from the densratio package.
densratio.appe(xtrain, xtest, method = "uLSIF", sigma = NULL,
lambda = NULL, kernel_num = NULL, fold = 5,
stabilize = TRUE, qstb = 0.025)
xtrain |
a dataframe used to construct a prediction model. |
xtest |
a dataframe corresponding to a validation (testing) data. |
method |
same as in |
sigma |
same as in |
lambda |
same as in |
kernel_num |
same as in |
fold |
same as in |
stabilize |
same as in |
qstb |
same as in |