Object/Trait

com.twitter.algebird

AdaptiveVector

Related Docs: trait AdaptiveVector | package algebird

Permalink

object AdaptiveVector

Some functions to create or convert AdaptiveVectors

Source
AdaptiveVector.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AdaptiveVector
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. val THRESHOLD: Double

    Permalink

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

  5. final def asInstanceOf[T0]: T0

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

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

    Permalink
  8. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
  12. def finalize(): Unit

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

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

    Permalink
  15. final def getClass(): Class[_]

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

    Permalink
  17. def hashCode(): Int

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

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

    Permalink
  20. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

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

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

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

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

    Permalink
  27. def toString(): String

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

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

    Permalink
  30. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped