Description Usage Arguments Details Value
Copy train- and test- images required for the dogs-vs-cats sparklyr image classification demo to HDFS.
1 | copy_images_to_hdfs(dest_dir = NULL)
|
dest_dir |
The destination directory on HDFS containing images required for the demo (e.g., "/dogs-vs-cats"). If unspecified, then it will be a randomly generated path of the following form: /dogs-vs-cats_<UUID>. |
The directory structure will be the following:
<dest-dir>/ \ train/ |\ | dogs/ | \ | dog.*.jpg | |\ | cats/ | \ | cat.*.jpg | test/ |\ | dogs/ | \ | dog.*.jpg \ cats/ \ cat.*.jpg
The destination directory on HDFS (e.g., "/dogs-vs-cats_<UUID>").
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.