stripe-archive / brushfire

Distributed decision tree ensemble learning in Scala
Other
391 stars 50 forks source link

Use Semigroup.intTimes instead of plus'ing n times. #55

Closed tixxit closed 9 years ago

tixxit commented 9 years ago

Use Semigroup.intTimes when doing the initial sum of the SpaceSavers in SpaceSaverSplitter.

avibryant commented 9 years ago

LGTM.