ConformalRanker constructor

const ConformalRanker({
  1. double tieEpsilon = 1e-9,
  2. double stableThreshold = 0.7,
  3. double marginalThreshold = 0.3,
})

Implementation

const ConformalRanker({
  this.tieEpsilon = 1e-9,
  this.stableThreshold = 0.7,
  this.marginalThreshold = 0.3,
});