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

Class Predictor

source code

Known Subclasses:
cla.cla.Classifier, reg.reg.LinearRegressor

Nested Classes [hide private]
  EarlyPrediction
EarlyPrediction
Instance Methods [hide private]
 
predict(self, input_point, *args, **kwds)
Predict the output outcome of an input point.
source code
 
test(self, input_data, *args, **kwds)
Predict the output outcomes of an array of input points.
source code