Uses of Class
de.uni_trier.wi2.procake.similarity.base.numeric.SMNumeric.ZERO_OUT_STRATEGIES
-
Packages that use SMNumeric.ZERO_OUT_STRATEGIES Package Description de.uni_trier.wi2.procake.similarity.base.numeric de.uni_trier.wi2.procake.similarity.base.numeric.impl -
-
Uses of SMNumeric.ZERO_OUT_STRATEGIES in de.uni_trier.wi2.procake.similarity.base.numeric
Fields in de.uni_trier.wi2.procake.similarity.base.numeric declared as SMNumeric.ZERO_OUT_STRATEGIES Modifier and Type Field Description static SMNumeric.ZERO_OUT_STRATEGIESSMNumeric. DEFAULT_STRATEGYDefault strategy for numeric similarity computations isNONE.Methods in de.uni_trier.wi2.procake.similarity.base.numeric that return SMNumeric.ZERO_OUT_STRATEGIES Modifier and Type Method Description SMNumeric.ZERO_OUT_STRATEGIESSMNumeric. getAsymmetricStrategy()gets the asymmetric strategystatic SMNumeric.ZERO_OUT_STRATEGIESSMNumeric.ZERO_OUT_STRATEGIES. valueOf(String name)Returns the enum constant of this type with the specified name.static SMNumeric.ZERO_OUT_STRATEGIES[]SMNumeric.ZERO_OUT_STRATEGIES. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.uni_trier.wi2.procake.similarity.base.numeric with parameters of type SMNumeric.ZERO_OUT_STRATEGIES Modifier and Type Method Description voidSMNumeric. setAsymmetricStrategy(SMNumeric.ZERO_OUT_STRATEGIES strategy)sets the asymmetric strategy -
Uses of SMNumeric.ZERO_OUT_STRATEGIES in de.uni_trier.wi2.procake.similarity.base.numeric.impl
Methods in de.uni_trier.wi2.procake.similarity.base.numeric.impl that return SMNumeric.ZERO_OUT_STRATEGIES Modifier and Type Method Description SMNumeric.ZERO_OUT_STRATEGIESSMNumericImpl. getAsymmetricStrategy()Methods in de.uni_trier.wi2.procake.similarity.base.numeric.impl with parameters of type SMNumeric.ZERO_OUT_STRATEGIES Modifier and Type Method Description voidSMNumericImpl. setAsymmetricStrategy(SMNumeric.ZERO_OUT_STRATEGIES strategy)
-