Understanding the Master Index Match Engine

ProcedureTo Define Curve Adjustment or Linear Fitting

  1. Complete Step 4: Define Data Source Handling (Optional).

  2. Create a Java class named the same name as the Java class that defines the comparator with “CurveAdjustor” appended.

    For example, if the comparator is defined by a class named ExactComparator, the parameter validation class would be ExactComparatorCurveAdjustor.

  3. In this class, implement com.sun.mdm.matcher.configurator.CurveAdjustor.

    The method in this class is described below.

  4. Continue to Step 6: Compile and Package the Comparator.