automatic commit
[folded-ctf.git] / sample_set.h
index 9841d66..c007f34 100644 (file)
 // 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