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.

  2. class GradientBoostedTrees extends Serializable with Logging

    :: Experimental :: A class that implements Stochastic Gradient Boosting for regression and binary classification.

Value Members

  1. object DecisionTree extends Serializable with Logging

  2. object GradientBoostedTrees extends Logging with Serializable

  3. object RandomForest extends Serializable with Logging

  4. package configuration

  5. package impurity

  6. package loss

  7. package model

Inherited from AnyRef

Inherited from Any

Ungrouped