|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.knime.base.node.preproc.discretization.caim2.modelcreator.BoundaryScheme
public class BoundaryScheme
A boundary scheme holds the boundaries as linked doubles and the number of boundaries (number of linked doubles).
Constructor Summary | |
---|---|
BoundaryScheme(LinkedDouble head,
int numBoundaries)
Creates a boundary scheme from the linked double list and the number of doubles. |
Method Summary | |
---|---|
LinkedDouble |
getHead()
The head of the linked double list. |
int |
getNumBoundaries()
The number of boundaries. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BoundaryScheme(LinkedDouble head, int numBoundaries)
head
- the head of the linked double listnumBoundaries
- the num of linked doubles (boundaries)Method Detail |
---|
public LinkedDouble getHead()
public int getNumBoundaries()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |