Packages

object PowerIterationClustering extends Logging with Serializable

Annotations
@Since( "1.3.0" )
Source
PowerIterationClustering.scala
Linear Supertypes
Serializable, Serializable, Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PowerIterationClustering
  2. Serializable
  3. Serializable
  4. Logging
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

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

    Cluster assignment.

    Cluster assignment.

    id

    node id

    cluster

    assigned cluster id

    Annotations
    @Since( "1.3.0" )