| Home | Trees | Indices | Help |
|---|
|
|
ml.Predictor --+
|
cla.Classifier --+
|
cla.BinaryClassifier --+
|
score.ScoringClassifier --+
|
score.AdditiveClassifier --+
|
DiscreteBoostedClassifier
Discrete Boosted Classifier of this form:
F_M(x) = preceeding_classifier(x) + \sum_{m=1}^M c_m f_m(x) + b,
where
c_m: coefficient, >= 0
f_m(x): a binary classifier outputing {-1,1}
b: shifting amount, default is 0
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
|
Refine the classifier. Refine the classifier by throwing away weak classifiers with zero coefficients. Returns the filtering array so superclass(es) can filter their data. |
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Mon Feb 25 10:24:18 2008 | http://epydoc.sourceforge.net |