Package

com.enriquegrodrigo.spark.crowd

types

Permalink

package types

Visibility
  1. Public
  2. All

Type Members

  1. case class BinaryAnnotation(example: Long, annotator: Long, value: Int) extends Product with Serializable

    Permalink
  2. case class BinaryLabel(example: Long, value: Int) extends Product with Serializable

    Permalink
  3. case class BinarySoftLabel(example: Long, value: Double) extends Product with Serializable

    Permalink
  4. class DawidSkeneModel extends Model[MulticlassLabel]

    Permalink

    DawidSkene model returned by the DawidSkene method

    DawidSkene model returned by the DawidSkene method

    Version

    0.1

  5. case class DiscreteAnnotatorPrecision(annotator: Long, c: Int, k: Int, prob: Double) extends Product with Serializable

    Permalink

    Probability that the annotator "annotator" labels an example with true class "c" as "k".

    Probability that the annotator "annotator" labels an example with true class "c" as "k".

    annotator

    annotator of the relation

    c

    true class

    k

    labeled class

    Version

    0.1

  6. case class GladInstanceDifficulty(example: Long, beta: Double) extends Product with Serializable

    Permalink

    Beta parameter for each instance in the Glad model

    Beta parameter for each instance in the Glad model

    example

    example

    beta

    beta estimate

    Version

    0.1

  7. class GladModel extends Model[BinarySoftLabel]

    Permalink

    Glad model returned by the Glad method

    Glad model returned by the Glad method

    Version

    0.1

  8. trait Model[A] extends AnyRef

    Permalink
  9. case class MulticlassAnnotation(example: Long, annotator: Long, value: Int) extends Product with Serializable

    Permalink
  10. case class MulticlassLabel(example: Long, value: Int) extends Product with Serializable

    Permalink
  11. case class MulticlassSoftProb(example: Long, clas: Int, prob: Double) extends Product with Serializable

    Permalink
  12. class RaykarBinaryModel extends Model[BinarySoftLabel]

    Permalink

    Raykar Binary model returned by the RaykarBinary method

    Raykar Binary model returned by the RaykarBinary method

    Version

    0.1

  13. class RaykarContModel extends Model[RealLabel]

    Permalink

    Raykar Continuous model returned by the RaykarCont method

    Raykar Continuous model returned by the RaykarCont method

    Version

    0.1

  14. class RaykarMultiModel extends Model[MulticlassSoftProb]

    Permalink

    Raykar Multiclass model returned by the RaykarMulti method

    Raykar Multiclass model returned by the RaykarMulti method

    Version

    0.1

  15. case class RealAnnotation(example: Long, annotator: Long, value: Double) extends Product with Serializable

    Permalink
  16. case class RealAnnotatorPrecision(annotator: Long, lambda: Int) extends Product with Serializable

    Permalink

    Given a normal probability for each N("true label",1/lambda), lambda is the parameter that represents the precision of the annotator labelling.

    Given a normal probability for each N("true label",1/lambda), lambda is the parameter that represents the precision of the annotator labelling.

    annotator

    annotator of the relation

    lambda

    the precision of the annotator

    Version

    0.1

  17. case class RealLabel(example: Long, value: Double) extends Product with Serializable

    Permalink

Ungrouped