| Home | Trees | Indices | Help |
|---|
|
|
ml.Predictor --+
|
cla.Classifier --+
|
cla.BinaryClassifier --+
|
score.ScoringClassifier --+
|
score.AdditiveClassifier --+
|
DiscreteBoostedClassifier --+
|
ml.OnlineLearningInterface --+
|
OnlineDiscreteBoostedClassifier
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Learn incrementally
Learn incrementally with a new input point, its class, and optionally
its weight. Other parameters like k and balancing are derived from
the class itself.
TODO: Re-test this function extensively.
Input:
input_point: a new input point
j: its corresponding class
w: optionally its weight, or 1 if not specified
polaritybalancing: use polarity balancing?
0 = no polarity balancing, same as Oza-Rusell (ICSMC'05)
1 = polarity balancing, Pham-Cham (CVPR'07)
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Mon Feb 25 10:24:18 2008 | http://epydoc.sourceforge.net |