org.apache.spark.ml.tree
:: DeveloperApi :: Split which tests a continuous feature.
Index of the feature to test
If the feature value is <= this threshold, then the split goes left.
If the feature value is <= this threshold, then the split goes left. Otherwise, it goes right.
:: DeveloperApi :: Split which tests a continuous feature.