Class

org.clustering4ever.clustering.rla

RLAModelMixed

Related Doc: package rla

Permalink

final case class RLAModelMixed[D <: MixedDistance](metric: D, epsilon: Double, centers: HashMap[Int, MixedVector]) extends RLAModelAncestor[MixedVector, D] with CenterModelMixedLocal[D] with KnnModelModelMixed[D] with Product with Serializable

Linear Supertypes
Product, Equals, KnnModelModelMixed[D], CenterModelMixedLocal[D], CenterModelMixed[D], RLAModelAncestor[MixedVector, D], MetricArgs[MixedVector, D], AlgorithmsArguments, CenterModelLocalCz[MixedVector, D], CenterModelCz[MixedVector, D], CenterModelLocal[MixedVector, D], CenterModel[MixedVector, D], KnnModelModelLocalCz[MixedVector, D], KnnModelModelCz[MixedVector, D], KnnModelModelLocal[MixedVector, D], KnnModelModel[MixedVector, D], MetricModel[MixedVector, D], ClusteringModelLocal[MixedVector], ClusteringModel, ClusteringSharedTypes, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RLAModelMixed
  2. Product
  3. Equals
  4. KnnModelModelMixed
  5. CenterModelMixedLocal
  6. CenterModelMixed
  7. RLAModelAncestor
  8. MetricArgs
  9. AlgorithmsArguments
  10. CenterModelLocalCz
  11. CenterModelCz
  12. CenterModelLocal
  13. CenterModel
  14. KnnModelModelLocalCz
  15. KnnModelModelCz
  16. KnnModelModelLocal
  17. KnnModelModel
  18. MetricModel
  19. ClusteringModelLocal
  20. ClusteringModel
  21. ClusteringSharedTypes
  22. Serializable
  23. Serializable
  24. AnyRef
  25. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RLAModelMixed(metric: D, epsilon: Double, centers: HashMap[Int, MixedVector])

    Permalink

Type Members

  1. final type ClusterID = Int

    Permalink
    Definition Classes
    ClusteringSharedTypes

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 val algorithmID: extensibleAlgorithmNature.RLAMixed.type

    Permalink
    Definition Classes
    RLAModelMixed → ClusteringModel
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. final def centerPredict[GS[X] <: GenSeq[X]](data: GS[(Array[Int], Array[Double])])(implicit d1: DummyImplicit, d2: DummyImplicit): GS[(ClusterID, (Array[Int], Array[Double]))]

    Permalink
    Definition Classes
    CenterModelMixedLocal
  7. final def centerPredict(v: (Array[Int], Array[Double])): ClusterID

    Permalink
    Definition Classes
    CenterModelMixed
  8. final def centerPredict[O, Cz[B, C <: GVector[C]] <: Clusterizable[B, C, Cz], GS[X] <: GenSeq[X]](data: GS[Cz[O, MixedVector]])(implicit d: DummyImplicit): GS[Cz[O, MixedVector]]

    Permalink
    Definition Classes
    CenterModelLocalCz
  9. final def centerPredict[O, Cz[B, C <: GVector[C]] <: Clusterizable[B, C, Cz]](cz: Cz[O, MixedVector]): ClusterID

    Permalink
    Definition Classes
    CenterModelCz
  10. final def centerPredict[GS[X] <: GenSeq[X]](data: GS[MixedVector]): GS[(ClusterID, MixedVector)]

    Permalink
    Definition Classes
    CenterModelLocal
  11. final def centerPredict(v: MixedVector): ClusterID

    Permalink
    Definition Classes
    CenterModel
  12. final val centers: HashMap[Int, MixedVector]

    Permalink
    Definition Classes
    RLAModelMixed → CenterModel
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  14. final val epsilon: Double

    Permalink

    Definition Classes
    RLAModelMixedRLAModelAncestor
  15. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final def knnPredict(v: (Array[Int], Array[Double]), k: Int, trainDS: Seq[(ClusterID, (Array[Int], Array[Double]))]): ClusterID

    Permalink
    Definition Classes
    KnnModelModelMixed
  19. final def knnPredict[O, Cz[B, C <: GVector[C]] <: Clusterizable[B, C, Cz], GS[X] <: GenSeq[X]](data: GS[Cz[O, MixedVector]], k: Int, trainDS: Seq[Cz[O, MixedVector]], clusteringNumber: Int): GS[Cz[O, MixedVector]]

    Permalink
    Definition Classes
    KnnModelModelLocalCz
  20. final def knnPredict[O, Cz[B, C <: GVector[C]] <: Clusterizable[B, C, Cz]](cz: Cz[O, MixedVector], k: Int, trainDS: Seq[Cz[O, MixedVector]], clusteringNumber: Int): ClusterID

    Permalink
    Definition Classes
    KnnModelModelCz
  21. final def knnPredict[GS[X] <: GenSeq[X]](data: GS[MixedVector], k: Int, trainDS: Seq[(ClusterID, MixedVector)]): GS[(ClusterID, MixedVector)]

    Permalink
    Definition Classes
    KnnModelModelLocal
  22. final def knnPredict(v: MixedVector, k: Int, trainDS: Seq[(ClusterID, MixedVector)]): ClusterID

    Permalink
    Definition Classes
    KnnModelModel
  23. final def knnPredictWithNN(v: (Array[Int], Array[Double]), k: Int, trainDS: Seq[(ClusterID, (Array[Int], Array[Double]))]): (ClusterID, Seq[(ClusterID, (Array[Int], Array[Double]))])

    Permalink
    Definition Classes
    KnnModelModelMixed
  24. final def knnPredictWithNN[O, Cz[B, C <: GVector[C]] <: Clusterizable[B, C, Cz]](cz: Cz[O, MixedVector], k: Int, trainDS: Seq[Cz[O, MixedVector]], clusteringNumber: Int): (ClusterID, Seq[Cz[O, MixedVector]])

    Permalink
    Definition Classes
    KnnModelModelCz
  25. final def knnPredictWithNN(v: MixedVector, k: Int, trainDS: Seq[(ClusterID, MixedVector)]): (ClusterID, Seq[(ClusterID, MixedVector)])

    Permalink
    Definition Classes
    KnnModelModel
  26. final val metric: D

    Permalink
    Definition Classes
    RLAModelMixed → MetricArgs → MetricModel
  27. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  30. final def obtainClustering[O, Cz[B, C <: GVector[C]] <: Clusterizable[B, C, Cz], GS[X] <: GenSeq[X]](data: GS[Cz[O, MixedVector]]): GS[Cz[O, MixedVector]]

    Permalink

    Attributes
    protected[org.clustering4ever.clustering]
    Definition Classes
    RLAModelAncestor → ClusteringModelLocal
  31. final def obtainClusteringIDs[O, Cz[Y, Z <: GVector[Z]] <: Clusterizable[Y, Z, Cz], GS[X] <: GenSeq[X]](data: GS[Cz[O, MixedVector]]): GS[ClusterID]

    Permalink
    Attributes
    protected[org.clustering4ever.clustering]
    Definition Classes
    ClusteringModelLocal
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Product

Inherited from Equals

Inherited from KnnModelModelMixed[D]

Inherited from CenterModelMixedLocal[D]

Inherited from CenterModelMixed[D]

Inherited from RLAModelAncestor[MixedVector, D]

Inherited from MetricArgs[MixedVector, D]

Inherited from AlgorithmsArguments

Inherited from CenterModelLocalCz[MixedVector, D]

Inherited from CenterModelCz[MixedVector, D]

Inherited from CenterModelLocal[MixedVector, D]

Inherited from CenterModel[MixedVector, D]

Inherited from KnnModelModelLocalCz[MixedVector, D]

Inherited from KnnModelModelCz[MixedVector, D]

Inherited from KnnModelModelLocal[MixedVector, D]

Inherited from KnnModelModel[MixedVector, D]

Inherited from MetricModel[MixedVector, D]

Inherited from ClusteringModelLocal[MixedVector]

Inherited from ClusteringModel

Inherited from ClusteringSharedTypes

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped