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=aed34255065b18c445d096f51bd2091833810a81;hpb=20ec321944108cd1fe74b37ea45db3ba1a2d526a 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