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