Uses of Interface
de.uni_trier.wi2.procake.similarity.base.numeric.SMNumeric
-
Packages that use SMNumeric Package Description de.uni_trier.wi2.procake.similarity.base.numeric de.uni_trier.wi2.procake.similarity.base.numeric.impl -
-
Uses of SMNumeric in de.uni_trier.wi2.procake.similarity.base.numeric
Subinterfaces of SMNumeric in de.uni_trier.wi2.procake.similarity.base.numeric Modifier and Type Interface Description interfaceSMNumericExponentialAnother possibility to describe the similarity between two numeric values is by an exponential function.interfaceSMNumericFuzzyIs providing fuzzy similarity functionality, according to the paper: Case-based Reasoning for Diagnosis of Stress using Enhanced Cosine and Fuzzy Similarity; by M.interfaceSMNumericLinearIn most cases the similarity between two numeric values can be described by a linear function.interfaceSMNumericSigmoidWe can also use sigmoid functions as a generalization of threshold functions.interfaceSMNumericThresholdThreshold functions should be used if there is the possibility that the contribution of an attribute to the utility is binary in the sense that up to a certain difference the case is useful and beyond it is not useful. -
Uses of SMNumeric in de.uni_trier.wi2.procake.similarity.base.numeric.impl
Classes in de.uni_trier.wi2.procake.similarity.base.numeric.impl that implement SMNumeric Modifier and Type Class Description classSMNumericExponentialImplclassSMNumericFuzzyImplSee interface for descriptionclassSMNumericImplclassSMNumericLinearImplclassSMNumericSigmoidImplclassSMNumericThresholdImpl
-