Class

org.clustering4ever.clustering.dcdpm

Master

Related Doc: package dcdpm

Permalink

final case class Master(varianceInClusters: Double, varianceBetweenCenters: Double, n: Int, gamma: Double, parameters: ArrayBuffer[(Array[Double], Array[Array[Double]])], dim: Int) extends MasterWorkerCommons[GlobalCluster] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Master
  2. Product
  3. Equals
  4. MasterWorkerCommons
  5. Serializable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Master(varianceInClusters: Double, varianceBetweenCenters: Double, n: Int, gamma: Double, parameters: ArrayBuffer[(Array[Double], Array[Array[Double]])], dim: Int)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addAuxiliaryParameters(h: Int, y: GlobalCluster): Unit

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val c: Map[Int, Int]

    Permalink
  7. def calculateProbaWithLog(y: GlobalCluster): Map[Int, Double]

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val clusterVector: ArrayBuffer[GlobalCluster]

    Permalink
    Definition Classes
    MasterWorkerCommons
  10. def createisNewCluster(y: GlobalCluster): Map[Int, Int]

    Permalink
  11. val dim: Int

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. var gamma: Double

    Permalink
  15. def gammaInference(gamma: Double, a: Double, b: Double, k: Int, n: Int): Double

    Permalink
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def gibbsSampling(): ArrayBuffer[GlobalCluster]

    Permalink
  18. val h: Int

    Permalink
  19. val individuals: ArrayBuffer[GlobalCluster]

    Permalink
  20. def initialize(): Unit

    Permalink
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def label(pointId: Int): Unit

    Permalink
  23. val m: Array[Double]

    Permalink
  24. val n: Int

    Permalink
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. def normalLikelihood(data: Array[Double], mean: Array[Double], σ1: Array[Array[Double]]): Double

    Permalink
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. val parameters: ArrayBuffer[(Array[Double], Array[Array[Double]])]

    Permalink
  30. def removeCluster(id: Int): GlobalCluster

    Permalink
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def updateClusterId(id: Int, newId: Int): Unit

    Permalink
  33. def updateExistingClasses(existingK: Int, cent: Array[ResumeCluster]): Unit

    Permalink
  34. val varianceBetweenCenters: Double

    Permalink
    Definition Classes
    MasterMasterWorkerCommons
  35. val varianceInClusters: Double

    Permalink
    Definition Classes
    MasterMasterWorkerCommons
  36. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. val σ1: Array[Array[Double]]

    Permalink
  40. val σ2: Array[Array[Double]]

    Permalink

Inherited from Product

Inherited from Equals

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped