Trait

org.clustering4ever.clusteringanalysis

ClustersAnalysisLocal

Related Doc: package clusteringanalysis

Permalink

trait ClustersAnalysisLocal[O, V <: GVector[V], Cz[Y, Z <: GVector[Z]] <: Clusterizable[Y, Z, Cz], Vecto <: VectorizationGenLocal[O, V, Vecto], GS[X] <: GenSeq[X]] extends ClustersAnalysis[O, V, Cz, GS]

Linear Supertypes
ClustersAnalysis[O, V, Cz, GS], DataExplorator[O, V, Cz, GS], CollectionNature[GS], ClusteringSharedTypes, Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClustersAnalysisLocal
  2. ClustersAnalysis
  3. DataExplorator
  4. CollectionNature
  5. ClusteringSharedTypes
  6. Serializable
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final type ClusterID = Int

    Permalink
    Definition Classes
    ClusteringSharedTypes

Abstract Value Members

  1. abstract val clustersBasicStatsKeeper: ClusteringBasicStatsKeeper[V]

    Permalink
    Definition Classes
    ClustersAnalysis
  2. abstract val data: GS[Cz[O, V]]

    Permalink
    Definition Classes
    DataExplorator
  3. abstract val vectorization: Vecto

    Permalink

Concrete 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 allClusteringNumbers: Seq[Int]

    Permalink

    Attributes
    protected
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def cardinalities(clusteringNumber: ClusteringNumber): Map[Int, Long]

    Permalink
    Definition Classes
    ClustersAnalysisLocal → ClustersAnalysis
  7. def cardinalitiesForEveryClusteringNumber: Unit

    Permalink

  8. def centroids[D <: Distance[V]](metric: D, clusteringNumber: ClusteringNumber): Map[ClusterID, V]

    Permalink
    Definition Classes
    ClustersAnalysisLocal → ClustersAnalysis
  9. def centroidsForEveryClusteringNumber[D <: Distance[V]](metric: D): Unit

    Permalink

  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def clustersProportions(clusteringNumber: ClusteringNumber): Map[Int, Double]

    Permalink
    Definition Classes
    ClustersAnalysisLocal → ClustersAnalysis
  12. def clustersProportionsForEveryClusteringNumber: Unit

    Permalink

  13. val datasetSize: Long

    Permalink

    Definition Classes
    ClustersAnalysisLocal → ClustersAnalysis
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def groupedByClusterID(clusteringNumber: ClusteringNumber): GenMap[Int, GenSeq[Cz[O, V]]]

    Permalink

  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. var lastGroupedByClusterID: Option[(Int, GenMap[Int, GenSeq[Cz[O, V]]])]

    Permalink

  22. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

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

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

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

Inherited from ClustersAnalysis[O, V, Cz, GS]

Inherited from DataExplorator[O, V, Cz, GS]

Inherited from CollectionNature[GS]

Inherited from ClusteringSharedTypes

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped