Class

com.twitter.scalding.mathematics

ColVector

Related Doc: package mathematics

Permalink

class ColVector[RowT, ValT] extends Serializable with WrappedPipe

Source
Matrix.scala
Linear Supertypes
WrappedPipe, Serializable, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ColVector
  2. WrappedPipe
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ColVector(rowS: Symbol, valS: Symbol, inPipe: Pipe, sizeH: SizeHint = FiniteHint(-1L, 1L))

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def *[That, Res](that: That)(implicit prod: MatrixProduct[ColVector[RowT, ValT], That, Res]): Res

    Permalink
  4. def +(that: ColVector[RowT, ValT])(implicit mon: Monoid[ValT]): ColVector[RowT, ValT]

    Permalink
  5. def -(that: ColVector[RowT, ValT])(implicit group: Group[ValT]): ColVector[RowT, ValT]

    Permalink
  6. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  7. def L0Normalize(implicit ev: =:=[ValT, Double]): ColVector[RowT, ValT]

    Permalink
  8. def L1Normalize(implicit ev: =:=[ValT, Double]): ColVector[RowT, ValT]

    Permalink
  9. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def diag: DiagonalMatrix[RowT, ValT]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def fields: Fields

    Permalink
    Definition Classes
    ColVectorWrappedPipe
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hProd(that: ColVector[RowT, ValT])(implicit ring: Ring[ValT]): ColVector[RowT, ValT]

    Permalink
  18. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  20. def mapValues[ValU](fn: (ValT) ⇒ ValU)(implicit mon: Monoid[ValU]): ColVector[RowT, ValU]

    Permalink
  21. def mapWithIndex[ValNew](fn: (ValT, RowT) ⇒ ValNew)(implicit mon: Monoid[ValNew]): ColVector[RowT, ValNew]

    Permalink

    like zipWithIndex.map but ONLY CHANGES THE VALUE not the index.

    like zipWithIndex.map but ONLY CHANGES THE VALUE not the index. Note you will only see non-zero elements on the vector. This does not enumerate the zeros

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

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

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

    Permalink
    Definition Classes
    AnyRef
  25. def pipe: Pipe

    Permalink
    Definition Classes
    ColVectorWrappedPipe
  26. val rowS: Symbol

    Permalink
  27. val sizeH: SizeHint

    Permalink
  28. def sum(implicit mon: Monoid[ValT]): Scalar[ValT]

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

    Permalink
    Definition Classes
    AnyRef
  30. def toMatrix[ColT](colIdx: ColT): Matrix[RowT, ColT, ValT]

    Permalink
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. def topElems(k: Int)(implicit ord: Ordering[ValT]): ColVector[RowT, ValT]

    Permalink
  33. def topWithTiny(k: Int)(implicit ord: Ordering[ValT]): ColVector[RowT, ValT]

    Permalink
    Attributes
    protected
  34. def transpose: RowVector[RowT, ValT]

    Permalink
  35. val valS: Symbol

    Permalink
  36. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def withRowsHint(rows: Long): ColVector[RowT, ValT]

    Permalink
  40. def write(src: Source, outFields: Fields = Fields.NONE)(implicit fd: FlowDef, mode: Mode): ColVector[RowT, ValT]

    Permalink

    Write optionally renaming val fields to the given fields then return this.

  41. def writePipe(src: Source, outFields: Fields = Fields.NONE)(implicit fd: FlowDef, mode: Mode): Unit

    Permalink
    Definition Classes
    WrappedPipe

Inherited from WrappedPipe

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped