org.apache.spark.mllib

clustering

package clustering

Visibility
  1. Public
  2. All

Type Members

  1. case class Assignment(id: Long, cluster: Long) extends Product with Serializable

    List which point belongs to which cluster

  2. class MCL extends Serializable

    A clustering model for MCL.

  3. class MCLModel extends Saveable with Serializable

    A clustering model for MCL.

Value Members

  1. object MCL extends Serializable

  2. object MCLModel extends Loader[MCLModel] with Serializable

  3. object MCLUtils

    Utils functions for MCL algorithm implementation.

Ungrouped