Home | Trees | Indices | Help |
|
---|
|
Support Vector Machine Classifier.
This is a simple interface to the libSVM package.
|
|||
Inherited from |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
probabilities = StateVariable(enabled= False, doc= "Estimates
|
|||
_KERNELS = {"linear":(svm.svmc.LINEAR, None, LinearSVMWeights)
|
|||
_KNOWN_PARAMS = ['epsilon', 'probability', 'shrinking', 'weigh
|
|||
_KNOWN_KERNEL_PARAMS = ['cache_size']
|
|||
_KNOWN_IMPLEMENTATIONS = {'C_SVC':(svm.svmc.C_SVC, ('C',), ('b
|
|||
_clf_internals = _SVM._clf_internals+ ['libsvm'] Describes some specifics about the classifier -- is that it is doing regression for instance.... |
|||
model = property(fget= lambda self: self.__model) Access to the SVM model. |
|||
Inherited from Inherited from Inherited from |
|
|||
__model Holds the trained SVM. |
|
|||
Inherited from |
|
Interface class to LIBSVM classifiers and regressions. Default implementation (C/nu/epsilon SVM) is chosen depending on the given parameters (C/nu/tube_epsilon).
|
|
|
|
|
|
probabilities
|
_KERNELS
|
_KNOWN_PARAMS
|
_KNOWN_IMPLEMENTATIONS
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Apr 23 23:09:20 2012 | http://epydoc.sourceforge.net |