X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=folded-ctf.git;a=blobdiff_plain;f=sample_set.h;h=c007f347559e72b297cc658276a91df05630dfa0;hp=9841d66fbfb4a224ef06689a424d738366e95aad;hb=5b78a555f6c7ff20a71d0520db63bc43e69e1f41;hpb=a44d56305517dddd36027c2a84693f2785fd019a diff --git a/sample_set.h b/sample_set.h index 9841d66..c007f34 100644 --- a/sample_set.h +++ b/sample_set.h @@ -18,6 +18,14 @@ // 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