Description Usage Arguments Value Author(s) See Also
View source: R/predictorModelSamplingReusables.R
Create reusable part of prediction for repeated sampling
1 2 3 4 5 6 | predictorModelSamplingReusables(predictorModel,
iterCount, previousReusables = NULL, ds, verbosity = 0)
## S3 method for class 'GLoMo'
predictorModelSamplingReusables(predictorModel,
iterCount, previousReusables=NULL, ds, verbosity=0)
|
predictorModel |
predictor model (e.g.
|
iterCount |
for the how manieth iteration is this the reusable part |
previousReusables |
result of this function for the
previous iteration or |
ds |
dataset for which prediction needs to occur |
verbosity |
The higher this value, the more levels of progress and debug information is displayed (note: in R for Windows, turn off buffered output) |
for the generic method: depending on the implementation.
(in the GLoMo
implementation) an object of
class "SamplingReusablesGLoMo", i.e. a list with items:
guidDataOfOriginalDfr
: return
value of getGuidData
uidsPerRowOfOriginalDfr
: list holding for each row
in ds
the applicable uids in the
GLoMo
Nick Sabbe nick.sabbe@ugent.be
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.