Class

com.twitter.scalding.mathematics

RowVector

Related Doc: package mathematics

Permalink

class RowVector[ColT, ValT] extends Serializable with WrappedPipe

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

Instance Constructors

  1. new RowVector(colS: 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[RowVector[ColT, ValT], That, Res]): Res

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

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

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

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

    Permalink
  8. def L1Normalize(implicit ev: =:=[ValT, Double]): RowVector[ColT, 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. val colS: Symbol

    Permalink
  12. def diag: DiagonalMatrix[ColT, ValT]

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

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

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

    Permalink
    Definition Classes
    RowVectorWrappedPipe
  16. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hProd(that: RowVector[ColT, ValT])(implicit ring: Ring[ValT]): RowVector[ColT, ValT]

    Permalink
  19. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  21. def mapValues[ValU](fn: (ValT) ⇒ ValU)(implicit mon: Monoid[ValU]): RowVector[ColT, ValU]

    Permalink
  22. def mapWithIndex[ValNew](fn: (ValT, ColT) ⇒ ValNew)(implicit mon: Monoid[ValNew]): RowVector[ColT, 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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  26. def pipe: Pipe

    Permalink
    Definition Classes
    RowVectorWrappedPipe
  27. def propagate[MatColT](mat: Matrix[ColT, MatColT, Boolean])(implicit monT: Monoid[ValT]): RowVector[MatColT, ValT]

    Permalink

    Do a right-propogation of a row, transpose of Matrix.propagate

  28. val sizeH: SizeHint

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

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

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

    Permalink
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. def topElems(k: Int)(implicit ord: Ordering[ValT]): RowVector[ColT, ValT]

    Permalink
  34. def topWithTiny(k: Int)(implicit ord: Ordering[ValT]): RowVector[ColT, ValT]

    Permalink
    Attributes
    protected
  35. def transpose: ColVector[ColT, ValT]

    Permalink
  36. val valS: Symbol

    Permalink
  37. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def withColsHint(cols: Long): RowVector[ColT, ValT]

    Permalink
  41. def write(src: Source, outFields: Fields = Fields.NONE)(implicit fd: FlowDef, mode: Mode): RowVector[ColT, ValT]

    Permalink

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

  42. 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