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

Documentation of Example #59

Closed alexeyegorov closed 6 years ago

alexeyegorov commented 8 years ago

While reading the documentation of StreamDM I was wondering why the Example object has input and output attributes. I had to dig deeper and go through the code in order to understand that the output instance contains the labels.

Unless I didn't miss something, it would be a nice small improvement to the documentation. ;)