Class

org.clustering4ever.clustering.anttree

AntTreeScalar

Related Doc: package anttree

Permalink

final case class AntTreeScalar[D <: ContinuousDistance](metric: D) extends AntTreeAncestor[ScalarVector, D, AntTreeModelScalar[D]] with Product with Serializable

Linear Supertypes
Product, Equals, AntTreeAncestor[ScalarVector, D, AntTreeModelScalar[D]], AntTreeAlgoModelAncestor[ScalarVector, D], ClusteringAlgorithmLocal[ScalarVector, AntTreeModelScalar[D]], ClusteringAlgorithm, ClusteringSharedTypes, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AntTreeScalar
  2. Product
  3. Equals
  4. AntTreeAncestor
  5. AntTreeAlgoModelAncestor
  6. ClusteringAlgorithmLocal
  7. ClusteringAlgorithm
  8. ClusteringSharedTypes
  9. Serializable
  10. Serializable
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AntTreeScalar(metric: D)

    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
    AntTreeScalar → ClusteringAlgorithm
  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. final def castModel(model: ClusteringModelLocal[ScalarVector]): Option[AntTreeModelScalar[D]]

    Permalink
    Definition Classes
    ClusteringAlgorithmLocal
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  9. 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
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. final def fit[O, Cz[B, C <: GVector[C]] <: Clusterizable[B, C, Cz], GS[X] <: GenSeq[X]](data: GS[Cz[O, ScalarVector]]): AntTreeModelScalar[D]

    Permalink
    Definition Classes
    AntTreeScalar → ClusteringAlgorithmLocal
  12. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    Any
  14. final val metric: D

    Permalink

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  18. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. 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 AntTreeAncestor[ScalarVector, D, AntTreeModelScalar[D]]

Inherited from AntTreeAlgoModelAncestor[ScalarVector, D]

Inherited from ClusteringAlgorithmLocal[ScalarVector, AntTreeModelScalar[D]]

Inherited from ClusteringAlgorithm

Inherited from ClusteringSharedTypes

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped