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