StreamingLinearAlgorithm¶
-
class
pyspark.mllib.regression.
StreamingLinearAlgorithm
(model)[source]¶ Base class that has to be inherited by any StreamingLinearAlgorithm.
Prevents reimplementation of methods predictOn and predictOnValues.
New in version 1.5.0.
Methods
Methods Documentation