io.radicalbit.flink.pmml.scala.models

prediction

package prediction

Visibility
  1. Public
  2. All

Type Members

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

    Models the result output container

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

    Represents the Target value if it is present

  3. sealed trait Target extends Serializable

    ADT sealed trait providing getters for values.

Value Members

  1. object EmptyScore extends Target with Product with Serializable

    Represents the Target value if it is not present

  2. object Prediction extends LazyLogging with Serializable

    Factory for Prediction case class instances

  3. object Target extends Serializable

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

Ungrouped