Home | Trees | Indices | Help |
|
---|
|
Support Vector Machine Classifier(s) based on Shogun
This is a simple base interface
|
|||
Inherited from |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
num_threads = Parameter(1, min= 1, doc= 'Number of threads to
|
|||
_KERNELS = {"linear":(shogun.Kernel.LinearKernel, ('scale',),
|
|||
_KNOWN_PARAMS = ['epsilon']
|
|||
_KNOWN_KERNEL_PARAMS = []
|
|||
_clf_internals = _SVM._clf_internals+ ['sg', 'retrainable'] Describes some specifics about the classifier -- is that it is doing regression for instance.... |
|||
_KNOWN_IMPLEMENTATIONS = {"libsvm":(shogun.Classifier.LibSVM,
|
|||
svm = property(fget= lambda self: self.__svm) Access to the SVM model. |
|||
traindataset = property(fget= lambda self: self.__traindataset) Dataset which was used for training |
|||
Inherited from Inherited from Inherited from |
|
|||
__svm Holds the trained svm. |
|||
__svm_apply Compatibility convenience to bind to the classify/apply method of __svm |
|
|||
Inherited from |
|
Interface class to Shogun's classifiers and regressions. Default implementation is 'libsvm'.
|
|
|
|
|
num_threads
|
_KERNELS
|
_KNOWN_IMPLEMENTATIONS
|
traindatasetDataset which was used for training TODO -- might better become state variable I guess
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Apr 23 23:09:22 2012 | http://epydoc.sourceforge.net |