|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Interval | |
---|---|
org.knime.base.node.preproc.discretization.caim2 | Contains two nodes for class supervised binning and applying such a learned binning model to new data. |
Uses of Interval in org.knime.base.node.preproc.discretization.caim2 |
---|
Methods in org.knime.base.node.preproc.discretization.caim2 with parameters of type Interval | |
---|---|
int |
Interval.compareLeftBoundToLeft(Interval intervalToCompare)
Compares the left bound of this interval to the left bound of the given interval. |
int |
Interval.compareLeftBoundToRight(Interval intervalToCompare)
Compares the left bound of this interval to the right bound of the given interval. |
int |
Interval.compareRightBoundToLeft(Interval intervalToCompare)
Compares the right bound of this interval to the left bound of the given interval. |
int |
Interval.compareRightBoundToRight(Interval intervalToCompare)
Compares the right bound of this interval to the right bound of the given interval. |
Constructors in org.knime.base.node.preproc.discretization.caim2 with parameters of type Interval | |
---|---|
DiscretizationScheme(Interval initialInterval)
Creates a discretization scheme from an initial interval. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |