Trait

org.apache.predictionio.controller

Evaluation

Related Doc: package controller

Permalink

trait Evaluation extends EngineFactory with Deployment

Defines an evaluation that contains an engine and a metric.

Implementations of this trait can be supplied to "pio eval" as the first argument.

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Evaluation
  2. Deployment
  3. EngineFactory
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. var _engine: BaseEngine[_, _, _, _]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Deployment
  5. var _evaluator: BaseEvaluator[_, _, _, _, _ <: BaseEvaluatorResult]

    Permalink
    Attributes
    protected[this]
  6. var _evaluatorSet: Boolean

    Permalink
    Attributes
    protected[this]
  7. def apply(): BaseEngine[_, _, _, _]

    Permalink

    Returns the Engine of this Deployment

    Returns the Engine of this Deployment

    Definition Classes
    DeploymentEngineFactory
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def engineEvaluator: (BaseEngine[_, _, _, _], BaseEvaluator[_, _, _, _, _])

    Permalink

    Gets the tuple of the Engine and the implementation of org.apache.predictionio.core.BaseEvaluator

  11. def engineEvaluator_=[EI, Q, P, A, R <: BaseEvaluatorResult](engineEvaluator: (BaseEngine[EI, Q, P, A], BaseEvaluator[EI, Q, P, A, R])): Unit

    Permalink

    Sets both an Engine and an implementation of org.apache.predictionio.core.BaseEvaluator for this Evaluation

    Sets both an Engine and an implementation of org.apache.predictionio.core.BaseEvaluator for this Evaluation

    EI

    Evaluation information class

    Q

    Query class

    P

    Predicted result class

    A

    Actual result class

    R

    Metric result class

    engineEvaluator

    A tuple an Engine and an implementation of org.apache.predictionio.core.BaseEvaluator

  12. def engineMetric: (BaseEngine[_, _, _, _], Metric[_, _, _, _, _])

    Permalink

    Returns both the Engine and the implementation of Metric for this Evaluation

  13. def engineMetric_=[EI, Q, P, A](engineMetric: (BaseEngine[EI, Q, P, A], Metric[EI, Q, P, A, _])): Unit

    Permalink

    Sets both an Engine and an implementation of Metric for this Evaluation

    Sets both an Engine and an implementation of Metric for this Evaluation

    EI

    Evaluation information class

    Q

    Query class

    P

    Predicted result class

    A

    Actual result class

    engineMetric

    A tuple of Engine and an implementation of Metric

  14. def engineMetrics_=[EI, Q, P, A](engineMetrics: (BaseEngine[EI, Q, P, A], Metric[EI, Q, P, A, _], Seq[Metric[EI, Q, P, A, _]])): Unit

    Permalink

    Sets an Engine, an implementation of Metric, and sequence of implementations of Metric for this Evaluation

    Sets an Engine, an implementation of Metric, and sequence of implementations of Metric for this Evaluation

    EI

    Evaluation information class

    Q

    Query class

    P

    Predicted result class

    A

    Actual result class

    engineMetrics

    A tuple of Engine, an implementation of Metric and sequence of implementations of Metric

  15. def engineParams(key: String): EngineParams

    Permalink

    Override this method to programmatically return engine parameters.

    Override this method to programmatically return engine parameters.

    Definition Classes
    EngineFactory
  16. var engineSet: Boolean

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Deployment
  17. def engine_=[EI, Q, P, A](engine: BaseEngine[EI, Q, P, A]): Unit

    Permalink

    Sets the Engine for this Deployment

    Sets the Engine for this Deployment

    EI

    Evaluation information class

    Q

    Query class

    P

    Predicted result class

    A

    Actual result class

    engine

    An implementation of Engine

    Definition Classes
    Deployment
  18. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

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

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

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

Inherited from Deployment

Inherited from EngineFactory

Inherited from AnyRef

Inherited from Any

Ungrouped