MLTransformParametersFindMatchesParameters

data class MLTransformParametersFindMatchesParameters(val accuracyCostTradeOff: Double? = null, val enforceProvidedLabels: Boolean? = null, val precisionRecallTradeOff: Double? = null, val primaryKeyColumnName: String? = null)

Constructors

constructor(accuracyCostTradeOff: Double? = null, enforceProvidedLabels: Boolean? = null, precisionRecallTradeOff: Double? = null, primaryKeyColumnName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The value that is selected when tuning your transform for a balance between accuracy and cost.

Link copied to clipboard

The value to switch on or off to force the output to match the provided labels from users.

Link copied to clipboard

The value selected when tuning your transform for a balance between precision and recall.

Link copied to clipboard

The name of a column that uniquely identifies rows in the source table.