Packages

object Word2Vec extends DefaultParamsReadable[Word2Vec] with Serializable

Annotations
@Since( "1.6.0" )
Source
Word2Vec.scala
Linear Supertypes
Serializable, Serializable, DefaultParamsReadable[Word2Vec], MLReadable[Word2Vec], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Word2Vec
  2. Serializable
  3. Serializable
  4. DefaultParamsReadable
  5. MLReadable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def load(path: String): Word2Vec

    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
    Word2VecMLReadable
    Annotations
    @Since( "1.6.0" )
    Note

    Implementing classes should override this to be Java-friendly.

  2. def read: MLReader[Word2Vec]

    Returns an MLReader instance for this class.

    Returns an MLReader instance for this class.

    Definition Classes
    DefaultParamsReadableMLReadable