Uses of Interface
org.knime.base.node.mine.bfn.fuzzy.norm.Norm

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)
           
 



Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.