Home | Trees | Indices | Help |
|
---|
|
Support Vector Machine Classifier.
Base class for all external SVM implementations.
|
|||
Inherited from |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
|
|
|||
_ATTRIBUTE_COLLECTIONS = ['params', 'kernel_params']
|
|||
_SVM_PARAMS = {'C': Parameter(-1.0, doc= 'Trade-off parameter
|
|||
_clf_internals = ['svm', 'kernel-based'] Describes some specifics about the classifier -- is that it is doing regression for instance.... |
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
Init base class of SVMs. Not to be publicly used TODO: handling of parameters might migrate to be generic for all classifiers. SVMs are chosen to be testbase for that functionality to see how well it would fit.
|
|
Compute default C TODO: for non-linear SVMs |
Compute default Gamma TODO: unify bloody libsvm interface so it makes use of this function. Now it is computed within SVMModel.__init__ |
|
|
_SVM_PARAMS
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Apr 23 23:09:17 2012 | http://epydoc.sourceforge.net |