Uses of Class
banner.util.SetSimilarityMetric
-
Packages that use SetSimilarityMetric Package Description banner.normalization banner.util -
-
Uses of SetSimilarityMetric in banner.normalization
Constructors in banner.normalization with parameters of type SetSimilarityMetric Constructor Description IndexedMentionIdentifier(SetSimilarityMetric metric, int resultsSize) -
Uses of SetSimilarityMetric in banner.util
Methods in banner.util that return SetSimilarityMetric Modifier and Type Method Description static SetSimilarityMetricSetSimilarityMetric. valueOf(String name)Returns the enum constant of this type with the specified name.static SetSimilarityMetric[]SetSimilarityMetric. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in banner.util with parameters of type SetSimilarityMetric Constructor Description IndexedMetricSetSimilarity(SetSimilarityMetric metric, int resultsSize)
-