Object/Class

org.apache.spark.ml.odkl

PartitionedRankingEvaluator

Related Docs: class PartitionedRankingEvaluator | package odkl

Permalink

object PartitionedRankingEvaluator extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PartitionedRankingEvaluator
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class CollectStruct extends UserDefinedAggregateFunction

    Permalink
  2. class Metric extends Serializable

    Permalink
  3. class MultiLabelMetricEvaluator extends CollectStruct

    Permalink
  4. case class ScoreLabel(label: Double, score: Double, row: Row) extends Product with Serializable

    Permalink

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. def auc(name: String = "auc"): Metric

    Permalink
  6. lazy val byLabelComparator: Comparator[ScoreLabel]

    Permalink
  7. lazy val byScoreComparator: Comparator[ScoreLabel]

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def countDistinctIf[T](name: String, filter: (Row) ⇒ Boolean, extractor: (Row) ⇒ T): Metric

    Permalink
  10. def countDistinctIfAt[T](name: String, size: Int, filter: (Row) ⇒ Boolean, extractor: (Row) ⇒ T): Metric

    Permalink
  11. def countDistinctRelevantIf[T](name: String, filter: (Row) ⇒ Boolean, extractor: (Row) ⇒ T): Metric

    Permalink
  12. def countDistinctRelevantIfAt[T](name: String, size: Int, filter: (Row) ⇒ Boolean, extractor: (Row) ⇒ T): Metric

    Permalink
  13. def countIf(name: String, filter: (Row) ⇒ Boolean): Metric

    Permalink
  14. def countIfAt(name: String, size: Int, filter: (Row) ⇒ Boolean): Metric

    Permalink
  15. def countRelevantIf(name: String, filter: (Row) ⇒ Boolean): Metric

    Permalink
  16. def countRelevantIfAt(name: String, size: Int, filter: (Row) ⇒ Boolean): Metric

    Permalink
  17. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def f1(name: String = "f1"): Metric

    Permalink
  20. def f1At(at: Int, name: Option[String] = None): Metric

    Permalink
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def foundNegatves(name: String = "foundNegatives"): Metric

    Permalink
  23. def foundPositives(name: String = "foundPositives"): Metric

    Permalink
  24. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  27. def ndcgStrong(name: String = "ndcg"): Metric

    Permalink
  28. def ndcgStrongAt(at: Int, name: Option[String] = None): Metric

    Permalink
  29. def ndcgWeak(name: String = "ndcgWeak"): Metric

    Permalink
  30. def ndcgWeakAt(at: Int, name: Option[String] = None): Metric

    Permalink
  31. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  34. def numNegatives(name: String = "numNegatives"): Metric

    Permalink
  35. def numPositives(name: String = "numPositives"): Metric

    Permalink
  36. def precision(name: String = "precision"): Metric

    Permalink
  37. def precisionAt(at: Int, name: Option[String] = None): Metric

    Permalink
  38. def recall(name: String = "recall"): Metric

    Permalink
  39. def recallAt(at: Int, name: Option[String] = None): Metric

    Permalink
  40. def relativeSortedMetric(byLabel: Iterable[ScoreLabel], byScoreAll: Iterator[ScoreLabel], op: (Double, (ScoreLabel, Int)) ⇒ Double, initial: Double = 0.0): Double

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

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

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

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped