Packages

object GaussianMixtureModel extends Loader[GaussianMixtureModel] with Serializable

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

Value Members

  1. def load(sc: SparkContext, path: String): GaussianMixtureModel

    Load a model from the given path.

    Load a model from the given path.

    The model should have been saved by Saveable.save.

    sc

    Spark context used for loading model files.

    path

    Path specifying the directory to which the model was saved.

    returns

    Model instance

    Definition Classes
    GaussianMixtureModelLoader
    Annotations
    @Since( "1.4.0" )