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