spark git commit: [SPARK-9756] [ML] Make constructors in ML decision trees private

2015-08-07 Thread jkbradley
Repository: spark Updated Branches: refs/heads/branch-1.5 ea4dfb90a -> 2a179a94e [SPARK-9756] [ML] Make constructors in ML decision trees private These should be made private until there is a public constructor for providing `rootNode: Node` to use these constructors. jkbradley Author: Feyn

spark git commit: [SPARK-9756] [ML] Make constructors in ML decision trees private

2015-08-07 Thread jkbradley
Repository: spark Updated Branches: refs/heads/master 49702bd73 -> cd540c1e5 [SPARK-9756] [ML] Make constructors in ML decision trees private These should be made private until there is a public constructor for providing `rootNode: Node` to use these constructors. jkbradley Author: Feynman