TransformBlock | R Documentation |
A basic wrapper that links defaults transforms for the data block API
TransformBlock(
type_tfms = NULL,
item_tfms = NULL,
batch_tfms = NULL,
dl_type = NULL,
dls_kwargs = NULL
)
type_tfms |
transformation type |
item_tfms |
item transformation type |
batch_tfms |
one or several transforms applied to the batches once they are formed |
dl_type |
DL application |
dls_kwargs |
additional arguments |
block
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.