Class

org.clustering4ever.clustering.anttree

AntTreeModelScalar

Related Doc: package anttree

Permalink

final case class AntTreeModelScalar[D <: ContinuousDistance](metric: D, tree: Tree[(Long, Option[ScalarVector]), UnDiEdge]) extends AntTreeModelAncestor[ScalarVector, D] with ClusteringModelLocalScalar with Product with Serializable

Linear Supertypes
Product, Equals, ClusteringModelLocalScalar, AntTreeModelAncestor[ScalarVector, D], AntTreeAlgoModelAncestor[ScalarVector, D], MetricModel[ScalarVector, D], ClusteringModelLocal[ScalarVector], ClusteringModel, ClusteringSharedTypes, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AntTreeModelScalar
  2. Product
  3. Equals
  4. ClusteringModelLocalScalar
  5. AntTreeModelAncestor
  6. AntTreeAlgoModelAncestor
  7. MetricModel
  8. ClusteringModelLocal
  9. ClusteringModel
  10. ClusteringSharedTypes
  11. Serializable
  12. Serializable
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AntTreeModelScalar(metric: D, tree: Tree[(Long, Option[ScalarVector]), UnDiEdge])

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

    Permalink
    Definition Classes
    AntTreeModelScalar → ClusteringModel
  5. final def allSuccessors(xpos: (Long, Option[ScalarVector]), tree: Tree[(Long, Option[ScalarVector]), UnDiEdge]): Set[(Long, Option[ScalarVector])]

    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
  6. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  8. final def directSuccessors(xpos: (Long, Option[ScalarVector]), tree: Tree[(Long, Option[ScalarVector]), UnDiEdge]): Set[(Long, Option[ScalarVector])]

    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
  9. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    Any
  12. final val metric: D

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

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

    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

    Definition Classes
    AntTreeModelAncestor
  19. final def predictOnePoint[O, Cz[Y, Z <: GVector[Z]] <: Clusterizable[Y, Z, Cz]](point: Cz[O, ScalarVector]): 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

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

    Permalink
    Definition Classes
    AnyRef
  21. final val tree: Tree[(Long, Option[ScalarVector]), UnDiEdge]

    Permalink

    A tree that has the data as its node

    A tree that has the data as its node

    Definition Classes
    AntTreeModelScalarAntTreeModelAncestor
  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 Product

Inherited from Equals

Inherited from ClusteringModelLocalScalar

Inherited from AntTreeModelAncestor[ScalarVector, D]

Inherited from AntTreeAlgoModelAncestor[ScalarVector, D]

Inherited from MetricModel[ScalarVector, D]

Inherited from ClusteringModelLocal[ScalarVector]

Inherited from ClusteringModel

Inherited from ClusteringSharedTypes

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped