Package

io.radicalbit.flink.pmml.scala.models

prediction

Permalink

package prediction

Visibility
  1. Public
  2. All

Type Members

  1. case class Prediction(value: Target) extends Product with Serializable

    Permalink

    Models the result output container

    Models the result output container

    value

    contains the extracted prediction of Target type

  2. final case class Score(value: Double) extends Target with Product with Serializable

    Permalink

    Represents the Target value if it is present

    Represents the Target value if it is present

    value

    the prediction value as scala.Double

  3. sealed trait Target extends Serializable

    Permalink

    ADT sealed trait providing getters for values.

Value Members

  1. object EmptyScore extends Target with Product with Serializable

    Permalink

    Represents the Target value if it is not present

  2. object Prediction extends LazyLogging with Serializable

    Permalink

    Factory for Prediction case class instances

  3. object Target extends Serializable

    Permalink

    Represents the result output value; if the target is present has Score value, EmptyScore otherwise.

Ungrouped