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 0AB3F200C17 for ; Fri, 10 Feb 2017 19:10:40 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 09227160B69; Fri, 10 Feb 2017 18:10:40 +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 5AB78160B70 for ; Fri, 10 Feb 2017 19:10:38 +0100 (CET) Received: (qmail 72268 invoked by uid 500); 10 Feb 2017 18:10:37 -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 72185 invoked by uid 99); 10 Feb 2017 18:10:37 -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; Fri, 10 Feb 2017 18:10:37 +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 8AEFCC011A for ; Fri, 10 Feb 2017 18:10:36 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -7.019 X-Spam-Level: X-Spam-Status: No, score=-7.019 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id fG0vzYDZcmKH for ; Fri, 10 Feb 2017 18:10:33 +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 D0DF060CE2 for ; Fri, 10 Feb 2017 18:10:19 +0000 (UTC) Received: (qmail 70586 invoked by uid 99); 10 Feb 2017 18:10:18 -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, 10 Feb 2017 18:10:18 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C0BE8E001C; Fri, 10 Feb 2017 18:10:18 +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: Fri, 10 Feb 2017 18:10:51 -0000 Message-Id: In-Reply-To: <7978f9801bcd4ad09761546aafe01add@git.apache.org> References: <7978f9801bcd4ad09761546aafe01add@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [35/51] [abbrv] [partial] incubator-predictionio-site git commit: Documentation based on apache/incubator-predictionio#d674b89c7c3a17437bd406a497a08773c24c8007 archived-at: Fri, 10 Feb 2017 18:10:40 -0000 http://git-wip-us.apache.org/repos/asf/incubator-predictionio-site/blob/c851b8a8/api/current/org/apache/predictionio/controller/Engine$.html ---------------------------------------------------------------------- diff --git a/api/current/org/apache/predictionio/controller/Engine$.html b/api/current/org/apache/predictionio/controller/Engine$.html new file mode 100644 index 0000000..e3d8ce9 --- /dev/null +++ b/api/current/org/apache/predictionio/controller/Engine$.html @@ -0,0 +1,571 @@ + + + + + Engine - PredictionIO Scala API 0.10.0-incubating - org.apache.predictionio.controller.Engine + + + + + + + + + + + + +

+ + + object + + + Engine extends Serializable + +

+ +

This object contains concrete implementation for some methods of the +Engine class. +

+ Linear Supertypes +
Serializable, Serializable, AnyRef, Any
+
+ + +
+
+
+ Ordering +
    + +
  1. Alphabetic
  2. +
  3. By inheritance
  4. +
+
+
+ Inherited
+
+
    +
  1. Engine
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  6. +
+
+ +
    +
  1. Hide All
  2. +
  3. Show all
  4. +
+ Learn more about member selection +
+
+ Visibility +
  1. Public
  2. All
+
+
+ +
+
+ + +
+

Type Members

+
  1. + + +

    + + + class + + + DataSourceMap[TD, EI, Q, A] extends AnyRef + +

    +

    Helper class to accept either a single data source, or a map of data +sources, with a companion object providing implicit conversions, so +using this class directly is not necessary.

    +
  2. + + +

    + + + class + + + PreparatorMap[TD, PD] extends AnyRef + +

    +

    Helper class to accept either a single preparator, or a map of +preparators, with a companion object providing implicit conversions, so +using this class directly is not necessary.

    +
  3. + + +

    + + + class + + + ServingMap[Q, P] extends AnyRef + +

    +

    Helper class to accept either a single serving, or a map of serving, with +a companion object providing implicit conversions, so using this class +directly is not necessary.

    +
+
+ + + +
+

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

    + + + object + + + DataSourceMap + +

    +

    Companion object providing implicit conversions, so using this directly +is not necessary.

    +
  7. + + +

    + + + object + + + PreparatorMap + +

    +

    Companion object providing implicit conversions, so using this directly +is not necessary.

    +
  8. + + +

    + + + object + + + ServingMap + +

    +

    Companion object providing implicit conversions, so using this directly +is not necessary.

    +
  9. + + +

    + + + def + + + apply[TD, EI, PD, Q, P, A](dataSourceMap: DataSourceMap[TD, EI, Q, A], preparatorMap: PreparatorMap[TD, PD], algorithmClassMap: Map[String, Class[_ <: BaseAlgorithm[PD, _, Q, P]]], servingMap: ServingMap[Q, P]): Engine[TD, EI, PD, Q, P, A] + +

    +

    Convenient method for returning an instance of Engine.

    Convenient method for returning an instance of Engine. +

    TD

    Training data class

    EI

    Evaluation information class

    PD

    Prepared data class

    Q

    Input query class

    P

    Predicted result class

    A

    Actual result class

    dataSourceMap

    Accepts either an instance of Class of the data + source, or a Map of data source classes (implicitly + converted to DataSourceMap.

    preparatorMap

    Accepts either an instance of Class of the + preparator, or a Map of preparator classes + (implicitly converted to PreparatorMap.

    algorithmClassMap

    Accepts a Map of algorithm classes.

    servingMap

    Accepts either an instance of Class of the serving, or + a Map of serving classes (implicitly converted to + ServingMap.

    returns

    An instance of Engine +

    +
  10. + + +

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

    +
    Definition Classes
    Any
    +
  11. + + +

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

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

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

    +
    Definition Classes
    AnyRef
    +
  13. + + +

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

    +
    Definition Classes
    AnyRef → Any
    +
  14. + + +

    + + + def + + + eval[TD, PD, Q, P, A, EI](sc: SparkContext, dataSource: BaseDataSource[TD, EI, Q, A], preparator: BasePreparator[TD, PD], algorithmList: Seq[BaseAlgorithm[PD, _, Q, P]], serving: BaseServing[Q, P]): Seq[(EI, RDD[(Q, P, A)])] + +

    +

    Provides concrete implementation of evaluation for Engine.

    Provides concrete implementation of evaluation for Engine. +

    TD

    Training data class

    PD

    Prepared data class

    Q

    Input query class

    P

    Predicted result class

    A

    Actual result class

    EI

    Evaluation information class

    sc

    An instance of SparkContext

    dataSource

    An instance of data source

    preparator

    An instance of preparator

    algorithmList

    A list of algorithm instances

    serving

    An instance of serving

    returns

    A list of evaluation information, RDD of query, predi cted result, + and actual result tuple tuple. +

    +
  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 + + + hashCode(): Int + +

    +
    Definition Classes
    AnyRef → Any
    +
  18. + + +

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

    +
    Definition Classes
    Any
    +
  19. + + +

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

    +
    Definition Classes
    AnyRef
    +
  20. + + +

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

    +
    Definition Classes
    AnyRef
    +
  21. + + +

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

    +
    Definition Classes
    AnyRef
    +
  22. + + +

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

    +
    Definition Classes
    AnyRef
    +
  23. + + +

    + + + def + + + toString(): String + +

    +
    Definition Classes
    AnyRef → Any
    +
  24. + + +

    + + + def + + + train[TD, PD, Q](sc: SparkContext, dataSource: BaseDataSource[TD, _, Q, _], preparator: BasePreparator[TD, PD], algorithmList: Seq[BaseAlgorithm[PD, _, Q, _]], params: WorkflowParams): Seq[Any] + +

    +

    Provides concrete implementation of training for Engine.

    Provides concrete implementation of training for Engine. +

    TD

    Training data class

    PD

    Prepared data class

    Q

    Input query class

    sc

    An instance of SparkContext

    dataSource

    An instance of data source

    preparator

    An instance of preparator

    algorithmList

    A list of algorithm instances

    params

    An instance of WorkflowParams that controls the training + process.

    returns

    A list of trained models +

    +
  25. + + +

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

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

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

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

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

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

Inherited from Serializable

+
+

Inherited from Serializable

+
+

Inherited from AnyRef

+
+

Inherited from Any

+
+ +
+ +
+
+

Ungrouped

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