MatchingTask

MatchingTask is an object which defines a data matching task. Its execution results in the creation of a set in the database which contains pairs of observations which the algorithm selected as similar, together with a series of columns which store the degree of similarity. Additionally, the corresponding PhysicalData and CalculateStatisticsTask are created in the MR.

Table 12.12. Connected objects

StatusNameDescriptionTypeReference
obligatorymatchingFunctionSettings an object which stores detailed information about the selected matching algorithm MiningFunctionSettings by name
obligatoryphysicalData the data to which matching will be applied PhysicalData by name
obligatorytarget the set containing the matching results DataObjectSet by name