weka.deduping.metrics
Interface LearnableStringMetric

All Known Implementing Classes:
AffineProbMetric, KernelVSMetric

public interface LearnableStringMetric

An interface for learnable string metrics


Method Summary
 void trainMetric(java.util.ArrayList pairList)
          Train a metric given a set of aligned strings
 

Method Detail

trainMetric

public void trainMetric(java.util.ArrayList pairList)
                 throws java.lang.Exception
Train a metric given a set of aligned strings

Parameters:
pairList - the training data as a list of StringPair's
Throws:
java.lang.Exception