automatic commit
[folded-ctf.git] / classifier.h
index 7a93642..695f3cc 100644 (file)
 
 /*
 
-  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.
 
 */