Description Usage Arguments Value Examples
Loads csv-file and creates an array containing the respective class labels of the dataset.
1 | load_classes_ef(path)
|
path |
Path to dataset. Needs to be in csv-format. |
Returns 1D-array.
1 2 3 | # Load classes of Olivetti-Dataset
olivetti <- system.file("extdata","olivetti_y.csv",package="eigenfaces")
classes <- load_classes_ef(olivetti)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.