Package

org.apache.spark.ml

tree

Permalink

package tree

Visibility
  1. Public
  2. All

Type Members

  1. class CategoricalSplit extends Split

    Permalink

    Split which tests a categorical feature.

  2. class ContinuousSplit extends Split

    Permalink

    Split which tests a continuous feature.

  3. class InternalNode extends Node

    Permalink

    Internal Decision Tree node.

  4. class LeafNode extends Node

    Permalink

    Decision tree leaf node.

  5. sealed abstract class Node extends Serializable

    Permalink

    Decision tree node interface.

  6. sealed trait Split extends Serializable

    Permalink

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

Members