Home | Trees | Indices | Help |
---|
|
object --+ | BaseEstimator
Base class for estimators. Parameters ---------- algorithm : BaseAlgorithm. The algorithm that will be used.
|
|||
__metaclass__ Metaclass for defining Abstract Base Classes (ABCs). |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
__abstractmethods__ =
|
|||
_abc_cache = <_weakrefset.WeakSet object at 0x3378390>
|
|||
_abc_negative_cache = <_weakrefset.WeakSet object at 0x3378410>
|
|||
_abc_negative_cache_version = 14
|
|||
_abc_registry = <_weakrefset.WeakSet object at 0x33782d0>
|
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Return a dictionary containing the estimator's own input parameters.
|
Perform prediction using the fitted parameters.
|
Returns the estimator's fitted parameters, e.g. the regression coefficients. What is returned depends on the estimator. See the estimator's documentation. |
|
|
__abstractmethods__
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Apr 6 23:52:10 2015 | http://epydoc.sourceforge.net |