Package

org.apache.spark.ml

tree

Permalink

package tree

Visibility
  1. Public
  2. All

Type Members

  1. class CategoricalSplit extends Split

    Permalink

    :: DeveloperApi :: Split which tests a categorical feature.

    :: DeveloperApi :: Split which tests a categorical feature.

    Annotations
    @DeveloperApi()
  2. class ContinuousSplit extends Split

    Permalink

    :: DeveloperApi :: Split which tests a continuous feature.

    :: DeveloperApi :: Split which tests a continuous feature.

    Annotations
    @DeveloperApi()
  3. class InternalNode extends Node

    Permalink

    :: DeveloperApi :: Internal Decision Tree node.

    :: DeveloperApi :: Internal Decision Tree node.

    Annotations
    @DeveloperApi()
  4. class LeafNode extends Node

    Permalink

    :: DeveloperApi :: Decision tree leaf node.

    :: DeveloperApi :: Decision tree leaf node.

    Annotations
    @DeveloperApi()
  5. sealed abstract class Node extends Serializable

    Permalink

    :: DeveloperApi :: Decision tree node interface.

    :: DeveloperApi :: Decision tree node interface.

    Annotations
    @DeveloperApi()
  6. sealed trait Split extends Serializable

    Permalink

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

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

    Annotations
    @DeveloperApi()

Members