public class CollectionComparisonTool extends Object
| Constructor and Description |
|---|
CollectionComparisonTool() |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends FeatureVector> |
getComp(T fv,
FeatureComparison type)
Get a feature comparison class for the given feature and metric.
|
static void |
main(String[] args)
Main method.
|
public CollectionComparisonTool()
protected <T extends FeatureVector> FVComparator<T> getComp(T fv, FeatureComparison type)
fv - The feature vectortype - The feature comparison type