X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=mlp.git;a=blobdiff_plain;f=images.h;fp=images.h;h=6ba7ef7eb9d1c03dcb43747594fb9762b1807444;hp=71e0440216b45dead5ccbc8a5c09b5bfd4b798d0;hb=a3e1c52fc152cbbbcc2c8c675f14efc0e653d6fd;hpb=713c683d77fc94a4257c4031b0c51ef4669a3d4a diff --git a/images.h b/images.h index 71e0440..6ba7ef7 100644 --- a/images.h +++ b/images.h @@ -1,8 +1,10 @@ /* * mlp-mnist is an implementation of a multi-layer neural network. * - * Copyright (c) 2008 Idiap Research Institute, http://www.idiap.ch/ - * Written by Francois Fleuret + * Copyright (c) 2006 École Polytechnique Fédérale de Lausanne, + * http://www.epfl.ch + * + * Written by Francois Fleuret * * This file is part of mlp-mnist. * @@ -68,7 +70,7 @@ public: void load_mnist_format(char *picture_file_name, char *label_file_name); - void extract_unused_pictures(ImageSet &is, int nb); + void sample_among_unused_pictures(ImageSet &is, int nb); };