Description Usage Arguments Value Examples
Opens shiny app for any suitable dataset. Number of eigenvectors is limited to 400. Functions: 1. Display any image of the dataset. 2. Reconstruct this image with an amount of eigenvectors of your choice. 3. Display the first 400 eigenvectors.
1 | runShiny_general(td)
|
td |
Object of class imageset_ef. Training data. |
Command to open shiny app.
1 2 3 4 5 6 7 | # Opens Shiny App for (e.g.) MNIST Dataset
## Not run:
mnist <- system.file("extdata","mnist_X.csv",package="eigenfaces")
td <- load_imageset_ef(mnist, c(28,28))
runShiny_general(td)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.