Package | Description |
---|---|
org.openimaj.tools.globalfeature |
Modifier and Type | Method and Description |
---|---|
static FeatureComparison |
FeatureComparison.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureComparison[] |
FeatureComparison.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected <T extends FeatureVector> |
SegmentingPairWiseComparisonTool.getComp(T fv,
FeatureComparison type) |
protected <T extends FeatureVector> |
PairWiseComparisonTool.getComp(T fv,
FeatureComparison type) |
protected <T extends FeatureVector> |
CollectionComparisonTool.getComp(T fv,
FeatureComparison type)
Get a feature comparison class for the given feature and metric.
|