Class

org.clustering4ever.clustering.optics

OpticsModelMixed

Related Doc: package optics

Permalink

final case class OpticsModelMixed[D <: MixedDistance](metric: D, order: List[(Long, Option[Double])]) extends OpticsModelAncestor[MixedVector, D] with ClusteringModelLocalMixed with Product with Serializable

Linear Supertypes
Product, Equals, ClusteringModelLocalMixed, OpticsModelAncestor[MixedVector, D], OpticsAlgoModelAncestor[MixedVector, D], MetricModel[MixedVector, D], ClusteringModelLocal[MixedVector], ClusteringModel, ClusteringSharedTypes, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OpticsModelMixed
  2. Product
  3. Equals
  4. ClusteringModelLocalMixed
  5. OpticsModelAncestor
  6. OpticsAlgoModelAncestor
  7. MetricModel
  8. ClusteringModelLocal
  9. ClusteringModel
  10. ClusteringSharedTypes
  11. Serializable
  12. Serializable
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new OpticsModelMixed(metric: D, order: List[(Long, Option[Double])])

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  7. val clusters: LongMap[Int]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  10. final def getClusters(order: List[(Long, Option[Double])], acc: LongMap[Int], cluster: Int): LongMap[Int]

    Permalink

    Get clusters from order

    Get clusters from order

    order

    Uncorvered points

    acc

    Covered points

    cluster

    Current cluster ID

    returns

    Map with id as key and cluster as value

    Attributes
    protected
    Definition Classes
    OpticsAlgoModelAncestor
    Annotations
    @tailrec()
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. val metric: D

    Permalink
    Definition Classes
    OpticsModelMixed → MetricModel
  13. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Attributes
    protected[org.clustering4ever.clustering]
    Definition Classes
    OpticsModelAncestor → ClusteringModelLocal
  17. 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
  18. final def obtainInputDataClustering[O, Cz[Y, Z <: GVector[Z]] <: Clusterizable[Y, Z, Cz], GS[X] <: GenSeq[X]](data: GS[Cz[O, MixedVector]]): GS[Cz[O, MixedVector]]

    Permalink

    This method work only with input dataset which generate this model, please use others method for new set of points

    This method work only with input dataset which generate this model, please use others method for new set of points

    returns

    the clusterized dataset

    Definition Classes
    OpticsModelAncestor
  19. val order: List[(Long, Option[Double])]

    Permalink
    Definition Classes
    OpticsModelMixedOpticsModelAncestor
  20. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. 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 ClusteringModelLocalMixed

Inherited from OpticsModelAncestor[MixedVector, D]

Inherited from OpticsAlgoModelAncestor[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