Trait

org.clustering4ever.clustering.anttree

AntTreeModelAncestor

Related Doc: package anttree

Permalink

trait AntTreeModelAncestor[V <: GVector[V], D <: Distance[V]] extends ClusteringModelLocal[V] with MetricModel[V, D] with AntTreeAlgoModelAncestor[V, D]

V

the vector nature

D

the distance nature

Linear Supertypes
AntTreeAlgoModelAncestor[V, D], MetricModel[V, D], ClusteringModelLocal[V], ClusteringModel, ClusteringSharedTypes, Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AntTreeModelAncestor
  2. AntTreeAlgoModelAncestor
  3. MetricModel
  4. ClusteringModelLocal
  5. ClusteringModel
  6. ClusteringSharedTypes
  7. Serializable
  8. Serializable
  9. AnyRef
  10. 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 algorithmID: ClusteringAlgorithmNature

    Permalink
    Definition Classes
    ClusteringModel
  2. abstract val metric: D

    Permalink
    Definition Classes
    AntTreeModelAncestor → MetricModel
  3. abstract val tree: Tree[(Long, Option[V]), UnDiEdge]

    Permalink

    A tree that has the data as its node

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. final def allSuccessors(xpos: (Long, Option[V]), tree: Tree[(Long, Option[V]), UnDiEdge]): Set[(Long, Option[V])]

    Permalink

    Get all successors of a node

    Get all successors of a node

    xpos

    The node

    tree

    The tree

    returns

    Set of all successors

    Definition Classes
    AntTreeAlgoModelAncestor
  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. final def directSuccessors(xpos: (Long, Option[V]), tree: Tree[(Long, Option[V]), UnDiEdge]): Set[(Long, Option[V])]

    Permalink

    Get all successors directly next to the node

    Get all successors directly next to the node

    xpos

    The node

    tree

    The tree

    returns

    Set of direct successors

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  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
    AntTreeModelAncestor → 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 predict[O, Cz[Y, Z <: GVector[Z]] <: Clusterizable[Y, Z, Cz], GS[X] <: GenSeq[X]](data: GS[Cz[O, V]]): GS[Cz[O, V]]

    Permalink

    Prediction of all points on the tree

    Prediction of all points on the tree

    data

    data to predict

    returns

    seq of dara with cluster IDs

  19. final def predictOnePoint[O, Cz[Y, Z <: GVector[Z]] <: Clusterizable[Y, Z, Cz]](point: Cz[O, V]): Int

    Permalink

    Prediction of a point on the tree by going back to the root

    Prediction of a point on the tree by going back to the root

    point

    the point to predict

    returns

    the cluster of the point

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. 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 AntTreeAlgoModelAncestor[V, D]

Inherited from MetricModel[V, D]

Inherited from ClusteringModelLocal[V]

Inherited from ClusteringModel

Inherited from ClusteringSharedTypes

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped