huawei-noah / streamDM

Stream Data Mining Library for Spark Streaming
http://streamdm.noahlab.com.hk/
Apache License 2.0
492 stars 147 forks source link

Hoeffding Tree bug #18

Closed JianfengQian closed 9 years ago

JianfengQian commented 9 years ago

The addonWeight will be lost between RDDs. If the RDD size is small than the numGrace, the Hoeffding Tree will not split for ever.

JianfengQian commented 9 years ago

fixed by pull request #19