org.apache.mahout.math.scalabindings

VectorOps

class VectorOps extends AnyRef

Syntactic sugar for mahout vectors

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

Instance Constructors

  1. new VectorOps(v: Vector)

    v

    Mahout vector

Value Members

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

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

    Definition Classes
    Any
  3. def !==(that: Vector): Boolean

  4. final def ##(): Int

    Definition Classes
    AnyRef → Any
  5. def +(that: Double): Vector

  6. def +(that: Vector): Vector

  7. def +:(that: Double): Vector

  8. def +=(that: Double): Vector

  9. def +=(that: Vector): Vector

  10. def +=:(that: Double): Vector

  11. def +=:(that: Vector): Vector

  12. def -(that: Double): Vector

  13. def -(that: Vector): Vector

  14. def -:(that: Double): Vector

  15. def -:(that: Vector): Vector

  16. def -=(that: Double): Vector

  17. def -=(that: Vector): Vector

  18. def -=:(that: Double): Vector

  19. def -=:(that: Vector): Vector

  20. def ::=(f: (Double) ⇒ Double): Vector

    Sparse iteration functional assignment using a function recieving just x

  21. def ::=(f: (Int, Double) ⇒ Double): Vector

    Sparse iteration functional assignment using function receiving index and x

  22. def :=(f: (Double) ⇒ Double): Vector

    Functional assignment for a function with just x (e.

    Functional assignment for a function with just x (e.g. v := math.exp _)

  23. def :=(f: (Int, Double) ⇒ Double): Vector

    Functional assigment for a function with index and x

  24. def :=(that: Double): Vector

  25. def :=(that: Vector): Vector

  26. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  28. def ===(that: Vector): Boolean

  29. def apply(r: Range): Vector

    Warning: we only support consecutive views, step is not supported directly

  30. def apply(i: Int): Double

  31. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  32. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def cloned: Vector

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

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

    Definition Classes
    AnyRef → Any
  36. def equiv(that: Vector): Boolean

  37. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  39. def hashCode(): Int

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

    Definition Classes
    Any
  41. def length: Int

  42. def max: Double

  43. def min: Double

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

    Definition Classes
    AnyRef
  45. def nequiv(that: Vector): Boolean

  46. final def notify(): Unit

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

    Definition Classes
    AnyRef
  48. def sqrt: Vector

  49. def sum: Double

    R-like synonyms for java methods on vectors

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

    Definition Classes
    AnyRef
  51. def toColMatrix: Matrix

    Convert to a single column matrix

  52. def toString(): String

    Definition Classes
    AnyRef → Any
  53. def unary_-: Vector

  54. def update(r: Range, that: Vector): Vector

  55. def update(i: Int, that: Double): Unit

  56. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped