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