object RandomForestClassifier extends DefaultParamsReadable[RandomForestClassifier] with Serializable
- Annotations
- @Since("1.4.0")
- Source
- RandomForestClassifier.scala
- Alphabetic
- By Inheritance
- RandomForestClassifier
- Serializable
- DefaultParamsReadable
- MLReadable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- 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
- RandomForestClassifier → MLReadable
- Annotations
- @Since("2.0.0")
- Note
Implementing classes should override this to be Java-friendly.
- def read: MLReader[RandomForestClassifier]
Returns an
MLReader
instance for this class.Returns an
MLReader
instance for this class.- Definition Classes
- DefaultParamsReadable → MLReadable
- 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")
- final val supportedImpurities: Array[String]
Accessor for supported impurity settings: entropy, gini
Accessor for supported impurity settings: entropy, gini
- Annotations
- @Since("1.4.0")