|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DoubleValue | |
---|---|
org.knime.base.data.filter.row | Contains row filter for DataTable objects which uses
the FilterRowGenerator interface to dynamically ask for included or
excluded rows during itertation. |
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. |
org.knime.base.node.mine.bfn.radial | Contains the PNN learner and predictor. |
org.knime.base.node.mine.sota.logic | Contains the logic classes of SOTA. |
org.knime.core.data | Contains the interface definitions of the DataCell
and DataTable and related
classes, used to store and access the actual data. |
org.knime.core.data.def | Provides default implementations for all (except
DataTable ) abstract
classes in the data package.The default implementations of classes derived from DataCell just store their
values in members of the appropriate java type (like
DoubleCell has a private
member of Java type double, etc.).The default implementation of DataTable
is deprecated and shouldn't be used. |
Uses of DoubleValue in org.knime.base.data.filter.row |
---|
Constructors in org.knime.base.data.filter.row with parameters of type DoubleValue | |
---|---|
DoubleCellFilterRowGenerator(int columnIndex,
DoubleValue doubleCell,
int mask)
|
|
DoubleCellFilterRowGenerator(int columnIndex,
DoubleValue doubleCellLeft,
int maskLeft,
DoubleValue doubleCellRight,
int maskRight)
|
Uses of DoubleValue in org.knime.base.node.mine.bfn |
---|
Methods in org.knime.base.node.mine.bfn that return DoubleValue | |
---|---|
abstract DoubleValue |
BasisFunctionLearnerRow.getMissingValue(int col)
|
Methods in org.knime.base.node.mine.bfn with parameters of type DoubleValue | |
---|---|
double |
Distance.compute(double[] x,
DoubleValue[] y)
Computes the Euclidean distance between two normalized vectors. |
double |
Distance.compute(DoubleValue[] x,
DataRow y)
Computes the Euclidean distance between two normalized vectors. |
double |
Distance.compute(DoubleValue[] x,
DoubleValue[] y)
Computes the Euclidean distance between the two normalized arrays. |
double |
Distance.compute(DoubleValue[] x,
DoubleValue[] y)
Computes the Euclidean distance between the two normalized arrays. |
Uses of DoubleValue in org.knime.base.node.mine.bfn.fuzzy |
---|
Methods in org.knime.base.node.mine.bfn.fuzzy that return DoubleValue | |
---|---|
DoubleValue |
FuzzyBasisFunctionLearnerRow.getMissingValue(int col)
|
Uses of DoubleValue in org.knime.base.node.mine.bfn.fuzzy.membership |
---|
Constructors in org.knime.base.node.mine.bfn.fuzzy.membership with parameters of type DoubleValue | |
---|---|
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. |
Uses of DoubleValue in org.knime.base.node.mine.bfn.radial |
---|
Methods in org.knime.base.node.mine.bfn.radial that return DoubleValue | |
---|---|
DoubleValue |
RadialBasisFunctionLearnerRow.getMissingValue(int col)
Returns the missing double value for the given dimension. |
Uses of DoubleValue in org.knime.base.node.mine.sota.logic |
---|
Classes in org.knime.base.node.mine.sota.logic that implement DoubleValue | |
---|---|
class |
SotaDoubleCell
|
Uses of DoubleValue in org.knime.core.data |
---|
Methods in org.knime.core.data with parameters of type DoubleValue | |
---|---|
int |
IntervalValue.compare(DoubleValue value)
Determines if the given double value is contained in this interval, to the left or to the right. |
Uses of DoubleValue in org.knime.core.data.def |
---|
Classes in org.knime.core.data.def that implement DoubleValue | |
---|---|
class |
DoubleCell
A data cell implementation holding a double value by storing this value in a private double member. |
class |
IntCell
A data cell implementation holding an integer value by storing this value in a private int member. |
class |
LongCell
|
Methods in org.knime.core.data.def with parameters of type DoubleValue | |
---|---|
int |
IntervalCell.compare(DoubleValue value)
Determines if the given double value is contained in this interval, to the left or to the right. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |