automatic commit
[folded-ctf.git] / sample_set.h
index ed870e8..c007f34 100644 (file)
 // You should have received a copy of the GNU General Public License     //
 // along with this program. If not, see <http://www.gnu.org/licenses/>.  //
 //                                                                       //
-// Written by Francois Fleuret, (C) IDIAP                                //
+// Written by Francois Fleuret                                           //
+// (C) Idiap Research Institute                                          //
+//                                                                       //
 // Contact <francois.fleuret@idiap.ch> for comments & bug reports        //
 ///////////////////////////////////////////////////////////////////////////
 
+/*
+
+  A SampleSet stands for a set of samples from R^d with their
+  labels. It abstracts the notion features and is what the machine
+  learning techniques of this software see.
+
+ */
+
 #ifndef SAMPLE_SET_H
 #define SAMPLE_SET_H