Package pycv :: Package cs :: Package ml :: Package reg :: Module reg :: Class LinearRegressor
[hide private]
[frames] | no frames]

Class LinearRegressor

source code

ml.Predictor --+
               |
              LinearRegressor

Nested Classes [hide private]

Inherited from ml.Predictor: EarlyPrediction

Instance Methods [hide private]
 
__init__(self, ishape, oshape, A=None, b=None) source code
 
predict(self, input_point, *args, **kwds)
Predict the output outcome of an input point.
source code

Inherited from ml.Predictor: test

Method Details [hide private]

predict(self, input_point, *args, **kwds)

source code 
Predict the output outcome of an input point.
Overrides: ml.Predictor.predict
(inherited documentation)