Packages

object RandomForestClassifier extends DefaultParamsReadable[RandomForestClassifier] with Serializable

Annotations
@Since( "1.4.0" )
Source
RandomForestClassifier.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RandomForestClassifier
  2. Serializable
  3. Serializable
  4. DefaultParamsReadable
  5. MLReadable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def load(path: String): RandomForestClassifier

    Reads an ML instance from the input path, a shortcut of read.load(path).

    Reads an ML instance from the input path, a shortcut of read.load(path).

    Definition Classes
    RandomForestClassifierMLReadable
    Annotations
    @Since( "2.0.0" )
    Note

    Implementing classes should override this to be Java-friendly.

  2. def read: MLReader[RandomForestClassifier]

    Returns an MLReader instance for this class.

    Returns an MLReader instance for this class.

    Definition Classes
    DefaultParamsReadableMLReadable
  3. final val supportedFeatureSubsetStrategies: Array[String]

    Accessor for supported featureSubsetStrategy settings: auto, all, onethird, sqrt, log2

    Accessor for supported featureSubsetStrategy settings: auto, all, onethird, sqrt, log2

    Annotations
    @Since( "1.4.0" )
  4. final val supportedImpurities: Array[String]

    Accessor for supported impurity settings: entropy, gini

    Accessor for supported impurity settings: entropy, gini

    Annotations
    @Since( "1.4.0" )