densratio.appe {APPEstimation} | R Documentation |
A wrapper function
Description
A wrapper function to use "densratio" function from the densratio package.
Usage
densratio.appe(xtrain, xtest, method = "uLSIF", sigma = NULL,
lambda = NULL, kernel_num = NULL, fold = 5,
stabilize = TRUE, qstb = 0.025)
Arguments
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 |
[Package APPEstimation version 0.1.1 Index]