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