Package pycv :: Package cs :: Package cv :: Module haar :: Class THaarClassifier
[hide private]
[frames] | no frames]

Class THaarClassifier

source code

    ml.ml.Predictor --+        
                      |        
  ml.cla.cla.Classifier --+    
                          |    
ml.cla.cla.BinaryClassifier --+
                              |
                             THaarClassifier

Nested Classes [hide private]

Inherited from ml.ml.Predictor: EarlyPrediction

Instance Methods [hide private]
 
__init__(self, p, w, b) source code
 
predict(self, input_point)
Predict the output class of an input point.
source code
 
test(self, input_data)
Predict the output classes of an array of input points.
source code

Inherited from ml.cla.cla.Classifier: get_error_rates

Method Details [hide private]

__init__(self, p, w, b)
(Constructor)

source code 
Overrides: ml.cla.cla.BinaryClassifier.__init__

predict(self, input_point)

source code 
Predict the output class of an input point.
Overrides: ml.cla.cla.Classifier.predict
(inherited documentation)

test(self, input_data)

source code 
Predict the output classes of an array of input points.
Overrides: ml.cla.cla.Classifier.test
(inherited documentation)