Class

org.clustering4ever.clustering.epsilonproximity.rdd

EpsilonProximityModelScalar

Related Doc: package rdd

Permalink

final case class EpsilonProximityModelScalar[D <: ContinuousDistance, Hash <: HashingScalar](clusterizedVectorsSortedByID: RDD[(Long, (ScalarVector, Int))], metric: D, clustersNumber: Int, inputDataHashCode: Int) extends EpsilonProximityModelAncestor[ScalarVector, D, Hash] with Product with Serializable

D

the distance

Hash

the hashing function

Linear Supertypes
Product, Equals, EpsilonProximityModelAncestor[ScalarVector, D, Hash], ClusteringModelDistributed[ScalarVector], ClusteringModel, ClusteringSharedTypes, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EpsilonProximityModelScalar
  2. Product
  3. Equals
  4. EpsilonProximityModelAncestor
  5. ClusteringModelDistributed
  6. ClusteringModel
  7. ClusteringSharedTypes
  8. Serializable
  9. Serializable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EpsilonProximityModelScalar(clusterizedVectorsSortedByID: RDD[(Long, (ScalarVector, Int))], metric: D, clustersNumber: Int, inputDataHashCode: Int)

    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.EpsilonProximityScalar.type

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final val clusterizedVectorsSortedByID: RDD[(Long, (ScalarVector, Int))]

    Permalink

    The clusterized dataset in its basic form RDD[ID, (Vector, ClusterID)]

    The clusterized dataset in its basic form RDD[ID, (Vector, ClusterID)]

    Definition Classes
    EpsilonProximityModelScalarEpsilonProximityModelAncestor
  8. final val clustersNumber: Int

    Permalink

    The number of generated clusters

    The number of generated clusters

    Definition Classes
    EpsilonProximityModelScalarEpsilonProximityModelAncestor
  9. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. final val inputDataHashCode: Int

    Permalink

    The hashcode of input dataset to prevent missuse of some methods

    The hashcode of input dataset to prevent missuse of some methods

    Attributes
    protected
    Definition Classes
    EpsilonProximityModelScalarEpsilonProximityModelAncestor
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. final val metric: D

    Permalink

    The metric used in this algorithm/model

    The metric used in this algorithm/model

    Definition Classes
    EpsilonProximityModelScalarEpsilonProximityModelAncestor
  15. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  18. final def obtainClustering[O, Cz[Y, Z <: GVector[Z]] <: Clusterizable[Y, Z, Cz]](data: RDD[Cz[O, ScalarVector]])(implicit ct: ClassTag[Cz[O, ScalarVector]]): RDD[Cz[O, ScalarVector]]

    Permalink

    General methods to obtain a clustering from the model in order to measure performances scores

    General methods to obtain a clustering from the model in order to measure performances scores

    Attributes
    protected[org.clustering4ever.clustering]
    Definition Classes
    EpsilonProximityModelScalarClusteringModelDistributed
  19. final def obtainClusteringIDs[O, Cz[Y, Z <: GVector[Z]] <: Clusterizable[Y, Z, Cz]](data: RDD[Cz[O, ScalarVector]])(implicit ct: ClassTag[Cz[O, ScalarVector]]): RDD[ClusterID]

    Permalink

    returns

    a RDD of clusterIDs

    Attributes
    protected[org.clustering4ever.clustering]
    Definition Classes
    ClusteringModelDistributed
  20. final def obtainInputDataClustering[O, Cz[Y, Z <: GVector[Z]] <: Clusterizable[Y, Z, Cz]](data: RDD[Cz[O, ScalarVector]])(implicit ct: ClassTag[Cz[O, ScalarVector]]): RDD[Cz[O, ScalarVector]]

    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

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

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

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

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

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

Inherited from Product

Inherited from Equals

Inherited from EpsilonProximityModelAncestor[ScalarVector, D, Hash]

Inherited from ClusteringModelDistributed[ScalarVector]

Inherited from ClusteringModel

Inherited from ClusteringSharedTypes

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped