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