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
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