View source: R/dataset_methods.R
as_tf_dataset | R Documentation |
Calling this function on a dataset adds the "tf_dataset" class to the dataset object. All datasets returned by functions in the tfdatasets package call this function on the dataset before returning it.
as_tf_dataset(dataset)
dataset |
A dataset |
A dataset with class "tf_dataset"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.