Description Usage Arguments Value Examples
View source: R/read_in_and_save.R
Makes it possible to not only load .csv files (as in the case of the Olivetti Dataset) but also to load seperate .png, .jpeg or .bmp files as an imageset.
1 | load_any_imageset(folderpath, filetype)
|
folderpath |
str, relative path to the folder (incl. the foldername) |
filetype |
str, lower letter filetype |
td, List of arrays. Training Data.
1 2 | folder <- system.file("extdata","testfiles",package="eigenfaces")
td <- load_any_imageset(folder, "jpg")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.