| Home | Trees | Indices | Help |
|
|---|
|
|
Classifier which decorates another classifier
Possible uses:
- modify data somehow prior training/testing: * normalization * feature selection * modification
- optimized classifier?
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
clf = property(lambda x: x.__clf, doc= "Used `Classifier`")
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
__clf Store the classifier to use. |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
|
|
|
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Jun 25 14:50:47 2013 | http://epydoc.sourceforge.net |