Class

org.clustering4ever.clustering.optics

OpticsModel

Related Doc: package optics

Permalink

final case class OpticsModel[V <: GVector[V], D[X <: GVector[X]] <: Distance[X]](metric: D[V], order: List[(Long, Option[Double])]) extends OpticsModelAncestor[V, D[V]] with Product with Serializable

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

Instance Constructors

  1. new OpticsModel(metric: D[V], 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.Optics.type

    Permalink
    Definition Classes
    OpticsModel → 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[V]

    Permalink
    Definition Classes
    OpticsModel → 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, V]]): GS[Cz[O, V]]

    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, V]]): 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, V]]): GS[Cz[O, V]]

    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
    OpticsModelOpticsModelAncestor
  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 OpticsModelAncestor[V, D[V]]

Inherited from OpticsAlgoModelAncestor[V, D[V]]

Inherited from MetricModel[V, D[V]]

Inherited from ClusteringModelLocal[V]

Inherited from ClusteringModel

Inherited from ClusteringSharedTypes

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped