org.apache.spark.ml.classification
RandomForestClassificationModel
Companion class RandomForestClassificationModel
object RandomForestClassificationModel extends MLReadable[RandomForestClassificationModel] with Serializable
- Annotations
- @Since( "2.0.0" )
- Source
- RandomForestClassifier.scala
- Alphabetic
- By Inheritance
- RandomForestClassificationModel
- Serializable
- Serializable
- MLReadable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
def
load(path: String): RandomForestClassificationModel
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
- RandomForestClassificationModel → MLReadable
- Annotations
- @Since( "2.0.0" )
- Note
Implementing classes should override this to be Java-friendly.
-
def
read: MLReader[RandomForestClassificationModel]
Returns an
MLReader
instance for this class.Returns an
MLReader
instance for this class.- Definition Classes
- RandomForestClassificationModel → MLReadable
- Annotations
- @Since( "2.0.0" )