FindMatchesParameters constructor

FindMatchesParameters({
  1. double? accuracyCostTradeoff,
  2. bool? enforceProvidedLabels,
  3. double? precisionRecallTradeoff,
  4. String? primaryKeyColumnName,
})

Implementation

FindMatchesParameters({
  this.accuracyCostTradeoff,
  this.enforceProvidedLabels,
  this.precisionRecallTradeoff,
  this.primaryKeyColumnName,
});