Description Usage Arguments Value Examples
Loads csv-file and saves it as imageset_ef. Imageset_ef will be a list of multiple imgDim x imgDim arrays.
1 | load_imageset_ef(path, imgDim)
|
path |
Path to dataset. Needs to be in csv-format. |
imgDim |
Tupel. Two dimensional vector to indicate dimension of seperate images. |
Returns dataset as imageset_ef
object.
1 2 3 | # Import Olivetti-faces
olivetti <- system.file("extdata","olivetti_X.csv",package="eigenfaces")
td <- load_imageset_ef(olivetti, c(64,64))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.