Home | Trees | Indices | Help |
---|
|
object --+ | BaseEstimator --+ | RegressionEstimator
Base estimator for regression estimation. Parameters ---------- algorithm : ExplicitAlgorithm. The algorithm that will be applied. start_vector : BaseStartVector. Generates the start vector that will be used.
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
__metaclass__ = abc.ABCMeta Metaclass for defining Abstract Base Classes (ABCs). |
|||
__abstractmethods__ =
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Fit the estimator to the data.
|
Perform prediction using the fitted parameters.
|
Return the score of the estimator. The score is a measure of "goodness" of the fit to the data.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Apr 6 23:52:10 2015 | http://epydoc.sourceforge.net |