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 90457200D1E for ; Wed, 13 Sep 2017 05:50:06 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8FE3A1609B4; Wed, 13 Sep 2017 03:50:06 +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 E534F1609C9 for ; Wed, 13 Sep 2017 05:50:04 +0200 (CEST) Received: (qmail 1793 invoked by uid 500); 13 Sep 2017 03:50:03 -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 1728 invoked by uid 99); 13 Sep 2017 03:50:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Sep 2017 03:50:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id D7208D3FC7 for ; Wed, 13 Sep 2017 03:50:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-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-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 43ooU0JlSl9C for ; Wed, 13 Sep 2017 03:49:55 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 4834F6126A for ; Wed, 13 Sep 2017 03:49:51 +0000 (UTC) Received: (qmail 1042 invoked by uid 99); 13 Sep 2017 03:49:49 -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, 13 Sep 2017 03:49:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C4DA8F581C; Wed, 13 Sep 2017 03:49:48 +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, 13 Sep 2017 03:49:57 -0000 Message-Id: <3c7fa83406544022abefb49f2d7a8d7f@git.apache.org> In-Reply-To: <693c534a322b46e0ab8f44bcfa0afd58@git.apache.org> References: <693c534a322b46e0ab8f44bcfa0afd58@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [11/51] [abbrv] [partial] incubator-predictionio-site git commit: Clean up before apache/incubator-predictionio#951d7a0a00a0d18cd13000c21e060e1bf1794e39 archived-at: Wed, 13 Sep 2017 03:50:06 -0000 http://git-wip-us.apache.org/repos/asf/incubator-predictionio-site/blob/8e6db8c5/api/current/org/apache/predictionio/controller/QPAMetric.html ---------------------------------------------------------------------- diff --git a/api/current/org/apache/predictionio/controller/QPAMetric.html b/api/current/org/apache/predictionio/controller/QPAMetric.html deleted file mode 100644 index 98f5215..0000000 --- a/api/current/org/apache/predictionio/controller/QPAMetric.html +++ /dev/null @@ -1,448 +0,0 @@ - - - - - QPAMetric - PredictionIO Scala API 0.11.0-incubating - org.apache.predictionio.controller.QPAMetric - - - - - - - - - - -
- -

org.apache.predictionio.controller

-

QPAMetric

-
- -

- - - trait - - - QPAMetric[Q, P, A, R] extends AnyRef - -

- -

Trait for metric which returns a score based on Query, PredictedResult, -and ActualResult -

Q

Query class

P

Predicted result class

A

Actual result class

R

Metric result class

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

Abstract Value Members

-
  1. - - -

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

    -

    Calculate a metric result based on query, predicted result, and actual -result -

    Calculate a metric result based on query, predicted result, and actual -result -

    q

    Query

    p

    Predicted result

    a

    Actual result

    returns

    Metric result -

    -
-
- -
-

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 - - - clone(): AnyRef - -

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

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

    -
    Definition Classes
    AnyRef
    -
  9. - - -

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

    -
    Definition Classes
    AnyRef → Any
    -
  10. - - -

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

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

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

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

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

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

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

    -
    Definition Classes
    Any
    -
  14. - - -

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

    -
    Definition Classes
    AnyRef
    -
  15. - - -

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

    -
    Definition Classes
    AnyRef
    -
  16. - - -

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

    -
    Definition Classes
    AnyRef
    -
  17. - - -

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

    -
    Definition Classes
    AnyRef
    -
  18. - - -

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

    -
    Definition Classes
    AnyRef → Any
    -
  19. - - -

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

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

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

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

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

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

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/8e6db8c5/api/current/org/apache/predictionio/controller/SanityCheck.html ---------------------------------------------------------------------- diff --git a/api/current/org/apache/predictionio/controller/SanityCheck.html b/api/current/org/apache/predictionio/controller/SanityCheck.html deleted file mode 100644 index 1acdda2..0000000 --- a/api/current/org/apache/predictionio/controller/SanityCheck.html +++ /dev/null @@ -1,444 +0,0 @@ - - - - - SanityCheck - PredictionIO Scala API 0.11.0-incubating - org.apache.predictionio.controller.SanityCheck - - - - - - - - - - -
- -

org.apache.predictionio.controller

-

SanityCheck

-
- -

- - - trait - - - SanityCheck extends AnyRef - -

- -

Extends a data class with this trait if you want PredictionIO to -automatically perform sanity check on your data classes during training. -This is very useful when you need to debug your engine. -

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

Abstract Value Members

-
  1. - - -

    - - abstract - def - - - sanityCheck(): Unit - -

    -

    Implement this method to perform checks on your data.

    Implement this method to perform checks on your data. This method should -contain assertions that throw exceptions when your data does not meet -your pre-defined requirement. -

    -
-
- -
-

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 - - - clone(): AnyRef - -

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

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

    -
    Definition Classes
    AnyRef
    -
  9. - - -

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

    -
    Definition Classes
    AnyRef → Any
    -
  10. - - -

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

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

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

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

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

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

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

    -
    Definition Classes
    Any
    -
  14. - - -

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

    -
    Definition Classes
    AnyRef
    -
  15. - - -

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

    -
    Definition Classes
    AnyRef
    -
  16. - - -

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

    -
    Definition Classes
    AnyRef
    -
  17. - - -

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

    -
    Definition Classes
    AnyRef
    -
  18. - - -

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

    -
    Definition Classes
    AnyRef → Any
    -
  19. - - -

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

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

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

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

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

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

Inherited from AnyRef

-
-

Inherited from Any

-
- -
- -
-
-

Ungrouped

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