Package

org.clustering4ever.clustering

indices

Permalink

package indices

Visibility
  1. Public
  2. All

Type Members

  1. trait ARANDDistributed extends ARANDCommons with ExternalIndicesDistributedDataAncestor

    Permalink

  2. trait BinaryAndMultiExternalIndicesDistributedAncestor extends ExternalIndicesDistributedDataAncestor with IndicesDoc

    Permalink

  3. final case class BinaryExternalIndicesDistributed(targetAndPred: RDD[(Int, Int)], persistanceLVL: StorageLevel = StorageLevel.MEMORY_ONLY) extends BinaryExternalIndicesDistributedAncestor with BinaryAndMultiExternalIndicesDistributedAncestor with Product with Serializable

    Permalink

  4. trait BinaryExternalIndicesDistributedAncestor extends ExternalIndicesDistributedDataAncestor with BinaryExternalIndicesAncestor with ContingencyMatricesBasicsIndices

    Permalink

  5. final case class ClustersIndicesAnalysisDistributed[O, V <: GVector[V], Cz[Y, Z <: GVector[Z]] <: Clusterizable[Y, Z, Cz]](clusterized: RDD[Cz[O, V]], sc: SparkContext, persistanceLVL: StorageLevel = StorageLevel.MEMORY_ONLY)(implicit evidence$1: ClassTag[V], ct: ClassTag[V]) extends ClustersIndicesAnalysis[O, V, Cz, RDD] with Product with Serializable

    Permalink

  6. trait ExternalIndicesDistributedDataAncestor extends TPTNFPFNAncestor

    Permalink

  7. trait InternalIndicesAncestorDistributed[V <: GVector[V], D <: Distance[V]] extends InternalIndicesCommons[V, D]

    Permalink

  8. final case class InternalIndicesDistributed[V <: GVector[V], D[A <: GVector[A]] <: Distance[A]](metric: D[V])(implicit ct: ClassTag[V]) extends InternalIndicesAncestorDistributed[V, D[V]] with Product with Serializable

    Permalink

    This object is used to compute internals clustering indices as Davies Bouldin or Silhouette

  9. trait MultiClassesContingencyTableDistributed extends ARANDDistributed

    Permalink

  10. final case class MultiExternalIndicesDistributed(targetAndPred: RDD[(Int, Int)], persistanceLVL: StorageLevel = StorageLevel.MEMORY_ONLY) extends BinaryAndMultiExternalIndicesDistributedAncestor with MultiClassesContingencyTableDistributed with Product with Serializable

    Permalink

  11. final case class NmiAccumulator(initialValue: ArrayBuffer[ArrayBuffer[Double]], x: Int, y: Int) extends AccumulatorV2[ArrayBuffer[ArrayBuffer[Double]], ArrayBuffer[ArrayBuffer[Double]]] with Product with Serializable

    Permalink

Value Members

  1. object ExternalIndicesDistributedUtils

    Permalink

  2. object InternalIndicesDistributed extends ClusteringSharedTypes

    Permalink

Ungrouped