| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
api.ClassifierI --+
|
WekaClassifier
|
|||
|
|||
list of ProbDistI
|
|
||
list of label
|
|
||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Deprecated | |||
|---|---|---|---|
|
Inherited from |
|||
|
|||
|
|||
|
|||
_CLASSIFIER_CLASS =
|
|||
|
|||
|
Apply self.prob_classify() to each element of
>>> return [self.prob_classify(fs) for fs in featuresets]
|
Apply self.classify() to each element of
>>> return [self.classify(fs) for fs in featuresets]
|
|
|||
_CLASSIFIER_CLASS
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Apr 11 14:39:44 2011 | http://epydoc.sourceforge.net |