Description Usage Arguments Value Examples
Normalizes all entries in the imageset_ef list.
1 2 |
obj |
List of arrays. Training data. |
... |
additional arguments |
Returns normalized version of td.
1 2 3 4 5 | # Import Olivetti-faces
olivetti <- system.file("extdata","olivetti_X.csv",package="eigenfaces")
td <- load_imageset_ef(olivetti, c(64,64))
# Normalize
normalize(td)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.