Class

org.apache.predictionio.controller

MetricEvaluatorResult

Related Doc: package controller

Permalink

case class MetricEvaluatorResult[R](bestScore: MetricScores[R], bestEngineParams: EngineParams, bestIdx: Int, metricHeader: String, otherMetricHeaders: Seq[String], engineParamsScores: Seq[(EngineParams, MetricScores[R])], outputPath: Option[String]) extends BaseEvaluatorResult with Product with Serializable

Contains all results of a MetricEvaluator

R

Type of the primary metric score

bestScore

The best score among all iterations

bestEngineParams

The set of engine parameters that yielded the best score

bestIdx

The index of iteration that yielded the best score

metricHeader

Brief description of the primary metric score

otherMetricHeaders

Brief descriptions of other metric scores

engineParamsScores

All sets of engine parameters and corresponding metric scores

outputPath

An optional output path where scores are saved

Linear Supertypes
Product, Equals, BaseEvaluatorResult, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MetricEvaluatorResult
  2. Product
  3. Equals
  4. BaseEvaluatorResult
  5. Serializable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MetricEvaluatorResult(bestScore: MetricScores[R], bestEngineParams: EngineParams, bestIdx: Int, metricHeader: String, otherMetricHeaders: Seq[String], engineParamsScores: Seq[(EngineParams, MetricScores[R])], outputPath: Option[String])

    Permalink

    bestScore

    The best score among all iterations

    bestEngineParams

    The set of engine parameters that yielded the best score

    bestIdx

    The index of iteration that yielded the best score

    metricHeader

    Brief description of the primary metric score

    otherMetricHeaders

    Brief descriptions of other metric scores

    engineParamsScores

    All sets of engine parameters and corresponding metric scores

    outputPath

    An optional output path where scores are saved

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val bestEngineParams: EngineParams

    Permalink

    The set of engine parameters that yielded the best score

  6. val bestIdx: Int

    Permalink

    The index of iteration that yielded the best score

  7. val bestScore: MetricScores[R]

    Permalink

    The best score among all iterations

  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val engineParamsScores: Seq[(EngineParams, MetricScores[R])]

    Permalink

    All sets of engine parameters and corresponding metric scores

  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    Any
  14. val metricHeader: String

    Permalink

    Brief description of the primary metric score

  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. val noSave: Boolean

    Permalink

    :: Experimental :: Indicate if this result is inserted into database

    :: Experimental :: Indicate if this result is inserted into database

    Definition Classes
    BaseEvaluatorResult
  17. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  19. val otherMetricHeaders: Seq[String]

    Permalink

    Brief descriptions of other metric scores

  20. val outputPath: Option[String]

    Permalink

    An optional output path where scores are saved

  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. def toHTML(): String

    Permalink

    HTML portion of the rendered evaluator results

    HTML portion of the rendered evaluator results

    Definition Classes
    MetricEvaluatorResultBaseEvaluatorResult
  23. def toJSON(): String

    Permalink

    JSON portion of the rendered evaluator results

    JSON portion of the rendered evaluator results

    Definition Classes
    MetricEvaluatorResultBaseEvaluatorResult
  24. def toOneLiner(): String

    Permalink

    A short description of the result

    A short description of the result

    Definition Classes
    MetricEvaluatorResultBaseEvaluatorResult
  25. def toString(): String

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

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

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

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

Inherited from Product

Inherited from Equals

Inherited from BaseEvaluatorResult

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped