Predict FLCs given new PLCs
This function predicts FLCs given new PLCs based on the estimated ε mappings and estimated conditional distributions.
predict_FLC_given_PLC(train = list(data = list(FLC = NULL, PLC = NULL), weight.matrix = NULL, pdfs = list(FLC = NULL, PLC = NULL)), test = list(PLC = NULL, weight.matrix = NULL), type = c("weighted.mean", "mean", "median", "mode"), method = list(FLC = "nonparametric", PLC = "normal"))
train |
a list of training examples with LC
observations (a list of |
test |
a list of test examples with PLC observations
and/or the |
method |
estimation method for estimating PLC and FLC distributions |
type |
prediction: |
N \times K matrix
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.