automatic commit
[folded-ctf.git] / labelled_image_pool_subset.h
index fa986b2..294eb06 100644 (file)
 // Contact <francois.fleuret@idiap.ch> for comments & bug reports        //
 ///////////////////////////////////////////////////////////////////////////
 
+/*
+
+  This is a LabelledImagePool which corresponds to a subset of another
+  pool. We use that to extract the training, validation and test pool
+  from the global pool. It is mainly necessary to have such a class to
+  avoid unnecessary memory usage.
+
+ */
+
 #ifndef LABELLED_IMAGE_POOL_SUBSET_H
 #define LABELLED_IMAGE_POOL_SUBSET_H