X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=classifier.h;h=695f3cc37d1cd6123f95bd542b618b01d0a6afb7;hb=71a84ea2658cd96726bcf4e582010c24bf2583cf;hp=b5dc2a72fd397eab3f213d5c602171e830928b07;hpb=d922ad61d35e9a6996730bec24b16f8bf7bc426c;p=folded-ctf.git diff --git a/classifier.h b/classifier.h index b5dc2a7..695f3cc 100644 --- a/classifier.h +++ b/classifier.h @@ -12,16 +12,18 @@ // 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 // /////////////////////////////////////////////////////////////////////////// /* - This class is mostly able to learn a classifier from a SampleSet and - to provide a scalar response on any test sample. Additional methods - are required for persistence and select the possibly very few used - features. + This class is almost purely virtual. It represents a classifier that + can be trained from a SampleSet and able to provide a scalar + response on any test sample. Additional methods are required for + persistence and select the possibly very few used features. */