Package org.apache.spark.ml.tree

Interface Summary
Split :: DeveloperApi :: Interface for a "Split," which specifies a test made at a decision tree node to choose the left or right path.
 

Class Summary
CategoricalSplit :: DeveloperApi :: Split which tests a categorical feature.
ContinuousSplit :: DeveloperApi :: Split which tests a continuous feature.
InternalNode :: DeveloperApi :: Internal Decision Tree node.
LeafNode :: DeveloperApi :: Decision tree leaf node.
Node :: DeveloperApi :: Decision tree node interface.