Package org.apache.spark.ml.tree


package org.apache.spark.ml.tree
  • Class
    Description
    Split which tests a categorical feature.
    Split which tests a continuous feature.
    Internal Decision Tree node.
    Decision tree leaf node.
    Decision tree node interface.
    Interface for a "Split," which specifies a test made at a decision tree node to choose the left or right path.