X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=sample_set.h;h=c007f347559e72b297cc658276a91df05630dfa0;hb=cd28e9c7489bae20e3abf67331efd1cab45d83df;hp=ed870e8481b304e4f7fb9c5586b31075b8579439;hpb=d922ad61d35e9a6996730bec24b16f8bf7bc426c;p=folded-ctf.git diff --git a/sample_set.h b/sample_set.h index ed870e8..c007f34 100644 --- a/sample_set.h +++ b/sample_set.h @@ -12,10 +12,20 @@ // You should have received a copy of the GNU General Public License // // along with this program. If not, see . // // // -// Written by Francois Fleuret, (C) IDIAP // +// Written by Francois Fleuret // +// (C) Idiap Research Institute // +// // // Contact 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