In 1.2, we added streaming k-means:
https://github.com/apache/spark/pull/2942 . -Xiangrui

On Mon, Nov 24, 2014 at 5:25 PM, Joanne Contact <[email protected]> wrote:
> Thank you Tobias!
>
> On Mon, Nov 24, 2014 at 5:13 PM, Tobias Pfeiffer <[email protected]> wrote:
>>
>> Hi,
>>
>> On Tue, Nov 25, 2014 at 9:40 AM, Joanne Contact <[email protected]>
>> wrote:
>>>
>>> I seemed to read somewhere that spark is still batch learning, but spark
>>> streaming could allow online learning.
>>
>>
>> Spark doesn't do Machine Learning itself, but MLlib does. MLlib currently
>> can do online learning only for linear regression
>> <https://spark.apache.org/docs/1.1.0/mllib-linear-methods.html#streaming-linear-regression>,
>> as far as I know.
>>
>> Tobias
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to