X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=folded-ctf.git;a=blobdiff_plain;f=classifier.h;fp=classifier.h;h=695f3cc37d1cd6123f95bd542b618b01d0a6afb7;hp=7a936426331eaa00bed9c79809d84da5d8ae132d;hb=5b78a555f6c7ff20a71d0520db63bc43e69e1f41;hpb=a44d56305517dddd36027c2a84693f2785fd019a diff --git a/classifier.h b/classifier.h index 7a93642..695f3cc 100644 --- a/classifier.h +++ b/classifier.h @@ -20,10 +20,10 @@ /* - 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. */