This function predicts FLCs given new PLCs based on the estimated \(\epsilon\) 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"))
a list of training examples with LC
observations (a list of PLC
and FLC
),
weight.matrix
, and pdfs
a list of test examples with PLC observations
and/or the weight.matrix
associated with the PLC
observations.
estimation method for estimating PLC and FLC distributions
prediction: 'mean'
, 'median'
,
'weightedmean'
, or 'mode'
.
\(N \times K\) matrix