Home | Trees | Indices | Help |
|
---|
|
object --+ | api.ClassifierI --+ | WekaClassifier
|
|||
|
|||
list of ProbDistI
|
|
||
list of label
|
|
||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|||
Deprecated | |||
---|---|---|---|
Inherited from |
|
|||
|
|
|||
_CLASSIFIER_CLASS =
|
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
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.0beta1 on Wed Aug 27 15:08:52 2008 | http://epydoc.sourceforge.net |