com.twitter.algebird

AdaptiveVector

object AdaptiveVector

Some functions to create or convert AdaptiveVectors

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AdaptiveVector
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val THRESHOLD: Double

    When density >= this value * size, we switch to dense vectors

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def denseEquiv[V](implicit arg0: Equiv[V]): Equiv[AdaptiveVector[V]]

  10. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  12. implicit def equiv[V](implicit arg0: Equiv[V]): Equiv[AdaptiveVector[V]]

  13. def fill[V](size: Int)(sparse: V): AdaptiveVector[V]

  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def fromMap[V](m: Map[Int, V], sparseVal: V, sizeOfDense: Int): AdaptiveVector[V]

  16. def fromVector[V](v: Vector[V], sparseVal: V): AdaptiveVector[V]

  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. implicit def group[V](implicit arg0: Group[V]): Group[AdaptiveVector[V]]

  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. implicit def monoid[V](implicit arg0: Monoid[V]): Monoid[AdaptiveVector[V]]

  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. implicit def semigroup[V](implicit arg0: Semigroup[V]): Semigroup[AdaptiveVector[V]]

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

    Definition Classes
    AnyRef
  27. def toMap[V](iseq: IndexedSeq[V], sparse: V): Map[Int, V]

  28. def toMap[V](v: AdaptiveVector[V]): Map[Int, V]

  29. def toString(): String

    Definition Classes
    AnyRef → Any
  30. def toVector[V](v: AdaptiveVector[V]): Vector[V]

  31. def toVector[V](m: Map[Int, V], sparse: V, size: Int): Vector[V]

  32. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped