Class/Object

org.clustering4ever.clustering.scala.meanshift

GradientAscentScalar

Related Docs: object GradientAscentScalar | package meanshift

Permalink

final case class GradientAscentScalar[D <: ContinuousDistance, KArgs <: EstimatorArgs, K[X <: GVector[X], Y <: EstimatorArgs] <: Estimator[X, Y]](minShift: Double, maxIterations: Int, kernel: K[ScalarVector, KArgs], metric: D, alternativeVectorID: Int) extends GradientAscentAncestor[ScalarVector, D, KArgs, K[ScalarVector, KArgs]] with Product with Serializable

Mean Shift gradient ascent

kernel

defines the nature of kernel and its parameters used in the gradient ascent

Linear Supertypes
Product, Equals, GradientAscentAncestor[ScalarVector, D, KArgs, K[ScalarVector, KArgs]], GradientAscentArgs[ScalarVector, D], MetricArgs[ScalarVector, D], MaxIterationsArgs, MinShiftArgs, AlgorithmsArguments, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GradientAscentScalar
  2. Product
  3. Equals
  4. GradientAscentAncestor
  5. GradientAscentArgs
  6. MetricArgs
  7. MaxIterationsArgs
  8. MinShiftArgs
  9. AlgorithmsArguments
  10. Serializable
  11. Serializable
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GradientAscentScalar(minShift: Double, maxIterations: Int, kernel: K[ScalarVector, KArgs], metric: D, alternativeVectorID: Int)

    Permalink

    kernel

    defines the nature of kernel and its parameters used in the gradient ascent

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 alternativeVectorID: Int

    Permalink

    The ID where the mode is stored

    The ID where the mode is stored

    Definition Classes
    GradientAscentScalarGradientAscentAncestor
  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 eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. final def fit[O, Pz[Y, Z <: GVector[Z]] <: Preprocessable[Y, Z, Pz], GS[X] <: GenSeq[X]](data: GS[Pz[O, ScalarVector]]): GS[(Pz[O, ScalarVector], Double)]

    Permalink

    O

    the raw object nature

    Pz

    a descendant of preprocessable

    GS

    the nature of the collection The main method to run the gradient ascent

    Definition Classes
    GradientAscentAncestor
  9. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    Any
  11. final val kernel: K[ScalarVector, KArgs]

    Permalink

    defines the nature of kernel and its parameters used in the gradient ascent

    defines the nature of kernel and its parameters used in the gradient ascent

    Definition Classes
    GradientAscentScalarGradientAscentAncestor
  12. final val maxIterations: Int

    Permalink

    The maximum iterations number allowed for this algorithm

    The maximum iterations number allowed for this algorithm

    Definition Classes
    GradientAscentScalarGradientAscentAncestor → MaxIterationsArgs
  13. final val metric: D

    Permalink

    The metric used to measure the shift distance of the mode at each iteration

    The metric used to measure the shift distance of the mode at each iteration

    Definition Classes
    GradientAscentScalarGradientAscentAncestor → MetricArgs
  14. final val minShift: Double

    Permalink

    The threshold under which points are considered stationary

    The threshold under which points are considered stationary

    Definition Classes
    GradientAscentScalarGradientAscentAncestor → MinShiftArgs
  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 GradientAscentAncestor[ScalarVector, D, KArgs, K[ScalarVector, KArgs]]

Inherited from GradientAscentArgs[ScalarVector, D]

Inherited from MetricArgs[ScalarVector, D]

Inherited from MaxIterationsArgs

Inherited from MinShiftArgs

Inherited from AlgorithmsArguments

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped