|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Norm | |
---|---|
org.knime.base.node.mine.bfn.fuzzy.norm | A set of fuzzy norms. |
Uses of Norm in org.knime.base.node.mine.bfn.fuzzy.norm |
---|
Classes in org.knime.base.node.mine.bfn.fuzzy.norm that implement Norm | |
---|---|
class |
LukaNorm
LUKASIEWICZ norm. |
class |
MinMaxNorm
Minimum/Maximum norm. |
class |
ProdNorm
Product norm. |
class |
YagerNorm
SCHWEIZER and SKLAR norm. |
Fields in org.knime.base.node.mine.bfn.fuzzy.norm declared as Norm | |
---|---|
static Norm[] |
Norm.NORMS
Number of available norm choices. |
Methods in org.knime.base.node.mine.bfn.fuzzy.norm that return Norm | |
---|---|
static Norm |
ProdNorm.getInstance()
Returns an static instance of this norm. |
static Norm |
YagerNorm.getInstance()
|
static Norm |
MinMaxNorm.getInstance()
Returns an static instance of this norm. |
static Norm |
LukaNorm.getInstance()
Returns an static instance of this norm. |
static Norm |
YagerNorm.getInstance(double p)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |