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

Fixed a bug of HT, while using param of -a #27

Closed JianfengQian closed 8 years ago

JianfengQian commented 8 years ago

for the foundNode.node match, the node might be other subclass of Node, if it is not SplitNode or ActiveLearningNode, do nothing. add line case other:Node =>{}

JianfengQian commented 8 years ago

it's a minor bug, add one line code, so I will merge it directly.