org.apache.spark.mllib

tree

package tree

This package contains the default implementation of the decision tree algorithm, which supports:

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. tree
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class DecisionTree extends Serializable with Logging

    :: Experimental :: A class which implements a decision tree learning algorithm for classification and regression.

Value Members

  1. object DecisionTree extends Serializable with Logging

  2. package configuration

  3. package impurity

  4. package model

Inherited from AnyRef

Inherited from Any

Ungrouped