Return-Path: X-Original-To: apmail-mahout-commits-archive@www.apache.org Delivered-To: apmail-mahout-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D420817DE5 for ; Fri, 29 May 2015 19:02:19 +0000 (UTC) Received: (qmail 19531 invoked by uid 500); 29 May 2015 19:02:17 -0000 Delivered-To: apmail-mahout-commits-archive@mahout.apache.org Received: (qmail 19394 invoked by uid 500); 29 May 2015 19:02:17 -0000 Mailing-List: contact commits-help@mahout.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mahout.apache.org Delivered-To: mailing list commits@mahout.apache.org Received: (qmail 18820 invoked by uid 99); 29 May 2015 19:02:17 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 May 2015 19:02:17 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DEB96E10DF; Fri, 29 May 2015 19:02:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: dlyubimov@apache.org To: commits@mahout.apache.org Date: Fri, 29 May 2015 19:02:30 -0000 Message-Id: <2cde0e4d85824980bf536ef08a66a6b3@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [15/51] [partial] mahout git commit: Adding spark scaladocs for release. http://git-wip-us.apache.org/repos/asf/mahout/blob/358b241a/docs/mahout-math-scala/org/apache/mahout/math/drm/logical/OpRowRange.html ---------------------------------------------------------------------- diff --git a/docs/mahout-math-scala/org/apache/mahout/math/drm/logical/OpRowRange.html b/docs/mahout-math-scala/org/apache/mahout/math/drm/logical/OpRowRange.html new file mode 100644 index 0000000..083098e --- /dev/null +++ b/docs/mahout-math-scala/org/apache/mahout/math/drm/logical/OpRowRange.html @@ -0,0 +1,559 @@ + + + + + OpRowRange - Mahout Math Scala bindings 0.10.0 API - org.apache.mahout.math.drm.logical.OpRowRange + + + + + + + + + + +
+ +

org.apache.mahout.math.drm.logical

+

OpRowRange

+
+ +

+ + + case class + + + OpRowRange(A: DrmLike[Int], rowRange: Range) extends AbstractUnaryOp[Int, Int] with Product with Serializable + +

+ +

Logical row-range slicing

+ Linear Supertypes +
Serializable, Serializable, Product, Equals, AbstractUnaryOp[Int, Int], CheckpointAction[Int], DrmLike[Int], AnyRef, Any
+
+ + +
+
+
+ Ordering +
    + +
  1. Alphabetic
  2. +
  3. By inheritance
  4. +
+
+
+ Inherited
+
+
    +
  1. OpRowRange
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AbstractUnaryOp
  7. CheckpointAction
  8. DrmLike
  9. AnyRef
  10. Any
  11. +
+
+ +
    +
  1. Hide All
  2. +
  3. Show all
  4. +
+ Learn more about member selection +
+
+ Visibility +
  1. Public
  2. All
+
+
+ +
+
+
+

Instance Constructors

+
  1. + + +

    + + + new + + + OpRowRange(A: DrmLike[Int], rowRange: Range) + +

    + +
+
+ + + + + +
+

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

    + + + var + + + A: DrmLike[Int] + +

    +
    Definition Classes
    OpRowRangeAbstractUnaryOp
    +
  7. + + +

    + + final + def + + + asInstanceOf[T0]: T0 + +

    +
    Definition Classes
    Any
    +
  8. + + +

    + + + lazy val + + + canHaveMissingRows: Boolean + +

    +
    Attributes
    protected[org.apache.mahout]
    Definition Classes
    AbstractUnaryOpDrmLike
    +
  9. + + +

    + + + def + + + checkpoint(cacheHint: CacheHint): CheckpointedDrm[Int] + +

    +

    Action operator -- does not necessary means Spark action; but does mean running BLAS optimizer +and writing down Spark graph lineage since last checkpointed DRM.

    Action operator -- does not necessary means Spark action; but does mean running BLAS optimizer +and writing down Spark graph lineage since last checkpointed DRM. +

    Definition Classes
    CheckpointActionDrmLike
    +
  10. + + +

    + + + def + + + classTagA: ClassTag[Int] + +

    +
    Definition Classes
    AbstractUnaryOp
    +
  11. + + +

    + + + def + + + classTagK: ClassTag[Int] + +

    +
    Definition Classes
    AbstractUnaryOp
    +
  12. + + +

    + + + def + + + clone(): AnyRef + +

    +
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    + @throws( + + ... + ) + +
    +
  13. + + +

    + + + lazy val + + + context: DistributedContext + +

    +
    Definition Classes
    AbstractUnaryOpDrmLike
    +
  14. + + +

    + + final + def + + + eq(arg0: AnyRef): Boolean + +

    +
    Definition Classes
    AnyRef
    +
  15. + + +

    + + + def + + + finalize(): Unit + +

    +
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    + @throws( + + classOf[java.lang.Throwable] + ) + +
    +
  16. + + +

    + + final + def + + + getClass(): Class[_] + +

    +
    Definition Classes
    AnyRef → Any
    +
  17. + + +

    + + + def + + + isIdenticallyPartitioned(other: DrmLike[_]): Boolean + +

    +
    Definition Classes
    CheckpointAction
    +
  18. + + +

    + + final + def + + + isInstanceOf[T0]: Boolean + +

    +
    Definition Classes
    Any
    +
  19. + + +

    + + + def + + + ncol: Int + +

    +

    R-like syntax for number of columns

    R-like syntax for number of columns

    Definition Classes
    OpRowRangeDrmLike
    +
  20. + + +

    + + final + def + + + ne(arg0: AnyRef): Boolean + +

    +
    Definition Classes
    AnyRef
    +
  21. + + +

    + + final + def + + + notify(): Unit + +

    +
    Definition Classes
    AnyRef
    +
  22. + + +

    + + final + def + + + notifyAll(): Unit + +

    +
    Definition Classes
    AnyRef
    +
  23. + + +

    + + + def + + + nrow: Long + +

    +

    R-like syntax for number of rows.

    R-like syntax for number of rows.

    Definition Classes
    OpRowRangeDrmLike
    +
  24. + + +

    + + + lazy val + + + partitioningTag: Long + +

    +
    Attributes
    protected[org.apache.mahout]
    Definition Classes
    CheckpointActionDrmLike
    +
  25. + + +

    + + + val + + + rowRange: Range + +

    + +
  26. + + +

    + + final + def + + + synchronized[T0](arg0: ⇒ T0): T0 + +

    +
    Definition Classes
    AnyRef
    +
  27. + + +

    + + final + def + + + wait(): Unit + +

    +
    Definition Classes
    AnyRef
    Annotations
    + @throws( + + ... + ) + +
    +
  28. + + +

    + + final + def + + + wait(arg0: Long, arg1: Int): Unit + +

    +
    Definition Classes
    AnyRef
    Annotations
    + @throws( + + ... + ) + +
    +
  29. + + +

    + + final + def + + + wait(arg0: Long): Unit + +

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

Inherited from Serializable

+
+

Inherited from Serializable

+
+

Inherited from Product

+
+

Inherited from Equals

+
+

Inherited from AbstractUnaryOp[Int, Int]

+
+

Inherited from CheckpointAction[Int]

+
+

Inherited from DrmLike[Int]

+
+

Inherited from AnyRef

+
+

Inherited from Any

+
+ +
+ +
+
+

Ungrouped

+ +
+
+ +
+ +
+ + + + + \ No newline at end of file http://git-wip-us.apache.org/repos/asf/mahout/blob/358b241a/docs/mahout-math-scala/org/apache/mahout/math/drm/logical/OpTimesLeftMatrix.html ---------------------------------------------------------------------- diff --git a/docs/mahout-math-scala/org/apache/mahout/math/drm/logical/OpTimesLeftMatrix.html b/docs/mahout-math-scala/org/apache/mahout/math/drm/logical/OpTimesLeftMatrix.html new file mode 100644 index 0000000..d41a90a --- /dev/null +++ b/docs/mahout-math-scala/org/apache/mahout/math/drm/logical/OpTimesLeftMatrix.html @@ -0,0 +1,572 @@ + + + + + OpTimesLeftMatrix - Mahout Math Scala bindings 0.10.0 API - org.apache.mahout.math.drm.logical.OpTimesLeftMatrix + + + + + + + + + + +
+ +

org.apache.mahout.math.drm.logical

+

OpTimesLeftMatrix

+
+ +

+ + + case class + + + OpTimesLeftMatrix(left: Matrix, A: DrmLike[Int]) extends AbstractUnaryOp[Int, Int] with Product with Serializable + +

+ +

Logical Times-left over in-core matrix operand

+ Linear Supertypes +
Serializable, Serializable, Product, Equals, AbstractUnaryOp[Int, Int], CheckpointAction[Int], DrmLike[Int], AnyRef, Any
+
+ + +
+
+
+ Ordering +
    + +
  1. Alphabetic
  2. +
  3. By inheritance
  4. +
+
+
+ Inherited
+
+
    +
  1. OpTimesLeftMatrix
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AbstractUnaryOp
  7. CheckpointAction
  8. DrmLike
  9. AnyRef
  10. Any
  11. +
+
+ +
    +
  1. Hide All
  2. +
  3. Show all
  4. +
+ Learn more about member selection +
+
+ Visibility +
  1. Public
  2. All
+
+
+ +
+
+
+

Instance Constructors

+
  1. + + +

    + + + new + + + OpTimesLeftMatrix(left: Matrix, A: DrmLike[Int]) + +

    + +
+
+ + + + + +
+

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

    + + + var + + + A: DrmLike[Int] + +

    +
    Definition Classes
    OpTimesLeftMatrixAbstractUnaryOp
    +
  7. + + +

    + + final + def + + + asInstanceOf[T0]: T0 + +

    +
    Definition Classes
    Any
    +
  8. + + +

    + + + lazy val + + + canHaveMissingRows: Boolean + +

    +
    Attributes
    protected[org.apache.mahout]
    Definition Classes
    AbstractUnaryOpDrmLike
    +
  9. + + +

    + + + def + + + checkpoint(cacheHint: CacheHint): CheckpointedDrm[Int] + +

    +

    Action operator -- does not necessary means Spark action; but does mean running BLAS optimizer +and writing down Spark graph lineage since last checkpointed DRM.

    Action operator -- does not necessary means Spark action; but does mean running BLAS optimizer +and writing down Spark graph lineage since last checkpointed DRM. +

    Definition Classes
    CheckpointActionDrmLike
    +
  10. + + +

    + + + def + + + classTagA: ClassTag[Int] + +

    +
    Definition Classes
    AbstractUnaryOp
    +
  11. + + +

    + + + def + + + classTagK: ClassTag[Int] + +

    +
    Definition Classes
    AbstractUnaryOp
    +
  12. + + +

    + + + def + + + clone(): AnyRef + +

    +
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    + @throws( + + ... + ) + +
    +
  13. + + +

    + + + lazy val + + + context: DistributedContext + +

    +
    Definition Classes
    AbstractUnaryOpDrmLike
    +
  14. + + +

    + + final + def + + + eq(arg0: AnyRef): Boolean + +

    +
    Definition Classes
    AnyRef
    +
  15. + + +

    + + + def + + + finalize(): Unit + +

    +
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    + @throws( + + classOf[java.lang.Throwable] + ) + +
    +
  16. + + +

    + + final + def + + + getClass(): Class[_] + +

    +
    Definition Classes
    AnyRef → Any
    +
  17. + + +

    + + + def + + + isIdenticallyPartitioned(other: DrmLike[_]): Boolean + +

    +
    Definition Classes
    CheckpointAction
    +
  18. + + +

    + + final + def + + + isInstanceOf[T0]: Boolean + +

    +
    Definition Classes
    Any
    +
  19. + + +

    + + + val + + + left: Matrix + +

    + +
  20. + + +

    + + + def + + + nNonZero: Long + +

    +

    Non-zero element count

    +
  21. + + +

    + + + def + + + ncol: Int + +

    +

    R-like syntax for number of columns

    R-like syntax for number of columns

    Definition Classes
    OpTimesLeftMatrixDrmLike
    +
  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. + + +

    + + + def + + + nrow: Long + +

    +

    R-like syntax for number of rows.

    R-like syntax for number of rows.

    Definition Classes
    OpTimesLeftMatrixDrmLike
    +
  26. + + +

    + + + lazy val + + + partitioningTag: Long + +

    +
    Attributes
    protected[org.apache.mahout]
    Definition Classes
    CheckpointActionDrmLike
    +
  27. + + +

    + + final + def + + + synchronized[T0](arg0: ⇒ T0): T0 + +

    +
    Definition Classes
    AnyRef
    +
  28. + + +

    + + final + def + + + wait(): Unit + +

    +
    Definition Classes
    AnyRef
    Annotations
    + @throws( + + ... + ) + +
    +
  29. + + +

    + + final + def + + + wait(arg0: Long, arg1: Int): Unit + +

    +
    Definition Classes
    AnyRef
    Annotations
    + @throws( + + ... + ) + +
    +
  30. + + +

    + + final + def + + + wait(arg0: Long): Unit + +

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

Inherited from Serializable

+
+

Inherited from Serializable

+
+

Inherited from Product

+
+

Inherited from Equals

+
+

Inherited from AbstractUnaryOp[Int, Int]

+
+

Inherited from CheckpointAction[Int]

+
+

Inherited from DrmLike[Int]

+
+

Inherited from AnyRef

+
+

Inherited from Any

+
+ +
+ +
+
+

Ungrouped

+ +
+
+ +
+ +
+ + + + + \ No newline at end of file