Uses of Enum Class
org.troy.capstone.constants.ItemSimilarityWeights
Packages that use ItemSimilarityWeights
-
Uses of ItemSimilarityWeights in org.troy.capstone.constants
Subclasses with type arguments of type ItemSimilarityWeights in org.troy.capstone.constantsModifier and TypeClassDescriptionenumTheItemSimilarityWeightsenum defines the weights used for calculating item similarity based on different attributes.Methods in org.troy.capstone.constants that return ItemSimilarityWeightsModifier and TypeMethodDescriptionstatic ItemSimilarityWeightsReturns the enum constant of this class with the specified name.static ItemSimilarityWeights[]ItemSimilarityWeights.values()Returns an array containing the constants of this enum class, in the order they are declared.