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