org.apache.spark.mllib

tree

package tree

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

Source
package.scala
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

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

  2. class GradientBoostedTrees extends Serializable with Logging

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

Value Members

  1. object DecisionTree extends Serializable with Logging

    Annotations
    @Since( "1.0.0" )
  2. object GradientBoostedTrees extends Logging with Serializable

    Annotations
    @Since( "1.2.0" )
  3. object RandomForest extends Serializable with Logging

    Annotations
    @Since( "1.2.0" )
  4. package configuration

  5. package impurity

  6. package loss

  7. package model

Inherited from AnyRef

Inherited from Any

Ungrouped