c

com.microsoft.azure.synapse.ml.recommendation

AdvancedRankingMetrics

class AdvancedRankingMetrics extends Serializable

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

Instance Constructors

  1. new AdvancedRankingMetrics(predictionAndLabels: RDD[(Array[Any], Array[Any])], k: Int, nItems: Long)

Value Members

  1. lazy val diversityAtK: Double
  2. lazy val fractionConcordantPairs: Double
  3. def getAllMetrics: Map[String, Double]
  4. lazy val map: Double
  5. def matchMetric(metricName: String): Double
  6. lazy val maxDiversity: Double
  7. lazy val meanReciprocalRank: Double
  8. lazy val metrics: RankingMetrics[Any]
  9. lazy val ndcg: Double
  10. lazy val precisionAtk: Double
  11. lazy val recallAtK: Double
  12. lazy val uniqueItemsRecommended: Array[Any]