Class/Object

org.clustering4ever.spark.clustering.clusterwise

Clusterwise

Related Docs: object Clusterwise | package clusterwise

Permalink

final case class Clusterwise(sc: SparkContext, dataXY: GenSeq[(Int, (Array[Double], Array[Double]))], g: Int, h: Int, nbCV: Int, init: Int, kPredict: Int, withY: Boolean, standardized: Boolean, sizeBloc: Int, nbMaxAttemps: Int, epsilonKmeans: Double, iterMaxKmeans: Int, logOn: Boolean = false) extends Serializable with Product

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

Instance Constructors

  1. new Clusterwise(sc: SparkContext, dataXY: GenSeq[(Int, (Array[Double], Array[Double]))], g: Int, h: Int, nbCV: Int, init: Int, kPredict: Int, withY: Boolean, standardized: Boolean, sizeBloc: Int, nbMaxAttemps: Int, epsilonKmeans: Double, iterMaxKmeans: Int, logOn: Boolean = false)

    Permalink

Type Members

  1. final type SqRmseCal = Double

    Permalink

  2. final type SqRmseVal = Double

    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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. val dataXY: GenSeq[(Int, (Array[Double], Array[Double]))]

    Permalink
  7. val epsilonKmeans: Double

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. val g: Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. val h: Int

    Permalink
  13. val init: Int

    Permalink
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. val iterMaxKmeans: Int

    Permalink
  16. val kPredict: Int

    Permalink
  17. val logOn: Boolean

    Permalink
  18. val nbCV: Int

    Permalink
  19. val nbMaxAttemps: Int

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

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  23. def run: (Array[(SqRmseCal, SqRmseVal)], Array[ClusterwiseModel])

    Permalink
  24. val sc: SparkContext

    Permalink
  25. val sizeBloc: Int

    Permalink
  26. val standardized: Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. val withY: Boolean

    Permalink

Inherited from Product

Inherited from Equals

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped