Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C303D200C68 for ; Wed, 3 May 2017 18:29:46 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C1841160BB5; Wed, 3 May 2017 16:29:46 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A1932160BBA for ; Wed, 3 May 2017 18:29:44 +0200 (CEST) Received: (qmail 62516 invoked by uid 500); 3 May 2017 16:29:43 -0000 Mailing-List: contact commits-help@predictionio.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@predictionio.incubator.apache.org Delivered-To: mailing list commits@predictionio.incubator.apache.org Received: (qmail 62500 invoked by uid 99); 3 May 2017 16:29:43 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 May 2017 16:29:43 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 5A1C1C01DB for ; Wed, 3 May 2017 16:29:43 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.721 X-Spam-Level: X-Spam-Status: No, score=-3.721 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_NUMSUBJECT=0.5, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id g9ecttKrHaRD for ; Wed, 3 May 2017 16:29:35 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 91C7460DA5 for ; Wed, 3 May 2017 16:29:26 +0000 (UTC) Received: (qmail 61443 invoked by uid 99); 3 May 2017 16:29:25 -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; Wed, 03 May 2017 16:29:25 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A444BE17C2; Wed, 3 May 2017 16:29:25 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: git-site-role@apache.org To: commits@predictionio.incubator.apache.org Date: Wed, 03 May 2017 16:29:33 -0000 Message-Id: In-Reply-To: <97581493e4ae45e0b1bc4207db6a5ee3@git.apache.org> References: <97581493e4ae45e0b1bc4207db6a5ee3@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [09/51] [abbrv] [partial] incubator-predictionio-site git commit: Clean up before apache/incubator-predictionio#a7acb3019bcb9e8e4f780a2d1b1ef9191a1c10a9 archived-at: Wed, 03 May 2017 16:29:46 -0000 http://git-wip-us.apache.org/repos/asf/incubator-predictionio-site/blob/41546891/api/current/org/apache/predictionio/controller/StdevMetric.html ---------------------------------------------------------------------- diff --git a/api/current/org/apache/predictionio/controller/StdevMetric.html b/api/current/org/apache/predictionio/controller/StdevMetric.html deleted file mode 100644 index 7126e0d..0000000 --- a/api/current/org/apache/predictionio/controller/StdevMetric.html +++ /dev/null @@ -1,526 +0,0 @@ - - - - - StdevMetric - PredictionIO Scala API 0.11.0-incubating - org.apache.predictionio.controller.StdevMetric - - - - - - - - - - -
- -

org.apache.predictionio.controller

-

StdevMetric

-
- -

- - abstract - class - - - StdevMetric[EI, Q, P, A] extends Metric[EI, Q, P, A, Double] with StatsMetricHelper[EI, Q, P, A] with QPAMetric[Q, P, A, Double] - -

- -

Returns the global standard deviation of the score returned by the calculate method

This method uses org.apache.spark.util.StatCounter library, a one pass -method is used for calculation -

EI

Evaluation information

Q

Query

P

Predicted result

A

Actual result -

- Linear Supertypes -
QPAMetric[Q, P, A, Double], StatsMetricHelper[EI, Q, P, A], Metric[EI, Q, P, A, Double], Serializable, Serializable, AnyRef, Any
-
- - -
-
-
- Ordering -
    - -
  1. Alphabetic
  2. -
  3. By inheritance
  4. -
-
-
- Inherited
-
-
    -
  1. StdevMetric
  2. QPAMetric
  3. StatsMetricHelper
  4. Metric
  5. Serializable
  6. Serializable
  7. AnyRef
  8. Any
  9. -
-
- -
    -
  1. Hide All
  2. -
  3. Show all
  4. -
- Learn more about member selection -
-
- Visibility -
  1. Public
  2. All
-
-
- -
-
-
-

Instance Constructors

-
  1. - - -

    - - - new - - - StdevMetric() - -

    -

    -
-
- - - -
-

Abstract Value Members

-
  1. - - -

    - - abstract - def - - - calculate(q: Q, p: P, a: A): Double - -

    -

    Implement this method to return a score that will be used for calculating -the stdev -across all QPA tuples.

    Implement this method to return a score that will be used for calculating -the stdev -across all QPA tuples.

    q

    Query -

    p

    Predicted result -

    a

    Actual result -

    returns

    Metric result

    Definition Classes
    StdevMetricQPAMetric → StatsMetricHelper
    -
-
- -
-

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

    - - final - def - - - asInstanceOf[T0]: T0 - -

    -
    Definition Classes
    Any
    -
  7. - - -

    - - - def - - - calculate(sc: SparkContext, evalDataSet: Seq[(EI, RDD[(Q, P, A)])]): Double - -

    -

    Calculates the result of this Metric.

    Calculates the result of this Metric.

    Definition Classes
    StdevMetricMetric
    -
  8. - - -

    - - - def - - - calculateStats(sc: SparkContext, evalDataSet: Seq[(EI, RDD[(Q, P, A)])]): StatCounter - -

    -
    Definition Classes
    StatsMetricHelper
    -
  9. - - -

    - - - def - - - clone(): AnyRef - -

    -
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    - @throws( - - ... - ) - -
    -
  10. - - -

    - - - def - - - compare(r0: Double, r1: Double): Int - -

    -

    Comparison function for R's ordering.

    Comparison function for R's ordering.

    Definition Classes
    Metric
    -
  11. - - -

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

    -
    Definition Classes
    AnyRef
    -
  12. - - -

    - - - def - - - equals(arg0: Any): Boolean - -

    -
    Definition Classes
    AnyRef → Any
    -
  13. - - -

    - - - def - - - finalize(): Unit - -

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

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

    -
    Definition Classes
    AnyRef → Any
    -
  15. - - -

    - - - def - - - hashCode(): Int - -

    -
    Definition Classes
    AnyRef → Any
    -
  16. - - -

    - - - def - - - header: String - -

    -

    Class name of this Metric.

    Class name of this Metric.

    Definition Classes
    Metric
    -
  17. - - -

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

    -
    Definition Classes
    Any
    -
  18. - - -

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

    -
    Definition Classes
    AnyRef
    -
  19. - - -

    - - final - def - - - notify(): Unit - -

    -
    Definition Classes
    AnyRef
    -
  20. - - -

    - - final - def - - - notifyAll(): Unit - -

    -
    Definition Classes
    AnyRef
    -
  21. - - -

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

    -
    Definition Classes
    AnyRef
    -
  22. - - -

    - - - def - - - toString(): String - -

    -
    Definition Classes
    AnyRef → Any
    -
  23. - - -

    - - final - def - - - wait(): Unit - -

    -
    Definition Classes
    AnyRef
    Annotations
    - @throws( - - ... - ) - -
    -
  24. - - -

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

    -
    Definition Classes
    AnyRef
    Annotations
    - @throws( - - ... - ) - -
    -
  25. - - -

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

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

Inherited from QPAMetric[Q, P, A, Double]

-
-

Inherited from StatsMetricHelper[EI, Q, P, A]

-
-

Inherited from Metric[EI, Q, P, A, Double]

-
-

Inherited from Serializable

-
-

Inherited from Serializable

-
-

Inherited from AnyRef

-
-

Inherited from Any

-
- -
- -
-
-

Ungrouped

- -
-
- -
- -
- - - - - \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-predictionio-site/blob/41546891/api/current/org/apache/predictionio/controller/SumMetric.html ---------------------------------------------------------------------- diff --git a/api/current/org/apache/predictionio/controller/SumMetric.html b/api/current/org/apache/predictionio/controller/SumMetric.html deleted file mode 100644 index 5b5a597..0000000 --- a/api/current/org/apache/predictionio/controller/SumMetric.html +++ /dev/null @@ -1,508 +0,0 @@ - - - - - SumMetric - PredictionIO Scala API 0.11.0-incubating - org.apache.predictionio.controller.SumMetric - - - - - - - - - - -
- -

org.apache.predictionio.controller

-

SumMetric

-
- -

- - abstract - class - - - SumMetric[EI, Q, P, A, R] extends Metric[EI, Q, P, A, R] with QPAMetric[Q, P, A, R] - -

- -

Returns the sum of the score returned by the calculate method. -

EI

Evaluation information

Q

Query

P

Predicted result

A

Actual result

R

Result, output of the function calculate, must be Numeric -

- Linear Supertypes -
QPAMetric[Q, P, A, R], Metric[EI, Q, P, A, R], Serializable, Serializable, AnyRef, Any
-
- - -
-
-
- Ordering -
    - -
  1. Alphabetic
  2. -
  3. By inheritance
  4. -
-
-
- Inherited
-
-
    -
  1. SumMetric
  2. QPAMetric
  3. Metric
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  8. -
-
- -
    -
  1. Hide All
  2. -
  3. Show all
  4. -
- Learn more about member selection -
-
- Visibility -
  1. Public
  2. All
-
-
- -
-
-
-

Instance Constructors

-
  1. - - -

    - - - new - - - SumMetric()(implicit arg0: ClassTag[R], num: Numeric[R]) - -

    -

    -
-
- - - -
-

Abstract Value Members

-
  1. - - -

    - - abstract - def - - - calculate(q: Q, p: P, a: A): R - -

    -

    Implement this method to return a score that will be used for summing -across all QPA tuples.

    Implement this method to return a score that will be used for summing -across all QPA tuples.

    q

    Query -

    p

    Predicted result -

    a

    Actual result -

    returns

    Metric result

    Definition Classes
    SumMetricQPAMetric
    -
-
- -
-

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

    - - final - def - - - asInstanceOf[T0]: T0 - -

    -
    Definition Classes
    Any
    -
  7. - - -

    - - - def - - - calculate(sc: SparkContext, evalDataSet: Seq[(EI, RDD[(Q, P, A)])]): R - -

    -

    Calculates the result of this Metric.

    Calculates the result of this Metric.

    Definition Classes
    SumMetricMetric
    -
  8. - - -

    - - - def - - - clone(): AnyRef - -

    -
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    - @throws( - - ... - ) - -
    -
  9. - - -

    - - - def - - - compare(r0: R, r1: R): Int - -

    -

    Comparison function for R's ordering.

    Comparison function for R's ordering.

    Definition Classes
    Metric
    -
  10. - - -

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

    -
    Definition Classes
    AnyRef
    -
  11. - - -

    - - - def - - - equals(arg0: Any): Boolean - -

    -
    Definition Classes
    AnyRef → Any
    -
  12. - - -

    - - - def - - - finalize(): Unit - -

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

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

    -
    Definition Classes
    AnyRef → Any
    -
  14. - - -

    - - - def - - - hashCode(): Int - -

    -
    Definition Classes
    AnyRef → Any
    -
  15. - - -

    - - - def - - - header: String - -

    -

    Class name of this Metric.

    Class name of this Metric.

    Definition Classes
    Metric
    -
  16. - - -

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

    -
    Definition Classes
    Any
    -
  17. - - -

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

    -
    Definition Classes
    AnyRef
    -
  18. - - -

    - - final - def - - - notify(): Unit - -

    -
    Definition Classes
    AnyRef
    -
  19. - - -

    - - final - def - - - notifyAll(): Unit - -

    -
    Definition Classes
    AnyRef
    -
  20. - - -

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

    -
    Definition Classes
    AnyRef
    -
  21. - - -

    - - - def - - - toString(): String - -

    -
    Definition Classes
    AnyRef → Any
    -
  22. - - -

    - - final - def - - - wait(): Unit - -

    -
    Definition Classes
    AnyRef
    Annotations
    - @throws( - - ... - ) - -
    -
  23. - - -

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

    -
    Definition Classes
    AnyRef
    Annotations
    - @throws( - - ... - ) - -
    -
  24. - - -

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

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

Inherited from QPAMetric[Q, P, A, R]

-
-

Inherited from Metric[EI, Q, P, A, R]

-
-

Inherited from Serializable

-
-

Inherited from Serializable

-
-

Inherited from AnyRef

-
-

Inherited from Any

-
- -
- -
-
-

Ungrouped

- -
-
- -
- -
- - - - - \ No newline at end of file