Uses of Class
org.knime.core.util.MutableDouble

Packages that use MutableDouble
org.knime.base.node.mine.bfn Contains abstract and util classes to train and perform prediction to rule models, also called BasisFunction models. 
org.knime.base.node.mine.bfn.fuzzy Contains the learner and predictor to train fuzzy rules and apply them to unknown data. 
org.knime.base.node.mine.bfn.fuzzy.membership Membership function package which are used during training of BasisFunction models. 
 

Uses of MutableDouble in org.knime.base.node.mine.bfn
 

Methods in org.knime.base.node.mine.bfn that return MutableDouble
 MutableDouble[] BasisFunctionFactory.getMaximums()
           
 MutableDouble[] BasisFunctionFactory.getMinimums()
           
 

Uses of MutableDouble in org.knime.base.node.mine.bfn.fuzzy
 

Methods in org.knime.base.node.mine.bfn.fuzzy that return MutableDouble
 MutableDouble[] FuzzyBasisFunctionPredictorRow.getMaxs()
           
 MutableDouble[] FuzzyBasisFunctionPredictorRow.getMins()
           
 

Constructors in org.knime.base.node.mine.bfn.fuzzy with parameters of type MutableDouble
FuzzyBasisFunctionLearnerRow(RowKey key, DataCell classInfo, DataRow centroid, int norm, int shrink, MutableDouble[] min, MutableDouble[] max)
          Creates a new learner row for fuzzy rules.
FuzzyBasisFunctionLearnerRow(RowKey key, DataCell classInfo, DataRow centroid, int norm, int shrink, MutableDouble[] min, MutableDouble[] max)
          Creates a new learner row for fuzzy rules.
 

Uses of MutableDouble in org.knime.base.node.mine.bfn.fuzzy.membership
 

Methods in org.knime.base.node.mine.bfn.fuzzy.membership that return MutableDouble
 MutableDouble MembershipFunction.getMax()
           
 MutableDouble MembershipFunction.getMin()
           
 

Constructors in org.knime.base.node.mine.bfn.fuzzy.membership with parameters of type MutableDouble
MembershipFunction(DoubleValue anchor, MutableDouble min, MutableDouble max)
          Creates a new trapezoid membership function with its given anchor and two values used to assign the min and max border.
TrapezoidMembershipFunction(DoubleValue anchor, MutableDouble min, MutableDouble max)
          Creates a new trapezoid membership function.
TriangleMembershipFunction(DoubleValue anchor, MutableDouble min, MutableDouble max)
          Creates a new triangle membership function with its given anchor and two values used to assign the min and max border.
 



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.