weka.deduping.metrics
Interface DataDependentStringMetric
- All Known Implementing Classes:
- JaccardMetric, KernelVSMetric, VectorSpaceMetric
- public interface DataDependentStringMetric
An interface for data-dependent metrics that are built on supplied data
Method Summary |
void |
buildMetric(java.util.List stringList)
Given a list of strings, build a metric |
buildMetric
public void buildMetric(java.util.List stringList)
throws java.lang.Exception
- Given a list of strings, build a metric
- Parameters:
stringList
- a list of strings that the metric is built on
- Throws:
java.lang.Exception