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