data_from_mod {mosaicModel} | R Documentation |
Extract training data from model
Description
This typically will not be used by an end-user.
Usage
data_from_mod(model, ...)
Arguments
model |
the model from which to extract the training data |
... |
additional arguments (not used) |
Details
not all model architectures keep track of the training data If a model architecture isn't recognized, you'll have to add a method for that class. See vignette.
[Package mosaicModel version 0.3.0 Index]