Uses of Interface
de.uni_trier.wi2.procake.similarity.base.numeric.SMNumeric
Package
Description
-
Uses of SMNumeric in de.uni_trier.wi2.procake.similarity.base.numeric
Modifier and TypeInterfaceDescriptioninterface
Another possibility to describe the similarity between two numeric values is by an exponential function.interface
Is providing fuzzy similarity functionality, according to the paper: Case-based Reasoning for Diagnosis of Stress using Enhanced Cosine and Fuzzy Similarity; by M.interface
In most cases the similarity between two numeric values can be described by a linear function.interface
We can also use sigmoid functions as a generalization of threshold functions.interface
Threshold 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
Modifier and TypeClassDescriptionclass
class
SeeSMNumericFuzzy
for description.class
class
SeeSMNumericLinear
for description.class
class