-
- Downloads
[SPARK-7473] [MLLIB] Add reservoir sample in RandomForest
reservoir feature sample by using existing api Author: AiHe <ai.he@ussuning.com> Closes #5988 from AiHe/reservoir and squashes the following commits: e7a41ac [AiHe] remove non-robust testing case 28ffb9a [AiHe] set seed as rng.nextLong 37459e1 [AiHe] set fixed seed 1e98a4c [AiHe] [MLLIB][tree] Add reservoir sample in RandomForest
Showing
- mllib/src/main/scala/org/apache/spark/mllib/tree/RandomForest.scala 3 additions, 3 deletions...main/scala/org/apache/spark/mllib/tree/RandomForest.scala
- mllib/src/test/scala/org/apache/spark/mllib/tree/RandomForestSuite.scala 0 additions, 1 deletion...scala/org/apache/spark/mllib/tree/RandomForestSuite.scala
Please register or sign in to comment